Merge pull request #24 from edgargabriel/pr/cmake-fix

make cmake stage also pass in CI

[ROCm/rccl-tests commit: a8c920ca7a]
Tento commit je obsažen v:
Edgar Gabriel
2022-11-01 09:39:22 -05:00
odevzdal GitHub
2 změnil soubory, kde provedl 2 přidání a 3 odebrání
-1
Zobrazit soubor
@@ -51,7 +51,6 @@ endif()
set(ROCM_USE_DEV_COMPONENT OFF) # This repo doesn't have a dev component
# Add all of the tests
add_subdirectory(verifiable)
add_subdirectory(src)
# Create ROCm standard packages
+2 -2
Zobrazit soubor
@@ -3,8 +3,8 @@
# ########################################################################
# Compile common object library
set_property(SOURCE common.cu PROPERTY LANGUAGE CXX)
add_library(rccl_common OBJECT common.cu)
set_property(SOURCE common.cu timer.cc ../verifiable/verifiable.cu PROPERTY LANGUAGE CXX)
add_library(rccl_common OBJECT common.cu timer.cc ../verifiable/verifiable.cu)
if(USE_MPI)
target_link_libraries(rccl_common roc::rccl MPI::MPI_CXX)
else()