Fix bfloat16 conditional
This commit is contained in:
parent
2ae8785603
commit
84949754a0
2
common.h
2
common.h
|
@ -257,7 +257,7 @@ typedef long BLASLONG;
|
||||||
typedef unsigned long BLASULONG;
|
typedef unsigned long BLASULONG;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BFLOAT16
|
#ifndef bfloat16
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
typedef uint16_t bfloat16;
|
typedef uint16_t bfloat16;
|
||||||
#define BFLOAT16CONVERSION 1
|
#define BFLOAT16CONVERSION 1
|
||||||
|
|
Loading…
Reference in New Issue