Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Yet another issue with the BSR format

asd__asdqwe
Beginner
362 Views

Hello,

Attached, I'm doing y = Ax with A in BSR format (bs = 1, 2, and 3), that has only one nonzero block coefficient. Clearly, the results are wrong with bs = 3.

The first 9 rows must be 0!
10 122
11 302
12 482
13 431
14 782
15 962
16 1142
17 9181
18 34200
19 233919
20 651010
21 589

Can you reproduce this issue? This is with MKL 2017 Update 1. Thank you in advance for fixing your code....

0 Kudos
3 Replies
Gennady_F_Intel
Moderator
362 Views

yes, this is the bug. Thanks for the report. 

0 Kudos
Gennady_F_Intel
Moderator
362 Views

Some additional investigations shown that the problem has been introduced for AVX and AVX2+ code of IA only. We will fix it the next ( nearest) update of MKL.

0 Kudos
Gennady_F_Intel
Moderator
362 Views

this issue is fixed in MKL 2017 update 2. This update is released a few days ago. Please check the update and let us know the result.

0 Kudos
Reply