Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dcupmblasinterface.hpp36 #define PetscCallCUPMBLASAbort(comm_, ...) PetscCallCUPMBLAS_(SETERRABORT, comm_, __VA_ARGS__) macro
462 PetscCallCUPMBLASAbort(PETSC_COMM_SELF, cupmBlasGetPointerMode(handle, &this->old_));
467 PetscCallCUPMBLASAbort(PETSC_COMM_SELF, cupmBlasSetPointerMode(handle, mode));
477 …if (this->set_) PetscCallCUPMBLASAbort(PETSC_COMM_SELF, cupmBlasSetPointerMode(this->handle_, this… in ~CUPMBlasPointerModeGuard()