Luka Govedič
Luka Govedič
@zou3519 yeah we actually found the auto-func issue separately as well, and it would break our custom passes so we'll disable it for now. We currently have a workaround for...
In terms of tests, once we disable V2 like mentioned [here](https://github.com/vllm-project/vllm/pull/12721#issuecomment-2679449916), all tests in `tests/compile/*` are `torch.compile` related.
> But if the config doesn't exist on torch._inductor.config then trying to set it will fail. Yeah that's what I was wondering, so we should guard for 2.6+ if we...
Yes, we should. I can post a PR if needed
Oops I did not realize this was merged. Feel free to ignore or address in the next PR
@congcongchen123 what are the contents of `/tmp/tmp7h5m3uxb.build-temp/machete_generation.log`?
Yep will post perf numbers once I have them, thanks!
> nit: noop elimination for slice errors when end = -1. > > repro: > > ``` > import torch > > def dims_equivalent(dim, i_dim) -> bool: > # Case...
Okay, sounds good, we can probably deprecate the pass, although it's nice to have an easy place to add noop transforms to unblock pattern matching in the short term before...