good first issuemodule: inframodule: testingmodule: testsneeds reproductiontriaged
仓库指标
- 星标
- (102,396 个星标)
- PR 合并指标
- (平均合并 1天 10小时) (30 天内合并 42 个 PR)
描述
🐛 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: https://github.com/pytorch/pytorch/pull/106118
Versions
master
cc @mruberry @ZainRizvi