Skip to content

Update a deprecated Kokkos-Kernels call

Junchao Zhang requested to merge jczhang/update-the-deprecated into main
  • Update a deprecated Kokkos-Kernel call

  • Try not to sort column indices in MatSeqAIJKokkosTransposeSolveCheck(), since

    1. petsc needs sorted matrices, but here it does not use the triangular matrices on host;
    2. We believe cusparse has supported unsorted matrices long time ago (though it did not state it)
Edited by Junchao Zhang

Merge request reports