Structs§
- Tensor
Args - Type implementing MatmulArgs where all inputs and the output are materialized tensors.
- Tensor
Input - Tensor input representation.
- Tensor
Input Expand - Expand type for tensor input.
- Tensor
Inputs - Input representation for TensorArgs implementing MatmulArgs.
- Tensor
Inputs Compilation Arg - Tensor
Inputs Expand - Tensor
Inputs Launch - Tensor
MapArgs - Type implementing MatmulArgs where all inputs and the output are materialized tensor maps.
- Tensor
MapInputs - Input representation for TensorArgs implementing MatmulArgs.
- Tensor
MapInputs Compilation Arg - Tensor
MapInputs Expand - Tensor
MapInputs Launch - Tensor
Output - Tensor output representation.
- Tensor
Output Expand - Expand type for tensor output.
Enums§
- Tensor
Input Ident - Identification of the tensor input.
Traits§
- Concrete
Inputs Factory - Create the input runtime arguments for a matmul kernel that works on concrete inputs and output (not fused).
- Concrete
Output Factory - Create the output runtime argument for a matmul kernel that works on concrete inputs and output (not fused).
- Matmul
Args - Arguments for the matrix multiplication algorithm.