Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dcupmobject.hpp127 using cupm_pointer_type = cupmScalar_t *; typedef in Petsc::device::cupm::impl::RestoreableArray
130 PETSC_NODISCARD cupm_pointer_type cupmdata() const noexcept;
135 …ypename U = pointer_type, typename = util::enable_if_t<!std::is_same<U, cupm_pointer_type>::value>>
136 operator cupm_pointer_type() const noexcept;
171 inline typename RestoreableArray<T, MT, MA>::cupm_pointer_type RestoreableArray<T, MT, MA>::cupmdat… in cupmdata()
186 inline RestoreableArray<T, MT, MA>::operator cupm_pointer_type() const noexcept in operator cupm_pointer_type()