MKL adjustments. (#87)

This commit is contained in:
Laurent Mazare
2023-07-06 11:37:27 +01:00
committed by GitHub
parent c297a50960
commit dd60bd84bb
4 changed files with 44 additions and 38 deletions

View File

@ -543,7 +543,7 @@ pub struct CudaStorage {
device: CudaDevice,
}
pub(crate) fn gemm_config<T>(
fn gemm_config<T>(
alpha: T,
beta: T,
(b, m, n, k): (usize, usize, usize, usize),