-
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
Compilation error with cuda 11.1: error: a nontype template parameter may not have class type #1577
Comments
I will try to reproduced, this is somehow not triggered by our builds... |
Thanks, here is the full log including kokkos and kokkos-kernels |
FYI, I have reproduced the issue on our systems and will work on a fix. This is related to the ETI process so should not be too complicated to fix. |
A couple of obvious mistake made it into the repo, I am not sure how these have been able to pass the auto-tester?
The fix in PR #1578 worked on our systems, let me know if you want to test this before we merge it otherwise it should be picked up by your CI when the PR is merged. |
I am getting new errors:
|
Okay, I am merging the current PR #1578 and will have a look at the error reported above, these are new and I am not sure who modified that code recently? |
@lucbv @eddy16112 The error |
Thanks @vqd8a for pointing this issue out, I will check with Brian on his PR status, assuming that it only fixes the spgemm side of the problem we still need to look a bit at the spmv issue. |
Here is my cmake cmd, I am using gcc-9.4 and cuda-11.1
Here is the output of cmake
Then when I compile the code, I am getting a lot of same errors:
The text was updated successfully, but these errors were encountered: