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 7369e94
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 @@ -26,6 +26,8 @@
#undef KOKKOS_IMPL_DO_NOT_WARN_INCLUDE_STATIC_CRS_GRAPH

namespace KokkosSparse {
using Kokkos::create_mirror;
using Kokkos::create_mirror_view;
using Kokkos::create_staticcrsgraph;
using Kokkos::GraphRowViewConst;
using Kokkos::maximum_entry;
Expand Down

0 comments on commit 7369e94

Please sign in to comment.