-
Notifications
You must be signed in to change notification settings - Fork 99
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
Compile error in batched gemm perf test #998
Comments
Thanks, @vqd8a. This appears to be a software stack bug. I found the following:
I will briefly look into a work around for |
I also found the following:
@vqd8a: This and the error message above, particularly |
this is very weird. That conditional stuff should really only happen in a subview call? Where did this come from? |
Using kokkos@524a10e and kokkos-kernels@118fe76, it came from:
according to nvcc_wrapper .
|
I can not reproduce this using |
I have faced the same issue on weaver with the following modules:
It works fine with |
The |
I have encountered these errors when building Kokkos Kernels with tests on:
How to reproduce the errors on Weaver:
Module load:
Kokkos build:
Kokkos Kernels build:
The text was updated successfully, but these errors were encountered: