We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bcf7f8 commit 6301843Copy full SHA for 6301843
src/plugins/intel_cpu/tests/unit/CMakeLists.txt
@@ -32,7 +32,8 @@ if(NOT X86_64)
32
${CMAKE_CURRENT_SOURCE_DIR}/snippets_transformations/x64
33
${CMAKE_CURRENT_SOURCE_DIR}/nodes/eltwise_node_test.cpp
34
${CMAKE_CURRENT_SOURCE_DIR}/brgemm_executor_test.cpp
35
- ${CMAKE_CURRENT_SOURCE_DIR}/xattention_test.cpp)
+ ${CMAKE_CURRENT_SOURCE_DIR}/xattention_test.cpp
36
+ ${CMAKE_CURRENT_SOURCE_DIR}/softmax_kernel_test.cpp)
37
endif()
38
39
if (NOT ENABLE_MLAS_FOR_CPU)
0 commit comments