|
@@ -34,6 +34,10 @@ typedef long BLASLONG; |
|
|
typedef unsigned long BLASULONG; |
|
|
typedef unsigned long BLASULONG; |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#ifndef BFLOAT16 |
|
|
|
|
|
typedef unsigned short bfloat16; |
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
#ifdef OPENBLAS_USE64BITINT |
|
|
#ifdef OPENBLAS_USE64BITINT |
|
|
typedef BLASLONG blasint; |
|
|
typedef BLASLONG blasint; |
|
|
#else |
|
|
#else |
|
|