This commit is contained in:
Martin Kroeker 2020-04-29 16:07:27 +02:00 committed by GitHub
parent 75e0495a75
commit 84e5b0c4f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ function (build_core TARGET_CORE KDIR TSUFFIX KERNEL_DEFINITIONS)
if (${float_type} STREQUAL "HALF")
if (NOT ${BUILD_HALF})
continue ()
else
else ()
set (float_char "SH")
endif ()
GenerateNamedObjects("${KERNELDIR}/${${float_char}GEMMKERNEL}" "" "gemm_kernel" false "" "" false ${float_type})