Rename "HALF" and "sh" to "BFLOAT16" and "sb"
This commit is contained in:
parent
32733ded04
commit
dc8a1afa63
|
@ -146,8 +146,8 @@ ifndef XDOTKERNEL
|
|||
XDOTKERNEL = zdot.S
|
||||
endif
|
||||
|
||||
ifndef SHDOTKERNEL
|
||||
SHDOTKERNEL = shdot.c
|
||||
ifndef SBDOTKERNEL
|
||||
SBDOTKERNEL = sbdot.c
|
||||
endif
|
||||
|
||||
ifndef TOBF16KERNEL
|
||||
|
|
Loading…
Reference in New Issue