Remove extra compiler path setting

This commit is contained in:
Wenkai Du
2019-05-21 00:08:42 +00:00
parent e517dbed5c
commit 4bfa506a6b
-4
View File
@@ -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