File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,8 @@ if(TORCHAO_BUILD_ATEN_OPS)
116
116
ops/embedding_xbit/op_embedding_xbit_aten.cpp
117
117
ops/linear_8bit_act_xbit_weight/linear_8bit_act_xbit_weight.cpp
118
118
ops/linear_8bit_act_xbit_weight/op_linear_8bit_act_xbit_weight_aten.cpp
119
+ ops/groupwise_lowbit_weight_lut/groupwise_lowbit_weight_lut.cpp
120
+ ops/groupwise_lowbit_weight_lut/op_groupwise_lowbit_weight_lut_aten.cpp
119
121
)
120
122
list (TRANSFORM _torchao_op_srcs_aten PREPEND "${CMAKE_CURRENT_SOURCE_DIR} /" )
121
123
add_library (torchao_ops_aten SHARED ${_torchao_op_srcs_aten} )
@@ -161,7 +163,9 @@ if(TORCHAO_BUILD_EXECUTORCH_OPS)
161
163
ops/embedding_xbit/op_embedding_xbit_executorch.cpp
162
164
ops/linear_8bit_act_xbit_weight/linear_8bit_act_xbit_weight.cpp
163
165
ops/linear_8bit_act_xbit_weight/op_linear_8bit_act_xbit_weight_executorch.cpp
164
- )
166
+ ops/groupwise_lowbit_weight_lut/groupwise_lowbit_weight_lut.cpp
167
+ ops/groupwise_lowbit_weight_lut/op_groupwise_lowbit_weight_lut_executorch.cpp )
168
+
165
169
list (TRANSFORM _torchao_op_srcs_executorch PREPEND "${CMAKE_CURRENT_SOURCE_DIR} /" )
166
170
add_library (torchao_ops_executorch STATIC ${_torchao_op_srcs_executorch} )
167
171
target_link_torchao_parallel_backend (torchao_ops_executorch executorch )
You can’t perform that action at this time.
0 commit comments