- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Linux, MKL 11.x
Are the mkl_?bsrmv routines threaded?
We're seeing threading if we use mkl_?csrmv routines. But when using mkl_?bsmrv routines we do not see threading.
Link line is -L$(MKLROOT)/lib/intel64 -lmkl_rt -lpthread -lm
Are the mkl_?bsrmv routines not threaded?
Thanks
Ron
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Response from MKL engineers:
mkl_bsrmv is not parallel. On the contrary, mkl_bsrgemv is implemented in parallel and has similar functionality.
What I can recommend to customer – use our inspector-executor API of SparseBlas that have been already published in MKL 11.3. We support BSR mv functionality in this API and it is implemented in parallel.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page