-
Notifications
You must be signed in to change notification settings - Fork 571
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
Tpetra: unnecessary UVM ETI #12189
Comments
This is only instantiating for UVM, so perhaps it's not so bad. |
It seems like we never use FixedHashTable with the |
Harmless, but should be removed. |
FHT instantiated on `<Cuda, CudaUVM> is needed even to build Tpetra's own tests. I'm closing this as invalid/wontfix. |
Is this usage of UVM a problem? This doesn't appear to be
ifdef
guarded.Trilinos/packages/tpetra/core/src/Tpetra_Details_FixedHashTable_Cuda.cpp
Lines 58 to 66 in 004eee5
@trilinos/tpetra
The text was updated successfully, but these errors were encountered: