Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/cupm/
H A Dcupminterface.cxx56 PETSC_CUPM_DEFINE_STATIC_VARIABLE_VIA_CLASS_TYPENAME(cupmError_t, cupmErrorDeviceAlreadyInUse);
H A Dcupmdevice.cxx63 if (cupmSetDevice(id()) != cupmErrorDeviceAlreadyInUse) PetscCallCUPM(cupmGetLastError()); in initialize()
100 if (cupmSetDevice(id_) != cupmErrorDeviceAlreadyInUse) PetscCallCUPM(cupmGetLastError()); in configure()
/petsc/include/petsc/private/
H A Dcupminterface.hpp166 static const auto cupmErrorDeviceAlreadyInUse = cudaErrorDeviceAlreadyInUse; member
314 static const auto cupmErrorDeviceAlreadyInUse = hipErrorContextAlreadyInUse; member
460 using ::Petsc::device::cupm::impl::InterfaceImpl<T>::cupmErrorDeviceAlreadyInUse; \