fix(nccl-tests): use plain make instead of non-existent all_reduce_perf target

This commit is contained in:
2026-03-26 23:47:49 +03:00
parent 25f0f30aaf
commit d2f384b6eb

View File

@@ -100,8 +100,7 @@ make MPI=0 \
NVCC="$NVCC" \
CUDA_HOME="$CUDA_HOME" \
NCCL_HOME="$NCCL_INCLUDE_DIR/.." \
BUILDDIR="./build" \
all_reduce_perf
BUILDDIR="./build"
[ -f "./build/all_reduce_perf" ] || { echo "ERROR: all_reduce_perf not found after build"; exit 1; }