Mu-Chu Lee

Results 5 issues of Mu-Chu Lee

Differential Revision: D43228829

CLA Signed
fb-exported

Differential Revision: D48127955

CLA Signed
fb-exported

Error: test/quantization/__test_quantization__/test_quantization#link-tree/torch/ao/quantization/fx/_decomposed.py", line 327, in choose_qparams_tensor_meta assert input.dtype == torch.float32, f"Expecting input to have dtype torch.float32, but got dtype: {input.dtype}"

fb-exported
Stale
release notes: quantization

Summary: We remove the assertion for target_func being cat. The reason is that we have multiple flavors of concat, such as cat/cat.default/cat_slice/cat_slice_cat/... Assertion here is causing multiple times of false...

fb-exported
ciflow/trunk
module: inductor
ciflow/inductor

Summary: Add an additional config to allow buffer mutation. For data that's greater than 2GB, we would need to set it as read-only, otherwise overflow would occur. This is a...

fb-exported
module: inductor
ciflow/inductor