https://github.com/halide/Halide
Raw File
Tip revision: 011d42bf04606f6bad9002d0c403ee9e93e48737 authored by Andrew Adams on 21 August 2023, 20:52:00 UTC
Don't inject undef() in the simplifier
Tip revision: 011d42b
.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