Home
last modified time | relevance | path

Searched refs:PetscDeviceContextGetBLASHandle_Internal (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/objects/device/impls/cupm/hip/
H A Dcupmcontext.hip.cxx32 PetscCall(PetscDeviceContextGetBLASHandle_Internal(dctx, handle)); in PetscHIPBLASGetHandle()
/petsc/src/sys/objects/device/impls/cupm/cuda/
H A Dcupmcontext.cu24 PetscCall(PetscDeviceContextGetBLASHandle_Internal(dctx, handle)); in PetscCUBLASGetHandle()
/petsc/include/petsc/private/
H A Dcupmobject.hpp269 if (blas_handle) PetscCall(PetscDeviceContextGetBLASHandle_Internal(dctx, blas_handle)); in GetFromHandleDispatch_()
H A Ddeviceimpl.h306 static inline PetscErrorCode PetscDeviceContextGetBLASHandle_Internal(PetscDeviceContext dctx, void… in PetscDeviceContextGetBLASHandle_Internal() function