https://github.com/halide/Halide
Raw File
Tip revision: 52541176253e74467dabc42eeee63d9a62c199f6 authored by Steven Johnson on 20 February 2024, 17:13:06 UTC
HALIDE_VERSION_PATCH -> 1 (for 17.0.1) (#8113)
Tip revision: 5254117
.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