From 38b8e944b8eec34e5b78b09d88159952332d7df1 Mon Sep 17 00:00:00 2001 From: Nathan Ellingwood Date: Thu, 12 Dec 2024 17:31:31 -0700 Subject: [PATCH] Workaround issue #2455 Signed-off-by: Nathan Ellingwood --- sparse/src/KokkosSparse_StaticCrsGraph.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sparse/src/KokkosSparse_StaticCrsGraph.hpp b/sparse/src/KokkosSparse_StaticCrsGraph.hpp index c0174129c9..d722039f45 100644 --- a/sparse/src/KokkosSparse_StaticCrsGraph.hpp +++ b/sparse/src/KokkosSparse_StaticCrsGraph.hpp @@ -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