Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

memory leakage(内存泄漏)

meng__holy
Beginner
547 Views

vslsConvNewTask1D will add 1M memory when running in first time,

vslConvDeleteTask(&t) can not free the memory, why?

(vslsConvNewTask1D 这个函数会增加1M左右的内存,运行vslConvDeleteTask后并不能释放增加的内存,请问为什么?)

0 Kudos
1 Reply
Khang_N_Intel
Employee
547 Views

Hi Holy,

Can you send us a simple test code showing the problem you mentioned so that w can reproduce the issue?

Also, it would be helpful if you can provide us with the following information:

1) The system you are using (CPU information, amount of RAM)

2) Operating system (Windows, Linux or MacOS...) and its version

3) Language (C/C++ or Fortran)

4) Compiler Microsoft Visual Studio*, Intel(R) or GNU or PGI

5) Intel(R) MKL version number

6) Instructions to compile and link your test code

7) Any other needed software.

Best Regards,

Khang

0 Kudos
Reply