You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are compiling Trilinos with the complex double type enabled. We are seeing a compilation error when the file Tpetra_BlockCrsMatrix_Helpers_def.hpp is compiled:
INFO:root:#21 1363.9 .../packages/tpetra/core/src/Tpetra_BlockCrsMatrix_Helpers_def.hpp:574:22: error: reference to __host__ function 'operator complex' in __host__ __device__ function
INFO:root:#21 1363.9 const Scalar value = values(row_nnz);
which moves some code into Tpetra_BlockCrsMatrix_Helpers_decl.hpp from shylu but doesn't seem to take into account that there's the implementation scalar type in Tpetra.
I'll introduce a PR with a fix.
The text was updated successfully, but these errors were encountered:
@jgfouca @csiefer2
@trilinos/tpetra
Bug Report
We are compiling Trilinos with the complex double type enabled. We are seeing a compilation error when the file
Tpetra_BlockCrsMatrix_Helpers_def.hpp
is compiled:I think I tracked it down to this commit:
which moves some code into
Tpetra_BlockCrsMatrix_Helpers_decl.hpp
from shylu but doesn't seem to take into account that there's the implementation scalar type in Tpetra.I'll introduce a PR with a fix.
The text was updated successfully, but these errors were encountered: