removed the wrapper script so that the old name is no longer referenced (#676)
[ROCm/rccl commit: fbe52b6caa]
This commit is contained in:
zatwierdzone przez
GitHub
rodzic
cc2f0f58dd
commit
847899dd7e
@@ -97,7 +97,6 @@ if(BUILD_TESTS)
|
||||
endif()
|
||||
|
||||
add_executable(rccl-UnitTests ${COMMON_SOURCE_FILES} ${TEST_SOURCE_FILES})
|
||||
configure_file(common/UnitTests UnitTests)
|
||||
target_include_directories(rccl-UnitTests PRIVATE ${ROCM_PATH} ${GTEST_INCLUDE_DIRS})
|
||||
target_link_libraries(rccl-UnitTests PRIVATE ${GTEST_BOTH_LIBRARIES})
|
||||
target_link_libraries(rccl-UnitTests PRIVATE hip::host hip::device hsa-runtime64::hsa-runtime64)
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
#/*************************************************************************
|
||||
# * Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
# *
|
||||
# * See LICENSE.txt for license information
|
||||
# ************************************************************************/
|
||||
|
||||
#!/bin/bash
|
||||
echo "The RCCL test client name has changed from UnitTests to rccl-UnitTests. Please make sure to execute the rccl-UnitTests instead."
|
||||
|
||||
./rccl-UnitTests $@
|
||||
Reference in New Issue
Block a user