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.
6743 Discussions

Unknown error code returned by vsldConvExec

Bogdan_B_
Novice
287 Views

In certain cases, when executing a 6d convolution task with vsldConvExec, it fails and returns code  -17891602. I couldn't find any explanation for what the status code means.

0 Kudos
1 Solution
Bogdan_B_
Novice
287 Views

Got it. The task object was deleted before convexec was being called

View solution in original post

2 Replies
Bogdan_B_
Novice
287 Views

note: I'm using mkl 11.3 update 1 on win7x64; also, the binary representation of the error code is 0xfeeefeee

Bogdan_B_
Novice
288 Views

Got it. The task object was deleted before convexec was being called

Reply