JuliaGPU / oneAPI.jl

Julia support for the oneAPI programming toolkit.
https://juliagpu.org/oneapi/
Other
179 stars 21 forks source link

Deallocate the vectors allocated only in the C interface #432

Open amontoison opened 4 months ago

amontoison commented 4 months ago

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).