Home
last modified time | relevance | path

Searched refs:gemv (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ksp/ksp/utils/lmvm/blas_cyclic/cupm/
H A Dblas_cyclic_cupm.cxx166 …:device::cupm::impl::BLASCyclic<::Petsc::device::cupm::DeviceType::CUDA>::gemv(dctx, hermitian_tra… in GEMVCyclic_CUPM_Private()
171 …PetscCall(::Petsc::device::cupm::impl::BLASCyclic<::Petsc::device::cupm::DeviceType::HIP>::gemv(dc… in GEMVCyclic_CUPM_Private()
H A Dblas_cyclic_cupm_impl.hpp27 …static PetscErrorCode gemv(PetscDeviceContext, PetscBool, PetscInt, PetscInt, PetscInt, PetscScala…
263 PetscErrorCode BLASCyclic<T>::gemv(PetscDeviceContext dctx, PetscBool hermitian_transpose, PetscInt… in gemv() function in Petsc::device::cupm::impl::BLASCyclic
/petsc/include/petsc/private/
H A Dcupmblasinterface.hpp275 PETSC_CUPMBLAS_ALIAS_BLAS_FUNCTION(STANDARD, gemv) in PETSC_CUPMBLAS_ALIAS_FUNCTION()
347 PETSC_CUPMBLAS_ALIAS_BLAS_FUNCTION(STANDARD, gemv) in PETSC_CUPMBLAS_ALIAS_FUNCTION()
H A Dpetscscalapack.h63 #define PBLASgemv_ PETSCSCALAPACK(gemv, GEMV)
/petsc/include/
H A Dpetscblaslapack_mangle.h161 #define BLASgemv_ PETSCBLAS(gemv, GEMV)
/petsc/doc/changes/
H A D321.md70 - Add `-vec_mdot_use_gemv` to let `VecMDot()`, `VecMTDot()` use BLAS2 `gemv()` instead of custom un…
71 - Add `-vec_maxpy_use_gemv` to let `VecMAXPY()` use BLAS2 `gemv()` instead of custom unrolled kerne…
/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx579 …PetscCallCXX(KokkosBlas::gemv(PetscGetKokkosExecutionSpace(), trans, 1.0, Y, xv, 0.0, zv.view_devi… in VecMultiDot_SeqKokkos_GEMV()
886 …PetscCallCXX(KokkosBlas::gemv(PetscGetKokkosExecutionSpace(), "N", 1.0, A, av.view_device(), 1.0, … in VecMAXPY_SeqKokkos_GEMV()