Skip to content

Commit

Permalink
backout the schema definition change (#3213)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #3213

The schame was changed to avoid double register, but it was hiding the symptons by using a differnt schema. Resume the correct the schema

Reviewed By: larryliu0820

Differential Revision: D56432559

fbshipit-source-id: d9d0a92a6c6fa04857ea01916647eb46ed658849
  • Loading branch information
cccclai authored and facebook-github-bot committed Apr 22, 2024
1 parent 9769386 commit 9d2af4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernels/quantized/quantized.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- arg_meta: null
kernel_name: torch::executor::quantized_embedding_byte_out

- func: quantized_decomposed::embedding_byte.dtype_out(Tensor weight, Tensor weight_scales, Tensor? weight_zero_points, int weight_quant_min, int weight_quant_max, Tensor indices, ScalarType? dtype=None, *, Tensor(a!) out) -> Tensor(a!)
- func: quantized_decomposed::embedding_byte.dtype_out(Tensor weight, Tensor weight_scales, Tensor? weight_zero_points, int weight_quant_min, int weight_quant_max, Tensor indices, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!)
variants: function
kernels:
- arg_meta: null
Expand Down

0 comments on commit 9d2af4c

Please sign in to comment.