https://github.com/halide/Halide
Raw File
Tip revision: 253c5e8dccccf9b344c452d4f4ad27ffe22e33bd authored by Alexander Root on 28 September 2021, 17:53:06 UTC
bug fixes and clean-up for non-simplification of reordered terms
Tip revision: 253c5e8
.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