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

Can I use MKL functions with user allocated data

TripleS
Beginner
245 Views

Hey 

Is there a problem using MKL with user allocated data ?

I'm trying to use MKL function 

   vcMulByConj(...)

with continues memory allocated using OpenCV mat object. (with I believe it's implemented with "new" c++ operation)  

I frequently receive an access violation exception.  

 

Is there any problem with my memory model ? 

 

Best 

 

Shahar 

 

 

 

0 Kudos
1 Reply
Zhen_Z_Intel
Employee
245 Views

Hi Shahar,

The vcMulByConj could operate on continuous memory, in your case, it depends on how you allocate objects by OpenCV mat.

Best regards,

Fiona

0 Kudos
Reply