https://github.com/halide/Halide
Revision 23c4cf1d24ee6d941c41938c4bb468d24a1eba8f authored by Steven Johnson on 01 July 2022, 17:10:34 UTC, committed by GitHub on 01 July 2022, 17:10:34 UTC
This is intended to facilitate a few things:
- Move all Generators used in tests, apps, etc to a single directory to simplify the build rules (this is especially useful for the work in https://github.com/halide/Halide/pull/6764)
- Put all the test and apps stuff under a single directory to facilitate adding some Python packaging that can make integration into Bazel/Blaze builds a bit less painful

@alexreinking, does this look like the layout we discussed before?
1 parent 23a1fa8
History
Tip revision: 23c4cf1d24ee6d941c41938c4bb468d24a1eba8f authored by Steven Johnson on 01 July 2022, 17:10:34 UTC
Rearrange subdirectories in python_bindings (#6835)
Tip revision: 23c4cf1
File Mode Size
.github
apps
cmake
dependencies
doc
packaging
python_bindings
src
test
tools
tutorial
util
.clang-format -rw-r--r-- 1.4 KB
.clang-format-ignore -rw-r--r-- 265 bytes
.clang-tidy -rw-r--r-- 1.9 KB
.gitattributes -rw-r--r-- 342 bytes
.gitignore -rw-r--r-- 4.9 KB
.gitmodules -rw-r--r-- 0 bytes
CMakeLists.txt -rw-r--r-- 5.6 KB
CMakePresets.json -rw-r--r-- 5.0 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.5 KB
LICENSE.txt -rw-r--r-- 3.2 KB
Makefile -rw-r--r-- 100.2 KB
README.md -rw-r--r-- 16.4 KB
README_cmake.md -rw-r--r-- 72.4 KB
README_rungen.md -rw-r--r-- 12.1 KB
README_webassembly.md -rw-r--r-- 10.5 KB
run-clang-format.sh -rwxr-xr-x 1.4 KB
run-clang-tidy.sh -rwxr-xr-x 3.1 KB

README.md

back to top