Browse Source

fix endif

pull/2590/head
Martin Kroeker GitHub 6 years ago
parent
commit
1377810961
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      kernel/CMakeLists.txt

+ 1
- 0
kernel/CMakeLists.txt View File

@@ -142,6 +142,7 @@ function (build_core TARGET_CORE KDIR TSUFFIX KERNEL_DEFINITIONS)
else ()
set (float_char "SH")
endif ()
endif ()
GenerateNamedObjects("${KERNELDIR}/${${float_char}GEMMKERNEL}" "" "gemm_kernel" false "" "" false ${float_type})
endforeach()



Loading…
Cancel
Save