Skip to content

Commit 756062a

Browse files
authored
Rename "HALF" and "sh" to "BFLOAT16" and "sb"
1 parent 2061f7f commit 756062a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/generic/gemmkernel_2x2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "common.h"
2-
#if defined(HALF) && defined(HALFCONVERSION)
2+
#if defined(BFLOAT16) && defined(BFLOAT16CONVERSION)
33
static float
44
bfloat16tof32 (bfloat16 f16)
55
{

0 commit comments

Comments
 (0)