-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
buildIssues related to building Halide and with CIIssues related to building Halide and with CI
Description
Halide/test/generator/CMakeLists.txt
Lines 238 to 245 in 0653b82
| if ("NVPTX" IN_LIST Halide_LLVM_COMPONENTS) | |
| if (Halide_TARGET MATCHES "cuda") | |
| target_link_libraries("${TARGET}" PRIVATE CUDA::cuda_driver CUDA::cudart) | |
| endif () | |
| if (Halide_TARGET MATCHES "opencl") | |
| target_link_libraries("${TARGET}" PRIVATE OpenCL::OpenCL) | |
| endif () | |
| endif () |
Metadata
Metadata
Assignees
Labels
buildIssues related to building Halide and with CIIssues related to building Halide and with CI