https://github.com/halide/Halide
Raw File
Tip revision: c7cb4c48d1ec03eebba2f6d94602873566d837da authored by Andrew Adams on 12 March 2024, 19:44:58 UTC
Add support for fcvtm/p, make scalars go through pattern matching too
Tip revision: c7cb4c4
CMakeLists.txt
##
# Third-party dependencies in their own subdirectories
##

add_subdirectory(llvm)

if (TARGET_SPIRV)
    add_subdirectory(spirv)
endif()

# Needs cache vars set by llvm, do not reorder.
add_subdirectory(wasm)
back to top