PetscHipBLASIntCast#
like PetscBLASIntCast(), but for PetscHipBLASInt.
Synopsis#
static inline PetscErrorCode PetscHipBLASIntCast(MPIU_Count a, PetscHipBLASInt *b)
Not Collective; No Fortran Support
Input Parameter#
- a - the - PetscIntvalue
Output Parameter#
- b - the resulting - PetscHipBLASIntvalue, or- NULLif the result is not needed
Note#
Errors if the integer is negative since PETSc calls to hipBLAS and friends never need to cast negative integer inputs
See Also#
PetscHipBLASInt, PetscBLASInt, PetscMPIInt, PetscInt, PetscBLASIntCast(), PetscMPIIntCast(), PetscIntCast()
Level#
advanced
Location#
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages