Skip to content

Commit 6301843

Browse files
committed
Skip the test on non-x86_64 platforms as xattention is supported only on Intel CPUs.
1 parent 2bcf7f8 commit 6301843

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/plugins/intel_cpu/tests/unit/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ if(NOT X86_64)
3232
${CMAKE_CURRENT_SOURCE_DIR}/snippets_transformations/x64
3333
${CMAKE_CURRENT_SOURCE_DIR}/nodes/eltwise_node_test.cpp
3434
${CMAKE_CURRENT_SOURCE_DIR}/brgemm_executor_test.cpp
35-
${CMAKE_CURRENT_SOURCE_DIR}/xattention_test.cpp)
35+
${CMAKE_CURRENT_SOURCE_DIR}/xattention_test.cpp
36+
${CMAKE_CURRENT_SOURCE_DIR}/softmax_kernel_test.cpp)
3637
endif()
3738

3839
if (NOT ENABLE_MLAS_FOR_CPU)

0 commit comments

Comments
 (0)