mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Revert "Disable torch_jit_fuser_te for dynamo CI (#92945)"
This reverts commit 0fc2f9febb8147183bcf8321ea80ab8e48ced875. Reverted https://github.com/pytorch/pytorch/pull/92945 on behalf of https://github.com/huydhn due to The test looks ok now after moving dynamo shard to 3.8 https://github.com/pytorch/pytorch/issues/92942, so trying to re-enable it
This commit is contained in:
@ -2807,7 +2807,4 @@ instantiate_device_type_tests(TestLoopnestRandomization, globals(), only_for=("c
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
if os.getenv("PYTORCH_TEST_WITH_DYNAMO", "0") == "1":
|
||||
print("Crashes with Dynamo, see https://github.com/pytorch/pytorch/issues/92942")
|
||||
else:
|
||||
run_tests()
|
||||
run_tests()
|
||||
|
Reference in New Issue
Block a user