https://github.com/halide/Halide
Raw File
Tip revision: 6004e5f798e603cf346a145eecb3268136589d63 authored by Andrew Adams on 19 July 2023, 16:47:18 UTC
Don't link to cudart or opencl library. These are loaded dynamically when required.
Tip revision: 6004e5f
.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