Anonymous
Not applicable
07-29-2011
02:03 PM
522 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What algorithm does MKL use in its implementation of LU factorization? Does it use the old right-looking algorithm in 1995 LAPACK? If so, does it block carefully? Does it use recursive partitioning?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
MKL internallyuses severalimplementationsand switches between them (and block sizes used)according to problem type/size and environment(CPU, number of threads, etc) trying to select the best one.
Best regards,
Alexander.
MKL internallyuses severalimplementationsand switches between them (and block sizes used)according to problem type/size and environment(CPU, number of threads, etc) trying to select the best one.
Best regards,
Alexander.
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