-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FAIL in matrixMul example #212
Comments
Good catch, thanks for reporting. I am a bit confused that this comment implies that |
Ah, but the documentation you linked even contradicts this comment. So some things among those are wrong for sure |
Unfortionally I never added the element layer to the example. The required changes are in the GTC video linked in the README.md. |
So does changing |
No it is not enough because the kernel does not use the element layer. The element layer must be added then you can use OPTI kernel call.
Am 20. August 2021 11:59:42 MESZ schrieb Sergei Bastrakov ***@***.***>:
…So does changing `CUPLA_KERNEL` to `CUPLA_KERNEL_OPTI` (as suggested by the docs) not help here?
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#212 (comment)
|
The matrixMul example fails for several CPU backends, for example
-DALPAKA_ACC_CPU_B_OMP2_T_SEQ_ENABLE=ON
: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?
The text was updated successfully, but these errors were encountered: