https://github.com/halide/Halide
Raw File
Tip revision: a3442547d4cdec0c40bc48772658c8f8f4d7de4d authored by Volodymyr Kysenko on 14 February 2023, 23:35:03 UTC
Remove __restrict from print_assignment
Tip revision: a344254
.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