removed the wrapper script so that the old name is no longer referenced (#676)

[ROCm/rccl commit: fbe52b6caa]
This commit is contained in:
Pedram Alizadeh
2023-01-31 11:11:02 -05:00
zatwierdzone przez GitHub
rodzic cc2f0f58dd
commit 847899dd7e
2 zmienionych plików z 0 dodań i 11 usunięć
-1
Wyświetl plik
@@ -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)
-10
Wyświetl plik
@@ -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 $@