We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e11537 commit ff61457Copy full SHA for ff61457
kernel/CMakeLists.txt
@@ -238,6 +238,9 @@ function (build_core TARGET_CORE KDIR TSUFFIX KERNEL_DEFINITIONS)
238
if (X86_64 OR ARM64)
239
set(USE_DIRECT_SGEMM true)
240
endif()
241
+ if (UC_TARGET_CORE MATCHES ARMV9SME)
242
+ set (HAVE_SME true)
243
+ endif ()
244
245
if (USE_DIRECT_SGEMM)
246
# if (NOT DEFINED SGEMMDIRECTKERNEL)
0 commit comments