https://github.com/halide/Halide
Raw File
Tip revision: 6da808f574d44c4d430c0b33ed58077f22cd53a1 authored by Dillon Sharlet on 28 April 2021, 17:05:15 UTC
Merge branch 'master' of github.com:halide/Halide into dsharletg/find-vector-reduce
Tip revision: 6da808f
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.cpp text
*.c text
*.h text

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.tiff binary
back to top