diff --git a/KokkosStream.cpp b/KokkosStream.cpp index 39e4775..7f6813e 100644 --- a/KokkosStream.cpp +++ b/KokkosStream.cpp @@ -122,8 +122,8 @@ void KokkosStream::triad() template T KokkosStream::dot() { - Kokkos::View a(*d_a); - Kokkos::View b(*d_b); + Kokkos::View a(*d_a); + Kokkos::View b(*d_b); T sum = 0.0;