functorch
functorch copied to clipboard
TestCompileCacheStaticArgs fails in windows
Surprisingly this is the only TestCase that has tests failures (and nnc tests are passing).
Repro: comment out https://github.com/pytorch/functorch/blob/52d9c91d7915c6af5cf23740fb1910887ca2975e/test/test_compile_cache.py#L188-L189 and run CI
cc @Chillee @anijain2305