Commit 785c85a
authored
feat(mpi): add non-blocking broadcast (#190)
* fix!: make "core" `broadcast` in-place only
This is to match MPI's C API, and enable binding the MPI backend to the
"core" API of KokkosComm. This change also forces the NCCL backend to
only expose the in-place version of its broadcast (which was the only
one we tested anyway).
* feat(mpi): add non-blocking broadcast
Prepare for exposure in "core" API.
Signed-off-by: Gabriel Dos Santos <[email protected]>
---------
Signed-off-by: Gabriel Dos Santos <[email protected]>1 parent 4c56040 commit 785c85a
1 file changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
16 | 36 | | |
17 | 37 | | |
18 | 38 | | |
| |||
0 commit comments