https://github.com/halide/Halide
Raw File
Tip revision: b8ad19f53f2ee18c4dbf719c98c6a279aca5cc0e authored by Andrew Adams on 11 August 2020, 19:12:57 UTC
Schedule last stage of stencil chain on GPU too
Tip revision: b8ad19f
.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