Skip to content

Commit

Permalink
Add quantize_per_channel and dequantize_per_channel to q_dq_ops target
Browse files Browse the repository at this point in the history
Differential Revision: D66400800

Pull Request resolved: pytorch#7045
  • Loading branch information
tarun292 authored Dec 2, 2024
1 parent a347665 commit 2d499b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernels/quantized/targets.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ def define_common_targets():
"quantized_decomposed::dequantize_per_tensor.Tensor_out",
"quantized_decomposed::quantize_per_tensor.out",
"quantized_decomposed::quantize_per_tensor.Tensor_out",
"quantized_decomposed::dequantize_per_channel.out",
"quantized_decomposed::quantize_per_channel.out",
],
)

Expand Down

0 comments on commit 2d499b3

Please sign in to comment.