Skip to content

Commit

Permalink
Fix bfloat16 conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg committed Oct 13, 2020
1 parent 2ae8785 commit 8494975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ typedef long BLASLONG;
typedef unsigned long BLASULONG;
#endif

#ifndef BFLOAT16
#ifndef bfloat16
#include <stdint.h>
typedef uint16_t bfloat16;
#define BFLOAT16CONVERSION 1
Expand Down

0 comments on commit 8494975

Please sign in to comment.