https://github.com/halide/Halide
Raw File
Tip revision: 44fe3f37416ccfe7c0b8d97b6fcd1038863c4430 authored by Alex Reinking on 07 June 2024, 16:29:43 UTC
Enable gpu_f16_intrinsics on OpenCL+CLHalf
Tip revision: 44fe3f3
.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