Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/cupm/cuda/
H A Dcupmcontext.cu7 static constexpr auto cuda_context = CUPMContextCuda(); in PetscDeviceContextCreate_CUDA() local
10 PetscCall(cuda_context.initialize(dctx->device)); in PetscDeviceContextCreate_CUDA()
12 *dctx->ops = cuda_context.ops; in PetscDeviceContextCreate_CUDA()