fix(nccl-tests): use plain make instead of non-existent all_reduce_perf target
This commit is contained in:
@@ -100,8 +100,7 @@ make MPI=0 \
|
|||||||
NVCC="$NVCC" \
|
NVCC="$NVCC" \
|
||||||
CUDA_HOME="$CUDA_HOME" \
|
CUDA_HOME="$CUDA_HOME" \
|
||||||
NCCL_HOME="$NCCL_INCLUDE_DIR/.." \
|
NCCL_HOME="$NCCL_INCLUDE_DIR/.." \
|
||||||
BUILDDIR="./build" \
|
BUILDDIR="./build"
|
||||||
all_reduce_perf
|
|
||||||
|
|
||||||
[ -f "./build/all_reduce_perf" ] || { echo "ERROR: all_reduce_perf not found after build"; exit 1; }
|
[ -f "./build/all_reduce_perf" ] || { echo "ERROR: all_reduce_perf not found after build"; exit 1; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user