https://github.com/halide/Halide
Revision f54bc08b7609f312932611b7c88069b3223a4fec authored by Luke Anderson on 31 July 2023, 21:27:01 UTC, committed by GitHub on 31 July 2023, 21:27:01 UTC
* Fix handling of thread features for scalars

* Remove unneeded change
1 parent fca8d96
Raw File
Tip revision: f54bc08b7609f312932611b7c88069b3223a4fec authored by Luke Anderson on 31 July 2023, 21:27:01 UTC
Fix handling of thread features for scalars in Anderson2021 (#7726)
Tip revision: f54bc08
.clang-format-ignore
# .clang-format-ignore
./bin
./build
./cmake_build
./cmake_build_static
./cmake_build_shared
./distrib
./doc
./include
./lib
# Our tutorials have special formatting: skip them
./tutorial
# hexagon_remote/bin/src is also special
./src/runtime/hexagon_remote/bin/src
# mini_webgpu.h is copied from upstream with some local mods
./src/runtime/mini_webgpu.h
./dependencies/spirv
back to top