Chunyuan WU
Chunyuan WU
1. PyTorch [split OP](https://pytorch.org/docs/stable/generated/torch.split.html) has a `split_size_or_sections` input: - When it is `list`, it is aligned with the `size_splits` attr here. - When it is an `int`, it seems that...
> > In this case, the number of outputs from `split` is dynamic, how's this represented in the framework graph? > > @ZhennanQin, currently, the IPEX/PyTorch JIT framework graph is...
Link to landed trunk PR (if applicable): * Revert of https://github.com/pytorch/pytorch/pull/123403 (the revert is done in https://github.com/pytorch/pytorch/pull/128377) Link to release branch PR: * https://github.com/pytorch/pytorch/pull/128511 Criteria Category: * Reverted on main...
> > As far as I can tell, this new CI failure is the same failure as the second [(trunk failure)](https://hud.pytorch.org/pytorch/pytorch/commit/c87c9f0a01f4840bd19ac5058960c9766dd15ef8#31199725279), where the failure is `test/inductor/test_cpu_repro.py::CPUReproTests::test_lstm_packed` failing with `bad_alloc`, but...