Don't link gputreeshap. (#10758)

Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
This commit is contained in:
Jiaming Yuan 2024-08-30 14:40:58 +08:00 committed by GitHub
parent 34d4ab455e
commit 5cc7c735e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -218,7 +218,6 @@ if(USE_CUDA)
if(DEFINED GPU_COMPUTE_VER) if(DEFINED GPU_COMPUTE_VER)
compute_cmake_cuda_archs("${GPU_COMPUTE_VER}") compute_cmake_cuda_archs("${GPU_COMPUTE_VER}")
endif() endif()
add_subdirectory(${PROJECT_SOURCE_DIR}/gputreeshap)
find_package(CUDAToolkit REQUIRED) find_package(CUDAToolkit REQUIRED)
find_package(CCCL CONFIG) find_package(CCCL CONFIG)