↓ 3 callersFunctiongemm_config(
alpha: T,
beta: T,
(b, m, n, k): (usize, usize, usize, usize),
lhs_l: &Layout,
rhs_l: &L
ug-cuda/src/gemm.rs:8
↓ 1 callersFunctioncall_mlx_gemm(
device: &Device,
encoder: &metal::ComputeCommandEncoderRef,
dtype: GemmDType,
(b, m, n, k):
ug-metal/src/runtime.rs:385