Remove extra compiler path setting

[ROCm/rccl commit: 4bfa506a6b]
Этот коммит содержится в:
Wenkai Du
2019-05-21 00:08:42 +00:00
родитель d42406be17
Коммит b815e21d58
-4
Просмотреть файл
@@ -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