Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/cupm/hip/
H A Dcupmcontext.hip.cxx7 static constexpr auto hip_context = CUPMContextHip(); in PetscDeviceContextCreate_HIP() local
10 PetscCall(hip_context.initialize(dctx->device)); in PetscDeviceContextCreate_HIP()
12 *dctx->ops = hip_context.ops; in PetscDeviceContextCreate_HIP()