https://github.com/halide/Halide
Raw File
Tip revision: 699c0a2ed48410bc403a9b8c8f483c16b40400e4 authored by Alexander on 16 August 2023, 21:32:14 UTC
uint32 -> int32 casting should not produce SIO
Tip revision: 699c0a2
.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