pytorch/pytorch

Command to reproduce error is incorrect

已关闭

#106,377 创建于 2023年8月1日

 (9 条评论) (0 个反应) (0 位负责人)Python (28,880 个派生)batch import
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

贡献者指南