File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ if (${TARGET} STREQUAL NEOVERSEV1)
338
338
endif ()
339
339
endif ()
340
340
endif ()
341
- if (${TARGET} STREQUAL NEOVERSEN2 )
341
+ if (${TARGET} STREQUAL NEOVERSEV2 )
342
342
if (${CMAKE_C_COMPILER_ID} STREQUAL "PGI" AND NOT NO_SVE )
343
343
set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -Msve-intrinsics -march=armv9-a+sve+sve2+bf16 -mtune=neoverse-v2" )
344
344
else ()
@@ -347,7 +347,7 @@ if (${TARGET} STREQUAL NEOVERSEV1)
347
347
elseif (CMAKE_C_COMPILER_VERSION VERSION_GREATER 10.4 OR CMAKE_C_COMPILER_VERSION VERSION_EQUAL 10.4 )
348
348
set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -march=armv8.4-a+sve+bf16 -mtune=neoverse-v1" )
349
349
else ()
350
- message (FATAL_ERROR "Compiler $${CMAKE_C_COMPILER} ${CMAKE_C_COMPILER_VERSION} does not support Neoverse N2 ." )
350
+ message (FATAL_ERROR "Compiler $${CMAKE_C_COMPILER} ${CMAKE_C_COMPILER_VERSION} does not support Neoverse V2 ." )
351
351
endif ()
352
352
endif ()
353
353
endif ()
You can’t perform that action at this time.
0 commit comments