Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/cupm/cuda/
H A Dcupmcontext.cu7 static constexpr auto cuda_context = CUPMContextCuda(); in PetscDeviceContextCreate_CUDA()
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmcontext.hpp613 using CUPMContextCuda = impl::DeviceContext<DeviceType::CUDA>; typedef