forked from lcskrishna/nccl-rccl-parser
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule nccl-tests
updated
22 files
+7 −4 | Makefile | |
+4 −4 | README.md | |
+17 −6 | src/Makefile | |
+11 −21 | src/all_gather.cu | |
+3 −16 | src/all_reduce.cu | |
+6 −20 | src/alltoall.cu | |
+5 −18 | src/broadcast.cu | |
+267 −412 | src/common.cu | |
+29 −20 | src/common.h | |
+5 −20 | src/gather.cu | |
+13 −19 | src/hypercube.cu | |
+3 −16 | src/reduce.cu | |
+9 −19 | src/reduce_scatter.cu | |
+5 −18 | src/scatter.cu | |
+4 −17 | src/sendrecv.cu | |
+28 −0 | src/timer.cc | |
+15 −0 | src/timer.h | |
+24 −0 | verifiable/Makefile | |
+177 −0 | verifiable/inexact_regress.cu | |
+1,227 −0 | verifiable/verifiable.cu | |
+59 −0 | verifiable/verifiable.h | |
+11 −0 | verifiable/verifiable.mk |
Submodule rccl-tests
updated
from cc34c5 to 46375b