https://github.com/halide/Halide
Revision df4c981b0531ba5a98b2a4a19ad8a86a0d122ac4 authored by Xuanda Yang on 27 July 2023, 15:13:02 UTC, committed by GitHub on 27 July 2023, 15:13:02 UTC
* throw an erorr if split is called with the same older and inner name

* update

* fix naming

* rewording

* add test

---------

Co-authored-by: Steven Johnson <srj@google.com>
1 parent 09c5d1d
Raw File
Tip revision: df4c981b0531ba5a98b2a4a19ad8a86a0d122ac4 authored by Xuanda Yang on 27 July 2023, 15:13:02 UTC
Throw an erorr if split is called with the same older and inner var name (#7715)
Tip revision: df4c981
.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