Skip to content

Commit 74605de

Browse files
authored
Mostly sync BlasKernel.cpp with ATen ReducedPrecisionGemvFastPathKernel
Differential Revision: D74702689 Pull Request resolved: #10868
1 parent 9ded0a2 commit 74605de

File tree

4 files changed

+274
-141
lines changed

4 files changed

+274
-141
lines changed

kernels/optimized/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ endif()
4242
# Build cpublas.
4343
list(TRANSFORM _optimized_cpublas__srcs PREPEND "${EXECUTORCH_ROOT}/")
4444
add_library(cpublas STATIC ${_optimized_cpublas__srcs})
45+
target_include_directories(cpublas PRIVATE ${TORCH_INCLUDE_DIRS})
4546
target_link_libraries(
4647
cpublas PUBLIC executorch_core eigen_blas extension_threadpool
4748
)

0 commit comments

Comments
 (0)