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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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