https://github.com/halide/Halide
Raw File
Tip revision: 98172c14ff8c015d7426a22c4ffe5939d9544b77 authored by Andrew Adams on 12 February 2024, 22:19:41 UTC
Forward the partition methods from generator outputs
Tip revision: 98172c1
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