Add --hipcc_explicit_lib option

Tells hipcc not to add /opt/hip or -lhip_hcc to command-line
(since it has already been done).
This commit is contained in:
Ben Sander
2016-03-24 11:53:28 -05:00
rodzic a24361df6f
commit eb33395045
2 zmienionych plików z 17 dodań i 32 usunięć
+2 -1
Wyświetl plik
@@ -62,6 +62,8 @@ else()
endif()
set (HIPCC ${HIP_PATH}/bin/hipcc)
set (CMAKE_CXX_COMPILER ${HIPCC})
set (CMAKE_CXX_FLAGS --hipcc_explicit_lib)
add_library(test_common OBJECT test_common.cpp )
@@ -116,7 +118,6 @@ macro (make_test_matches exe match_string)
endmacro()
set (CMAKE_CXX_COMPILER ${HIPCC})
#make_hip_executable (hipAPIStreamEnable hipAPIStreamEnable.cpp)
#make_hip_executable (hipAPIStreamDisable hipAPIStreamDisable.cpp)