https://github.com/halide/Halide
Raw File
Tip revision: ab047ba6e7c000d9a1eb0c576a8b094fe7bd2d72 authored by Volodymyr Kysenko on 20 September 2023, 23:17:52 UTC
Experiment
Tip revision: ab047ba
.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