Module server

Source
Expand description

Compute server module.

Structs§

Binding
Binding of a tensor handle to execute a kernel.
BindingWithMeta
A binding with shape and stride info for non-contiguous reading
Bindings
Bindings to execute a kernel.
Handle
Server handle containing the memory handle.
MetadataBinding
Binding of a set of scalars of the same type to execute a kernel.
ScalarBinding
Binding of a set of scalars of the same type to execute a kernel.
TensorMapBinding
A tensor map used with TMA ops
TensorMapMeta
TensorMap metadata for the opaque proxy used in TMA copies

Enums§

CubeCount
Specifieds the number of cubes to be dispatched for a kernel.

Traits§

ComputeServer
The compute server is responsible for handling resources and computations over resources.