Searched refs:VecGetLocalSizeAligned (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/vec/vec/impls/mpi/kokkos/ ! |
| H A D | mpikok.kokkos.cxx | 299 VecGetLocalSizeAligned(w, 64, &lda); // get in lda the 64-bytes aligned local size in VecDuplicateVecs_MPIKokkos_GEMV()
|
| /petsc/include/petsc/private/ ! |
| H A D | vecimpl.h | 476 #define VecGetLocalSizeAligned(v, alignment, lda) \ macro
|
| /petsc/src/vec/vec/impls/mpi/ ! |
| H A D | pbvec.c | 83 VecGetLocalSizeAligned(w, 64, &lda); // get in lda the 64-bytes aligned local size in VecDuplicateVecs_MPI_GEMV()
|
| /petsc/src/vec/vec/impls/seq/ ! |
| H A D | bvec2.c | 698 VecGetLocalSizeAligned(w, 64, &lda); // get in lda the 64-bytes aligned local size in VecDuplicateVecs_Seq_GEMV()
|
| /petsc/src/vec/vec/impls/seq/kokkos/ ! |
| H A D | veckok.kokkos.cxx | 1881 VecGetLocalSizeAligned(w, 64, &lda); // get in lda the 64-bytes aligned local size in VecDuplicateVecs_SeqKokkos_GEMV()
|