Skip to content

Commit

Permalink
Workaround issue #2455
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Ellingwood <[email protected]>
  • Loading branch information
ndellingwood committed Dec 13, 2024
1 parent d47cadb commit 38b8e94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sparse/src/KokkosSparse_StaticCrsGraph.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ using Kokkos::create_staticcrsgraph;
using Kokkos::GraphRowViewConst;
using Kokkos::maximum_entry;
using Kokkos::StaticCrsGraph;
using Kokkos::create_mirror;
using Kokkos::create_mirror_view;
} // namespace KokkosSparse

#else
Expand Down

0 comments on commit 38b8e94

Please sign in to comment.