-
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 failure due to missing file KokkosLapack_tpl_spec.hpp #2042
Comments
Pulling in @vqd8a who might know more, or be more helpful in answering any questions... |
@glhenni can you share your CMake configuration line for Trilinos? |
@ndellingwood In Kokkos Kernels 4.1, when |
@vqd8a yeah, |
It's tricky because we use a settings file, or files, for a lot of our settings rather than specifying all of them via If you REALLY need me to generate a standalone cmake command line for our build let me know. I'll translate our settings.cmake file into the equivalent |
No, that shouldn't be necessary, I think knowing Magma was enabled is a good clue. Thanks! |
@ndellingwood @lucbv There is a new |
Looks like the Magma-related stuff from |
Attempt to resolve magma issues in kokkos#2042
Attempt to resolve magma issues in kokkos#2042
@ndellingwood the work I have in the cuSOLVER PR will eventually fix the problem but I do not think that it would be appropriate to cherry pick for a patch release though. I see that your commits above are more strategic about getting only the small subset needed though. |
@lucbv thanks, the updates seemed straightforward but I'm still hitting compilation errors, may follow up with you for some help if I get stuck
yeah, I built my own copy on Weaver for now, I'll put in a request for the TPL and share the config (they'll use spack, but config should help with the recipe) |
@lucbv yeah, and since it follows other updates (e.g. rocsolver) we'd probably have to pull in extra stuff for a clean patch. For now for an eventual Trilinos patch, in addition to the magma fixes, should we remove the cusolver stub from the lapack updates (in particular, KokkosLapack_Cuda_tpl.hpp, which includes the problematic KokkosLapack_tpl_spec.hpp)? |
Yeah if that can be removed without breaking anything that would be good actually. |
Fixes for 4.2.00 See issue kokkos#2042
A fix for 4.2.00 (against release-candidate-4.2.01) issued with #2044, and Trilinos PR trilinos/Trilinos#12555 , @glhenni hopefully these resolve the issue in Trilinos (the PR is set for AUTOMERGE) |
Attempt to resolve magma issues in kokkos#2042
I'm getting the following error when build our application:
This is kokkos and kokkos-kernels as contained within
Trilinos/develop
as of this morning.The entire compile line is pretty messy, but here it is:
The text was updated successfully, but these errors were encountered: