Skip to content

Commit

Permalink
Fixup UNMANAGED -> UNAVAILABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed Mar 9, 2024
1 parent 1e9d2e2 commit d46773c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/impl/Kokkos_ViewMapping.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3612,7 +3612,7 @@ KOKKOS_INLINE_FUNCTION void view_verify_operator_bounds(
Kokkos::Impl::strcat(err, label);
return;
}
Kokkos::Impl::strcat(err, "**UNMANAGED**");
Kokkos::Impl::strcat(err, "**UNAVAILABLE**");
}
}();)
Kokkos::Impl::strcat(err, "\") with indices ");
Expand Down

0 comments on commit d46773c

Please sign in to comment.