Home
last modified time | relevance | path

Searched defs:PetscDeviceContext_IMPLS (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmcontext.hpp49 struct PetscDeviceContext_IMPLS { struct in Petsc::device::cupm::impl::DeviceContext
50 stream_type stream{};
51 cupmEvent_t event{};
52 cupmEvent_t begin{}; // timer-only
53 cupmEvent_t end{}; // timer-only
55 PetscBool timerInUse{};
56 PetscBool EnergyMeterInUse{};
58 cupmBlasHandle_t blas{};
59 cupmSolverHandle_t solver{};
61 nvmlDevice_t nvmlHandle{};
[all …]