Skip to content

Commit dc8a1af

Browse files
authored
Rename "HALF" and "sh" to "BFLOAT16" and "sb"
1 parent 32733de commit dc8a1af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/x86_64/KERNEL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ ifndef XDOTKERNEL
146146
XDOTKERNEL = zdot.S
147147
endif
148148

149-
ifndef SHDOTKERNEL
150-
SHDOTKERNEL = shdot.c
149+
ifndef SBDOTKERNEL
150+
SBDOTKERNEL = sbdot.c
151151
endif
152152

153153
ifndef TOBF16KERNEL

0 commit comments

Comments
 (0)