Searched defs:PetscDeviceContext_IMPLS (Results 1 – 1 of 1) sorted by relevance
49 struct PetscDeviceContext_IMPLS { struct in Petsc::device::cupm::impl::DeviceContext50 stream_type stream{};51 cupmEvent_t event{};52 cupmEvent_t begin{}; // timer-only53 cupmEvent_t end{}; // timer-only55 PetscBool timerInUse{};56 PetscBool EnergyMeterInUse{};58 cupmBlasHandle_t blas{};59 cupmSolverHandle_t solver{};61 nvmlDevice_t nvmlHandle{};[all …]