Searched refs:cupmErrorDeviceAlreadyInUse (Results 1 – 3 of 3) sorted by relevance
56 PETSC_CUPM_DEFINE_STATIC_VARIABLE_VIA_CLASS_TYPENAME(cupmError_t, cupmErrorDeviceAlreadyInUse);
63 if (cupmSetDevice(id()) != cupmErrorDeviceAlreadyInUse) PetscCallCUPM(cupmGetLastError()); in initialize()100 if (cupmSetDevice(id_) != cupmErrorDeviceAlreadyInUse) PetscCallCUPM(cupmGetLastError()); in configure()
166 static const auto cupmErrorDeviceAlreadyInUse = cudaErrorDeviceAlreadyInUse; member314 static const auto cupmErrorDeviceAlreadyInUse = hipErrorContextAlreadyInUse; member460 using ::Petsc::device::cupm::impl::InterfaceImpl<T>::cupmErrorDeviceAlreadyInUse; \