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
The LWGraph_kokkos.cpp fails to compile in Hip builds with rocm/5.6.0 with output:
22:39:48 /home/jenkins/caraway-new/workspace/Trilinos_Caraway_Hip_Serial_Rocm5_6_0_MI210/Trilinos/packages/muelu/test/unit_tests_kokkos/LWGraph_kokkos.cpp:158:25: error: reference to __host__ function 'operator->' in __host__ __device__ function
22:39:48 if (lclLWGraph->GetNodeNumVertices() != numrows)
This follows merge of these commits:
Changes:
Xpetra: Add getLocalGraph* to EpetraCrsGraph (detail)
MueLu Utilities: Refactor DetectDirichletRows and ApplyRowSumCriterion (detail)
MueLu: Refactor LWGraphs (detail)
MueLu Viz test: Use test ETI (detail)
MueLu RefMaxwell: Fix spelling (detail)
MueLu: Add H2D regression test (detail)
Teko: clang-format (detail)
MueLu: Add H2D count specifically for aggregation (detail)
Bug Report
@trilinos/muelu
The
LWGraph_kokkos.cpp
fails to compile in Hip builds with rocm/5.6.0 with output:This follows merge of these commits:
Changes:
Xpetra: Add getLocalGraph* to EpetraCrsGraph (detail)
MueLu Utilities: Refactor DetectDirichletRows and ApplyRowSumCriterion (detail)
MueLu: Refactor LWGraphs (detail)
MueLu Viz test: Use test ETI (detail)
MueLu RefMaxwell: Fix spelling (detail)
MueLu: Add H2D regression test (detail)
Teko: clang-format (detail)
MueLu: Add H2D count specifically for aggregation (detail)
Likely related to PR #12629 ?
Steps to Reproduce
The text was updated successfully, but these errors were encountered: