diff --git a/projects/rccl/CMakeLists.txt b/projects/rccl/CMakeLists.txt index 6fbe58af90..258ebe47de 100644 --- a/projects/rccl/CMakeLists.txt +++ b/projects/rccl/CMakeLists.txt @@ -19,10 +19,6 @@ include(ROCMCreatePackage) option(BUILD_TESTS "Build test programs" OFF) -# In order to support function calls within the kernel, we must use hcc as the -# compiler -set(CMAKE_CXX_COMPILER "/opt/rocm/bin/hcc") - # parse version from Makefile NCCL_MAJOR, NCCL_MINOR, NCCL_PATCH must exist # NCCL_SUFFIX is optional NCCL_VERSION formatting is ((X) * 1000 + (Y) * 100 + # (Z)) so we must first detect one or two digits first