Searched refs:handle_ (Results 1 – 1 of 1) sorted by relevance
210 …constexpr cupmBlasHandleWrapper(T h) noexcept : handle_{std::move(h)} { static_assert(std::is_stan… in cupmBlasHandleWrapper()214 handle_ = nullptr; in operator =()218 operator T() const { return handle_; } in operator T()220 const T *ptr_to() const { return &handle_; } in ptr_to()221 T *ptr_to() { return &handle_; } in ptr_to()224 T handle_{}; member in Petsc::device::cupm::impl::cupmBlasHandleWrapper459 …terModeGuard(const cupmBlasHandle_t &handle, cupmBlasPointerMode_t mode) noexcept : handle_{handle} in CUPMBlasPointerModeGuard()477 …if (this->set_) PetscCallCUPMBLASAbort(PETSC_COMM_SELF, cupmBlasSetPointerMode(this->handle_, this… in ~CUPMBlasPointerModeGuard()482 cupmBlasHandle_t handle_; member in Petsc::device::cupm::impl::BlasInterface::CUPMBlasPointerModeGuard