Skip to content

Commit

Permalink
tpetra: rename KokkosKernels_SparseUtils.hpp to KokkosSparse_Utils.hpp
Browse files Browse the repository at this point in the history
Changes for compatibility with kokkos/kokkos-kernels#1431
  • Loading branch information
ndellingwood committed Aug 30, 2022
1 parent b404bbf commit dd8294b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/tpetra/core/src/Tpetra_CrsGraphTransposer_def.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#include "Tpetra_Details_shortSort.hpp"
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_TimeMonitor.hpp"
#include "KokkosKernels_SparseUtils.hpp"
#include "KokkosSparse_Utils.hpp"
#include "KokkosKernels_Handle.hpp"
#include "KokkosSparse_spadd.hpp"

Expand Down
4 changes: 2 additions & 2 deletions packages/tpetra/core/src/Tpetra_RowMatrixTransposer_def.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
#include "Tpetra_Details_shortSort.hpp"
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_TimeMonitor.hpp"
#include "KokkosKernels_SparseUtils.hpp"
#include "KokkosKernels_Sorting.hpp"
#include "KokkosSparse_Utils.hpp"
#include "KokkosSparse_SortCrs.hpp"

namespace Tpetra {

Expand Down

0 comments on commit dd8294b

Please sign in to comment.