-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Open
Labels
good first issuemodule: infraRelates to CI infrastructureRelates to CI infrastructuremodule: testingIssues related to the torch.testing module (not tests)Issues related to the torch.testing module (not tests)module: testsIssues related to tests (not the torch.testing module)Issues related to tests (not the torch.testing module)needs reproductionEnsure you have actionable steps to reproduce the issue. Someone else needs to confirm the repro.Ensure you have actionable steps to reproduce the issue. Someone else needs to confirm the repro.triagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Description
🐛 Describe the bug
To execute this test, run the following from the base repo dir: TEST_WITH_TORCHINDUCTOR=1 python test/test_torch.py -k test_nondeterministic_alert_NLLLoss_cuda
But I had to run it with
PYTORCH_TEST_WITH_INDUCTOR=1 python test/test_torch.py -k test_nondeterministic_alert_NLLLoss_cuda
Ref CI failure: https://github.com/pytorch/pytorch/actions/runs/5678841216/job/15391208767?pr=106118
Ref PR: #106118
Versions
master
Metadata
Metadata
Assignees
Labels
good first issuemodule: infraRelates to CI infrastructureRelates to CI infrastructuremodule: testingIssues related to the torch.testing module (not tests)Issues related to the torch.testing module (not tests)module: testsIssues related to tests (not the torch.testing module)Issues related to tests (not the torch.testing module)needs reproductionEnsure you have actionable steps to reproduce the issue. Someone else needs to confirm the repro.Ensure you have actionable steps to reproduce the issue. Someone else needs to confirm the repro.triagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module