Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dcupminterface.hpp147 using cupmDeviceProp_t = cudaDeviceProp; typedef
293 using cupmDeviceProp_t = hipDeviceProp_t; typedef
447 …using cupmDeviceProp_t = typename ::Petsc::device::cupm::impl::InterfaceImpl<T>::cupmDevice…
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmdevice.cxx25 cupmDeviceProp_t dprop_{}; // cudaDeviceProp appears to be an actual struct, i.e. you can't
/petsc/src/vec/is/sf/impls/basic/cupm/
H A Dsfcupm_impl.hpp775 cupmDeviceProp_t props; in LinkSetUp()