Home
last modified time | relevance | path

Searched refs:MatColIdxKokkosView (Results 1 – 3 of 3) sorted by relevance

/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.hpp34 using MatColIdxKokkosView = KokkosCsrGraph::entries_type::non_const_type; typedef
60 MatColIdxKokkosView jL_d, jU_d, jLt_d, jUt_d; /* column ids */
169 …etscInt ncols, PetscInt nnz, const MatRowMapKokkosView &i_d, const MatColIdxKokkosView &j_d, const… in Mat_SeqAIJKokkos()
H A Daijkok.kokkos.cxx717 MatColIdxKokkosView aj, bj, cj; in MatSeqAIJKokkosMergeMats()
748 auto cj = MatColIdxKokkosView("j", aj.extent(0) + bj.extent(0)); in MatSeqAIJKokkosMergeMats()
1298 MatColIdxKokkosView Xj = xkok->j_dual.view_device(), Yj = ykok->j_dual.view_device(); in MatAXPY_SeqAIJKokkos()
1703 factors->jUt_d = MatColIdxKokkosView(NoInit("factors->jUt_d"), factors->jU_d.extent(0)); in MatSeqAIJKokkosTransposeSolveCheck()
1727 …atColIdxKokkosView, ConstMatScalarKokkosView, MatRowMapKokkosView, MatColIdxKokkosView, MatScalarK… in MatSeqAIJKokkosTransposeSolveCheck()
1731 …allCXX(sort_crs_matrix<DefaultExecutionSpace, MatRowMapKokkosView, MatColIdxKokkosView, MatScalarK… in MatSeqAIJKokkosTransposeSolveCheck()
1740 factors->jLt_d = MatColIdxKokkosView(NoInit("factors->jLt_d"), factors->jL_d.extent(0)); in MatSeqAIJKokkosTransposeSolveCheck()
1764 …atColIdxKokkosView, ConstMatScalarKokkosView, MatRowMapKokkosView, MatColIdxKokkosView, MatScalarK… in MatSeqAIJKokkosTransposeSolveCheck()
1768 …allCXX(sort_crs_matrix<DefaultExecutionSpace, MatRowMapKokkosView, MatColIdxKokkosView, MatScalarK… in MatSeqAIJKokkosTransposeSolveCheck()
/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx154 MatColIdxKokkosView Fdjmap; // plans to reduce data in rootBuf to Fd, Fo
155 MatColIdxKokkosView Fdjperm;
156 MatColIdxKokkosView Fojmap;
157 MatColIdxKokkosView Fojperm;
612 MatColIdxKokkosView Fdj_d = Kokkos::create_mirror_view_and_copy(DefaultMemorySpace(), Fdj_h); in MatMPIAIJKokkosReduceBegin()
615 MatColIdxKokkosView Foj_d = Kokkos::create_mirror_view_and_copy(DefaultMemorySpace(), Foj_h); in MatMPIAIJKokkosReduceBegin()
926 MatColIdxKokkosView Fdj_d = Kokkos::create_mirror_view_and_copy(DefaultMemorySpace(), Fdj_h); in MatMPIAIJKokkosBcastBegin()
928 MatColIdxKokkosView Foj_d = Kokkos::create_mirror_view_and_copy(DefaultMemorySpace(), Foj_h); in MatMPIAIJKokkosBcastBegin()
1113 MatColIdxKokkosView oldj = mm->C2_mid.graph.entries, newj(NoInit("j"), oldj.extent(0)); in MatProductSymbolic_MPIAIJKokkos_AtB()
1225 MatColIdxKokkosView oldj = mm->C2_mid.graph.entries, newj(NoInit("j"), oldj.extent(0)); in MatProductSymbolic_MPIAIJKokkos_AB()