fix endif
This commit is contained in:
parent
b2f6f76a5a
commit
1377810961
|
@ -142,6 +142,7 @@ function (build_core TARGET_CORE KDIR TSUFFIX KERNEL_DEFINITIONS)
|
||||||
else ()
|
else ()
|
||||||
set (float_char "SH")
|
set (float_char "SH")
|
||||||
endif ()
|
endif ()
|
||||||
|
endif ()
|
||||||
GenerateNamedObjects("${KERNELDIR}/${${float_char}GEMMKERNEL}" "" "gemm_kernel" false "" "" false ${float_type})
|
GenerateNamedObjects("${KERNELDIR}/${${float_char}GEMMKERNEL}" "" "gemm_kernel" false "" "" false ${float_type})
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue