From b815e21d5842e58e9b76531801d3af4e3740a8d0 Mon Sep 17 00:00:00 2001 From: Wenkai Du Date: Tue, 21 May 2019 00:08:42 +0000 Subject: [PATCH] Remove extra compiler path setting [ROCm/rccl commit: 4bfa506a6b5bc7db5f8d160e162e23a02fad10c7] --- projects/rccl/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) 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