Skip to content

Commit 9c514cb

Browse files
tarun292facebook-github-bot
authored andcommitted
Add quantize_per_channel and dequantize_per_channel to q_dq_ops target (#7045)
Summary: These ops are needed by the Semantic flow model and also are compilable on Windows. Reviewed By: iseeyuan Differential Revision: D66400800
1 parent a347665 commit 9c514cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kernels/quantized/targets.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ def define_common_targets():
6969
"quantized_decomposed::dequantize_per_tensor.Tensor_out",
7070
"quantized_decomposed::quantize_per_tensor.out",
7171
"quantized_decomposed::quantize_per_tensor.Tensor_out",
72+
"quantized_decomposed::dequantize_per_channel.out",
73+
"quantized_decomposed::quantize_per_channel.out",
7274
],
7375
)
7476

0 commit comments

Comments
 (0)