- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello:
I'm a new software developer for developing matrix calculation.
Recently, I used MKL BLAS Level routines to develop my own applications.
I want tow know the implementation of these functions are all multi-threading by using OpenMP or Pthread? if not, which function is multi-threaded? And where can I found some information about this.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
all BLAS functions are threaded with the OpenMP runtime library - see more details follow this link https://software.intel.com/en-us/node/528540 ;
and also entire BLAS level 3 routines are threaded with Intel TBB : https://software.intel.com/en-us/node/589698
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
all BLAS functions are threaded with the OpenMP runtime library - see more details follow this link https://software.intel.com/en-us/node/528540 ;
and also entire BLAS level 3 routines are threaded with Intel TBB : https://software.intel.com/en-us/node/589698
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page