memory

MKL Memory Leak?

We recently heard from an NMath user: I am seeing a memory accumulation in my application (which uses NMath Core 2.5). From my memory profiler it looks like it could be an allocation in DotNetBlas.Product(), within the MKL dgemm() function. I understand that MKL is designed such that memory is not released until the application closes. However, as this application runs in new worker threads al...
Read More
Top