-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
The matrixMul example fails for several CPU backends, for example -DALPAKA_ACC_CPU_B_OMP2_T_SEQ_ENABLE=ON
:
...
Error! Matrix[51197]=0.00000000, ref=1.59999990 error term is > 1.000000E-06
Error! Matrix[51198]=0.00000000, ref=1.59999990 error term is > 1.000000E-06
Error! Matrix[51199]=0.00000000, ref=1.59999990 error term is > 1.000000E-06
Result = FAIL
Note: For peak performance, please refer to the matrixMulCUBLAS example.
Looking at the CI setup, it seems like this is expected, is that correct? If that is the case, can I update the install instructions to use the vectorAdd example instead?
sbastrakov and PrometheusPi