Home
last modified time | relevance | path

Searched refs:CUPMObject (Results 1 – 5 of 5) sorted by relevance

/petsc/include/petsc/private/
H A Dcupmobject.hpp192 class PETSC_SINGLE_LIBRARY_VISIBILITY_INTERNAL CUPMObject : SolverInterface<T> { class
240 inline constexpr PetscRandomType CUPMObject<T>::PETSCDEVICERAND() noexcept in PETSCDEVICERAND()
247 inline PetscErrorCode CUPMObject<T>::GetFromHandleDispatch_(PetscDeviceContext dctx, cupmBlasHandle… in GetFromHandleDispatch_()
281 inline PetscErrorCode CUPMObject<T>::GetHandleDispatch_(PetscDeviceContext *dctx, cupmBlasHandle_t … in GetHandleDispatch_()
295 inline PetscErrorCode CUPMObject<T>::GetHandles_(PetscDeviceContext *dctx, cupmBlasHandle_t *blas_h… in GetHandles_()
301 inline PetscErrorCode CUPMObject<T>::GetHandles_(PetscDeviceContext *dctx, cupmBlasHandle_t *blas_h… in GetHandles_()
307 inline PetscErrorCode CUPMObject<T>::GetHandles_(PetscDeviceContext *dctx, cupmSolverHandle_t *solv… in GetHandles_()
313 inline PetscErrorCode CUPMObject<T>::GetHandles_(PetscDeviceContext *dctx, cupmStream_t *stream) no… in GetHandles_()
319 inline PetscErrorCode CUPMObject<T>::GetHandles_(cupmBlasHandle_t *handle) noexcept in GetHandles_()
325 inline PetscErrorCode CUPMObject<T>::GetHandles_(cupmSolverHandle_t *handle) noexcept in GetHandles_()
[all …]
H A Dmatdensecupmimpl.h62 …NGLE_LIBRARY_VISIBILITY_INTERNAL MatDense_CUPM_Base : protected device::cupm::impl::CUPMObject<T> {
H A Dveccupmimpl.h83 class Vec_CUPMBase : protected device::cupm::impl::CUPMObject<T> {
/petsc/src/ksp/ksp/utils/lmvm/dense/cd_cupm/
H A Dcd_cupm.cxx18 struct UpperTriangular : CUPMObject<T> {
/petsc/src/ksp/ksp/utils/lmvm/blas_cyclic/cupm/
H A Dblas_cyclic_cupm_impl.hpp19 struct BLASCyclic : CUPMObject<T> {