- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We've spend several days trying to override "mkl_progress" function. It is absolutely crucial for us to be able to abort the calculation (our software appears hanged otherwise if the input matrix grows too large and user cannot stop the computation). Unfortunately, despite all the efforts, there appears to be no way to take over the "mkl_progress". Even when I call "mkl_progress" directly, my redefined version is not called. I'm linking statically with MKL on MacOS and we use tbb. Is there any information you could gives to overcome this? The "mkl_set_progress" function also does nothing. The documentations on the matter are also depressingly insufficient.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Bardia,
I see a note in the documentation about the mkl_progress feature and TBB.
"WARNING: The mkl_progress function only supports OpenMP* threading and sequential execution."
Please submit mkl_progress support for TBB as a feature request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
here is the link to the Intel Online Service Center - https://supporttickets.intel.com/?lang=en-US
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
>> "...The documentations on the matter are also depressingly insufficient. "
What do you like to see from the mkl documentation else regarding this part beyond warnings?
"WARNING: The mkl_progress function only supports OpenMP* threading and sequential execution."
https://software.intel.com/content/www/us/en/develop/documentation/mkl-d.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page