You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should oneapi::mkl::transpose be used instead of onemkl::transpose as the data type of transa and transb in gemm, gemm_batch, gemv, and gemv_batch? If yes, the change should be applied to all variants of each function.
Should
oneapi::mkl::transpose
be used instead ofonemkl::transpose
as the data type oftransa
andtransb
ingemm
,gemm_batch
,gemv
, andgemv_batch
? If yes, the change should be applied to all variants of each function.For instance, here
https://github.com/uxlfoundation/oneAPI-spec/blob/main/source/elements/oneMKL/source/domains/blas/gemm.rst?plain=1#L104
The text was updated successfully, but these errors were encountered: