11 行
443 B
Plaintext
可执行文件
11 行
443 B
Plaintext
可执行文件
#/*************************************************************************
|
|
# * 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 $@
|