Searched refs:PetscHipBLASInt (Results 1 – 3 of 3) sorted by relevance
411 typedef int PetscHipBLASInt; typedef
2051 static inline PetscErrorCode PetscHipBLASIntCast(MPIU_Count a, PetscHipBLASInt *b) in PetscHipBLASIntCast()2055 …PetscCheck(sizeof(MPIU_Count) <= sizeof(PetscHipBLASInt) || a <= (MPIU_Count)PETSC_HIPBLAS_INT_MAX… in PetscHipBLASIntCast()2057 if (b) *b = (PetscHipBLASInt)a; in PetscHipBLASIntCast()
41 #define PetscHipBLASInt integer4 macro