Searched refs:gemv (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/ksp/ksp/utils/lmvm/blas_cyclic/cupm/ |
| H A D | blas_cyclic_cupm.cxx | 166 …: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 D | blas_cyclic_cupm_impl.hpp | 27 …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 D | cupmblasinterface.hpp | 275 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 D | petscscalapack.h | 63 #define PBLASgemv_ PETSCSCALAPACK(gemv, GEMV)
|
| /petsc/include/ |
| H A D | petscblaslapack_mangle.h | 161 #define BLASgemv_ PETSCBLAS(gemv, GEMV)
|
| /petsc/doc/changes/ |
| H A D | 321.md | 70 - 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 D | veckok.kokkos.cxx | 579 …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()
|