Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
6742 Discussions

Can I use MKL functions with user allocated data

TripleS
Beginner
184 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
184 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

Reply