functorch
functorch copied to clipboard
Reenable tests after https://github.com/pytorch/pytorch/pull/80217 lands
- test_vmapjvpall_has_batch_rule_linalg_det_singular_cpu_float32
- test_vmapvjp_has_batch_rule_linalg_det_cpu_float32
fwiw, these two tests should pass once https://github.com/pytorch/pytorch/pull/80217 is merged
or at least the second one. I'm not sure what's making the first one fail.
We don't have to support det for now for that test, so please feel free to merge https://github.com/pytorch/pytorch/pull/80217 and we can worry about that test later.
@Lezcano will https://github.com/pytorch/pytorch/pull/80217 land soon? If not, since functorch is in pytorch/pytorch now, I want to reenable the above tests to prevent regressions
I'm on PTO, I'll look at this when I'm back. Feel free to activate the tests again, and I can skip them or fix them in the pr
Cool, going to re-enable them. If it's not too difficult we should try to fix them in the PR to avoid regressions
It looks like that PR is about to land. Sorry for the very long wait, but I've been a fair amount of time out on PTO
Np, let's land your PR first and then figure out what is going on with the tests
It landed, it was reverted, then it landed again. Let's see if it sticks this time.