Go to the source code of this file.
|
| module | gs_device_nccl |
| | Defines NCCL based gather-scatter communication.
|
| |
|
| subroutine | gs_device_nccl::gs_device_nccl_buf_init (this, pe_order, dof_stack, mark_dupes) |
| |
| subroutine | gs_device_nccl::gs_device_nccl_buf_free (this) |
| |
| subroutine | gs_device_nccl::gs_device_nccl_init (this, send_pe, recv_pe) |
| | Initialise NCCL based communication method.
|
| |
| subroutine | gs_device_nccl::gs_device_nccl_free (this) |
| | Deallocate MPI based communication method.
|
| |
| subroutine | gs_device_nccl::gs_device_nccl_nbsend (this, u, n, deps, strm) |
| | Post non-blocking send operations.
|
| |
| subroutine | gs_device_nccl::gs_device_nccl_nbrecv (this) |
| | Post non-blocking receive operations.
|
| |
| subroutine | gs_device_nccl::gs_device_nccl_nbwait (this, u, n, op, strm) |
| | Wait for non-blocking operations.
|
| |