Expand description
Compute server module.
Structs§
- Binding
- Binding of a tensor handle to execute a kernel.
- Binding
With Meta - A binding with shape and stride info for non-contiguous reading
- Bindings
- Bindings to execute a kernel.
- Handle
- Server handle containing the memory handle.
- Metadata
Binding - Binding of a set of scalars of the same type to execute a kernel.
- Scalar
Binding - Binding of a set of scalars of the same type to execute a kernel.
- Tensor
MapBinding - A tensor map used with TMA ops
- Tensor
MapMeta - TensorMap metadata for the opaque proxy used in TMA copies
Enums§
- Cube
Count - Specifieds the number of cubes to be dispatched for a kernel.
Traits§
- Compute
Server - The compute server is responsible for handling resources and computations over resources.