Documentation

Hesper.Tensor.MatMul

Matrix Multiplication Kernels #

GPU kernels for matrix multiplication.

Modern Approach: Use the WGSL DSL and ComputeShader type for type-safe shader construction.

Example: See Examples/MainMatmul.lean for production usage with the WGSL DSL.