- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The BLAS Level 2 routine cblas_?ger computes A := alpha*x*y'+ A. Is there a simpler routine that just calculates A := alpha*x*y'?
Setting A=0 offers the same results, but does it provide good performance too? i.e. am I wasting computation in doing the additions?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Tang, Wei,
MKL only provides A := alpha*x*y'+ A for cblas_?ger. Yes, you can set A=0 to meet your expectation of A := alpha*x*y'. And it has good performance without any performance degradation.
Best Regards,
Ruqiu
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