Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dcupmblasinterface.hpp441 static PetscErrorCode checkCupmBlasIntCast(PetscInt x) noexcept in checkCupmBlasIntCast() function
453 PetscCall(checkCupmBlasIntCast(x)); in PetscCUPMBlasIntCast()
492 using ::Petsc::device::cupm::impl::BlasInterface<T>::checkCupmBlasIntCast; \
H A Dveccupmimpl.h341 PetscCall(checkCupmBlasIntCast(v->map->n)); in VecAllocateCheck_()
/petsc/src/mat/impls/dense/seq/cupm/
H A Dmatseqdensecupm.hpp213 PetscCall(checkCupmBlasIntCast(nrows)); in SetPreallocation_()
214 PetscCall(checkCupmBlasIntCast(ncols)); in SetPreallocation_()