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
For some batched routines, we need a vector of onemklTranspose, onemklDiag, or onemklSide.
I allocate them in the C interface with the function convert but it's never deallocated after the call to the oneMKL routine, like here with convert(uplo, group_count).
The text was updated successfully, but these errors were encountered:
For some batched routines, we need a vector of
onemklTranspose
,onemklDiag
, oronemklSide
.I allocate them in the C interface with the function
convert
but it's never deallocated after the call to the oneMKL routine, like here withconvert(uplo, group_count)
.The text was updated successfully, but these errors were encountered: