File tree Expand file tree Collapse file tree 3 files changed +0
-110
lines changed
torchao/experimental/kernels/cpu/aarch64/tests Expand file tree Collapse file tree 3 files changed +0
-110
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ add_library(
31
31
${TORCHAO_LIBRARIES} /torchao/experimental/kernels/cpu/aarch64/reduction/find_min_and_max.cpp
32
32
${TORCHAO_LIBRARIES} /torchao/experimental/kernels/cpu/aarch64/reduction/compute_sum.cpp
33
33
${TORCHAO_LIBRARIES} /torchao/experimental/kernels/cpu/aarch64/quantization/quantize.cpp
34
- ${TORCHAO_LIBRARIES} /torchao/experimental/kernels/cpu/aarch64/valpacking/interleave.cpp
35
34
)
36
35
37
36
if (NOT TORCHAO_INCLUDE_DIRS )
@@ -96,13 +95,6 @@ target_link_libraries(
96
95
torchao_kernels_aarch64
97
96
)
98
97
99
- add_executable (test_valpacking test_valpacking.cpp )
100
- target_link_libraries (
101
- test_valpacking
102
- PRIVATE
103
- GTest::gtest_main
104
- dep
105
- )
106
98
107
99
add_executable (test_embedding test_embedding.cpp )
108
100
target_link_libraries (
@@ -133,7 +125,6 @@ gtest_discover_tests(test_quantization)
133
125
gtest_discover_tests (test_reduction )
134
126
gtest_discover_tests (test_bitpacking )
135
127
gtest_discover_tests (test_linear )
136
- gtest_discover_tests (test_valpacking )
137
128
gtest_discover_tests (test_embedding )
138
129
gtest_discover_tests (test_weight_packing )
139
130
gtest_discover_tests (test_qmatmul )
Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ ${CMAKE_OUT}/test_quantization
58
58
${CMAKE_OUT} /test_reduction
59
59
${CMAKE_OUT} /test_bitpacking
60
60
${CMAKE_OUT} /test_linear
61
- ${CMAKE_OUT} /test_valpacking
62
61
${CMAKE_OUT} /test_embedding
63
62
${CMAKE_OUT} /test_weight_packing
64
63
${CMAKE_OUT} /test_qmatmul
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments