Expand description
Shared tensor-backend adapters for host-staged rank and in-process collectives.
Transfers use the existing collective transports. Reductions execute through the selected backend, including its normal runtime, fusion and copy-on-write rules. This module does not provide a peer-memory or NCCL ABI implementation.
Structs§
- Tensor
Buffer - A typed, one-dimensional collective buffer on a tensor backend.
- Tensor
Device - Execution context shared by both collective device interfaces.
- Tensor
Reduction Launch - Checked launch coordinates, in elements rather than bytes.
Enums§
Traits§
- Tensor
Element - Storage types supported by the shared collective device adapter.