Skip to content

Commit

Permalink
build: update ncc-tests version
Browse files Browse the repository at this point in the history
  • Loading branch information
mayooot committed Mar 15, 2024
1 parent c2cd9cc commit 79d1e09
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nccl-tests/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
#
# See LICENCE.txt for license information
/build
Binary file modified nccl-tests/build/all_gather_perf
Binary file not shown.
Binary file modified nccl-tests/build/all_reduce_perf
Binary file not shown.
Binary file modified nccl-tests/build/alltoall_perf
Binary file not shown.
Binary file modified nccl-tests/build/broadcast_perf
Binary file not shown.
Binary file modified nccl-tests/build/gather_perf
Binary file not shown.
Binary file modified nccl-tests/build/hypercube_perf
Binary file not shown.
Binary file modified nccl-tests/build/reduce_perf
Binary file not shown.
Binary file modified nccl-tests/build/reduce_scatter_perf
Binary file not shown.
Binary file modified nccl-tests/build/scatter_perf
Binary file not shown.
Binary file modified nccl-tests/build/sendrecv_perf
Binary file not shown.
Binary file modified nccl-tests/build/timer.o
Binary file not shown.
Binary file modified nccl-tests/build/verifiable/verifiable.o
Binary file not shown.
1 change: 1 addition & 0 deletions nccl-tests/src/common.cu
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,7 @@ testResult_t run() {
PRINT("# Avg bus bandwidth : %g %s\n", bw[0], check_avg_bw == -1 ? "" : (bw[0] < check_avg_bw*(0.9) ? "FAILED" : "OK"));
PRINT("#\n");
#ifdef MPI_SUPPORT
MPI_Comm_free(&mpi_comm);
MPI_Finalize();
#endif

Expand Down

0 comments on commit 79d1e09

Please sign in to comment.