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
We would like to add some matrix transposition and copy routines to the spec, namely in-place (scaled) transpose imatcopy and imatcopy_batch, out of place (scaled) transpose/copy omatcopy and omatcopy_batch, and (scaled) matrix addition omatadd and omatadd_batch.
These have all been available in C/Fortran in the Intel oneMKL product for some time, see eg here and are in process of being added for DPC++.