Skip to content

Commit 8494975

Browse files
authored
Fix bfloat16 conditional
1 parent 2ae8785 commit 8494975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ typedef long BLASLONG;
257257
typedef unsigned long BLASULONG;
258258
#endif
259259

260-
#ifndef BFLOAT16
260+
#ifndef bfloat16
261261
#include <stdint.h>
262262
typedef uint16_t bfloat16;
263263
#define BFLOAT16CONVERSION 1

0 commit comments

Comments
 (0)