File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -699,9 +699,7 @@ if(EXECUTORCH_BUILD_KERNELS_TORCHAO)
699
699
${EXECUTORCH_ROOT} /backends/xnnpack/third-party/pthreadpool/include
700
700
${EXECUTORCH_ROOT} /backends/xnnpack/third-party/cpuinfo/include
701
701
)
702
- add_subdirectory (
703
- ${CMAKE_CURRENT_SOURCE_DIR} /third-party/ao/torchao/experimental
704
- )
702
+ add_subdirectory (${CMAKE_CURRENT_SOURCE_DIR} /third-party/ao/torchao/csrc/cpu)
705
703
unset (EXECUTORCH_INCLUDE_DIRS)
706
704
707
705
executorch_target_link_options_shared_lib(torchao_ops_executorch)
Original file line number Diff line number Diff line change 24
24
#endif
25
25
#include < executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h>
26
26
27
- #include < torchao/experimental/kernels/ cpu/interface/quantized_matmul.h>
27
+ #include < torchao/csrc/ cpu/torch_free_kernels /interface/quantized_matmul.h>
28
28
29
29
namespace torch {
30
30
namespace executor {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def _get_quantized_sdpa_deps():
14
14
if runtime .is_oss :
15
15
return []
16
16
else :
17
- return ["//pytorch/ao/torchao/experimental/kernels/ cpu/interface:interface" ]
17
+ return ["//pytorch/ao/torchao/csrc/ cpu/torch_free_kernels /interface:interface" ]
18
18
19
19
def _get_quantized_preproc_flags ():
20
20
if runtime .is_oss :
You can’t perform that action at this time.
0 commit comments