Skip to content

Commit

Permalink
[CPU] [ARM] JIT eltwise for ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
eshoguli committed Oct 9, 2023
1 parent 920d1ba commit d638a3c
Show file tree
Hide file tree
Showing 23 changed files with 2,224 additions and 63 deletions.
5 changes: 4 additions & 1 deletion src/plugins/intel_cpu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ if(NOT X86_64)
endif()

if(NOT (AARCH64 OR ARM))
list(APPEND EXCLUDE_PATHS ${CMAKE_CURRENT_SOURCE_DIR}/src/transformations/cpu_opset/arm/*)
list(APPEND EXCLUDE_PATHS ${CMAKE_CURRENT_SOURCE_DIR}/src/transformations/cpu_opset/arm/*
${CMAKE_CURRENT_SOURCE_DIR}/src/emitters/aarch64/*
${CMAKE_CURRENT_SOURCE_DIR}/src/nodes/executors/aarch64/*
${CMAKE_CURRENT_SOURCE_DIR}/src/nodes/kernels/aarch64/*)
endif()

if (NOT ENABLE_MLAS_FOR_CPU)
Expand Down
Loading

0 comments on commit d638a3c

Please sign in to comment.