make cmake stage also pass in CI

the subdir entry is not actually required for the compilation.


[ROCm/rccl-tests commit: 377b28e5fb]
此提交包含在:
Edgar Gabriel
2022-10-31 21:39:34 +00:00
父節點 e92b44b90f
當前提交 3c2ff83a6a
共有 2 個檔案被更改,包括 2 行新增3 行删除
-1
查看文件
@@ -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
查看文件
@@ -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()