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:
PyTorch MergeBot
2023-01-26 21:41:17 +00:00
parent 340811bf8d
commit 913cf2908e

View File

@ -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()