Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/cupm/cuda/
H A Dcupmcontext.cu23 PetscCall(PetscDeviceContextGetCurrentContextAssertType_Internal(&dctx, PETSC_DEVICE_CUDA)); in PetscCUBLASGetHandle()
34 PetscCall(PetscDeviceContextGetCurrentContextAssertType_Internal(&dctx, PETSC_DEVICE_CUDA)); in PetscCUSOLVERDnGetHandle()
46 PetscCall(PetscDeviceContextGetCurrentContextAssertType_Internal(&dctx, PETSC_DEVICE_CUDA)); in PetscGetCurrentCUDAStream()
/petsc/src/sys/objects/device/impls/cupm/hip/
H A Dcupmcontext.hip.cxx31 PetscCall(PetscDeviceContextGetCurrentContextAssertType_Internal(&dctx, PETSC_DEVICE_HIP)); in PetscHIPBLASGetHandle()
42 PetscCall(PetscDeviceContextGetCurrentContextAssertType_Internal(&dctx, PETSC_DEVICE_HIP)); in PetscHIPSOLVERGetHandle()
54 PetscCall(PetscDeviceContextGetCurrentContextAssertType_Internal(&dctx, PETSC_DEVICE_HIP)); in PetscGetCurrentHIPStream()
/petsc/src/vec/vec/impls/mpi/cupm/hip/
H A Dvecmpicupm.hip.cxx63 PetscCall(PetscDeviceContextGetCurrentContextAssertType_Internal(&dctx, PETSC_DEVICE_HIP)); in VecHIPGetArrays_Private()
/petsc/src/vec/vec/impls/mpi/cupm/cuda/
H A Dvecmpicupm.cu63 PetscCall(PetscDeviceContextGetCurrentContextAssertType_Internal(&dctx, PETSC_DEVICE_CUDA)); in VecCUDAGetArrays_Private()
/petsc/src/sys/classes/random/impls/curand/
H A Dcurand.c85 PetscCall(PetscDeviceContextGetCurrentContextAssertType_Internal(&dctx, PETSC_DEVICE_CUDA)); in PetscRandomCreate_CURAND()
/petsc/include/petsc/private/
H A Ddeviceimpl.h385 static inline PetscErrorCode PetscDeviceContextGetCurrentContextAssertType_Internal(PetscDeviceCont… in PetscDeviceContextGetCurrentContextAssertType_Internal() function
/petsc/src/vec/is/sf/impls/basic/cupm/
H A Dsfcupm_impl.hpp787 PetscCall(PetscDeviceContextGetCurrentContextAssertType_Internal(&dctx, PETSC_DEVICE_CUPM())); in LinkSetUp()