diff --git a/config/config.cmake b/config/config.cmake index cfd6f2637465..101e43f57699 100644 --- a/config/config.cmake +++ b/config/config.cmake @@ -125,5 +125,5 @@ set(USE_INT64_TENSOR_SIZE OFF CACHE BOOL "Use int64_t to represent the total num # Other GPU features set(USE_NCCL "Use NVidia NCCL with CUDA" OFF) set(NCCL_ROOT "" CACHE BOOL "NCCL install path. Supports autodetection.") -set(ENABLE_CUDA_RTC OFF CACHE BOOL "Build with CUDA runtime compilation support") +set(ENABLE_CUDA_RTC ON CACHE BOOL "Build with CUDA runtime compilation support") set(USE_NVTX ON CACHE BOOL "Build with NVTX support")