typo
This commit is contained in:
parent
75e0495a75
commit
84e5b0c4f8
|
@ -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})
|
||||
|
|
Loading…
Reference in New Issue