Skip to content

Commit d08f38e

Browse files
[NPUW] restored npu-unit-tests with avx2 (#31998)
### Details: - related to PR: #30899 ### Tickets: - *ticket-id* Co-authored-by: Alexander Kalistratov <[email protected]>
1 parent 20efbd5 commit d08f38e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ ov_add_test_target(
4848
if(ENABLE_AVX2)
4949
ov_avx2_optimization_flags(avx2_flags)
5050
target_compile_options(${TARGET_NAME} PRIVATE "${avx2_flags}")
51+
target_compile_definitions(${TARGET_NAME} PRIVATE HAVE_AVX2)
5152
endif()
5253

5354
install(TARGETS ${TARGET_NAME}

0 commit comments

Comments
 (0)