https://github.com/halide/Halide
Raw File
Tip revision: bbe8fadf32296c20979ca99a86f206545c3522d8 authored by Andrew Adams on 16 February 2024, 19:18:19 UTC
Allocate IR node names inside the IR nodes
Tip revision: bbe8fad
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