pub fn launch<R: Runtime, F: Float>(
client: &ComputeClient<R::Server, R::Channel>,
lhs: TensorHandle<R, F>,
rhs: TensorHandle<R, F>,
out: TensorHandle<R, F>,
config: Tiling2dConfig,
) -> TensorHandle<R, F>
Expand description
Matrix multiplication using tiling 2d algorithm.