https://github.com/halide/Halide
Revision 4a3378ff384c84b614ace28c11d4339722687f33 authored by Misha Gutman on 17 January 2024, 23:05:41 UTC, committed by GitHub on 17 January 2024, 23:05:41 UTC
* [xtensa] adjusted the tests to be launchable for Q8

* Style fixes + C++-17 compliance
1 parent e5d4a57
Raw File
Tip revision: 4a3378ff384c84b614ace28c11d4339722687f33 authored by Misha Gutman on 17 January 2024, 23:05:41 UTC
[xtensa] adjusted the tests to be launchable for Q8 (#8011)
Tip revision: 4a3378f
.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