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 $@
|