Rename "HALF" and "sh" to "BFLOAT16" and "sb"

This commit is contained in:
Martin Kroeker
2020-10-11 23:53:50 +02:00
committed by GitHub
parent 32733ded04
commit dc8a1afa63

View File

@@ -146,8 +146,8 @@ ifndef XDOTKERNEL
XDOTKERNEL = zdot.S
endif
ifndef SHDOTKERNEL
SHDOTKERNEL = shdot.c
ifndef SBDOTKERNEL
SBDOTKERNEL = sbdot.c
endif
ifndef TOBF16KERNEL