Skip to content

36 Dynamo test are failing with "None missing". #118787

@zou3519

Description

@zou3519

Repro

PYTORCH_TEST_WITH_DYNAMO=1 pytest test_scatter_gather_ops.py -v -k test_scatter__reductions_cpu_complex64

You will need to remove the skip or expectedFailure before running the repro command.
This may be just removing a line in
dynamo_test_failures.py

Failing tests

Here's a comprehensive list of tests that fail (as of this issue) with the above message:

Click me ``` test_scatter_gather_ops.py::TestScatterGatherCPU.test_scatter__reductions_cpu_complex64 test_scatter_gather_ops.py::TestScatterGatherCPU.test_scatter__reductions_cpu_float16 test_scatter_gather_ops.py::TestScatterGatherCPU.test_scatter__reductions_cpu_float32 test_scatter_gather_ops.py::TestScatterGatherCPU.test_scatter_reduce_mean_cpu_bfloat16 test_scatter_gather_ops.py::TestScatterGatherCPU.test_scatter_reduce_mean_cpu_complex128 test_scatter_gather_ops.py::TestScatterGatherCPU.test_scatter_reduce_mean_cpu_complex64 test_scatter_gather_ops.py::TestScatterGatherCPU.test_scatter_reduce_mean_cpu_float16 test_scatter_gather_ops.py::TestScatterGatherCPU.test_scatter_reduce_mean_cpu_float32 test_scatter_gather_ops.py::TestScatterGatherCPU.test_scatter_reduce_mean_cpu_float64 test_scatter_gather_ops.py::TestScatterGatherCPU.test_scatter_reduce_mean_cpu_int16 test_scatter_gather_ops.py::TestScatterGatherCPU.test_scatter_reduce_mean_cpu_int32 test_scatter_gather_ops.py::TestScatterGatherCPU.test_scatter_reduce_mean_cpu_int64 test_scatter_gather_ops.py::TestScatterGatherCPU.test_scatter_reduce_mean_cpu_int8 test_scatter_gather_ops.py::TestScatterGatherCPU.test_scatter_reduce_mean_cpu_uint8 test_scatter_gather_ops.py::TestScatterGatherCPU.test_scatter_reduce_sum_cpu_bfloat16 test_scatter_gather_ops.py::TestScatterGatherCPU.test_scatter_reduce_sum_cpu_complex128 test_scatter_gather_ops.py::TestScatterGatherCPU.test_scatter_reduce_sum_cpu_complex64 test_scatter_gather_ops.py::TestScatterGatherCPU.test_scatter_reduce_sum_cpu_float16 test_scatter_gather_ops.py::TestScatterGatherCPU.test_scatter_reduce_sum_cpu_float32 test_scatter_gather_ops.py::TestScatterGatherCPU.test_scatter_reduce_sum_cpu_float64 test_scatter_gather_ops.py::TestScatterGatherCPU.test_scatter_reduce_sum_cpu_int16 test_scatter_gather_ops.py::TestScatterGatherCPU.test_scatter_reduce_sum_cpu_int32 test_scatter_gather_ops.py::TestScatterGatherCPU.test_scatter_reduce_sum_cpu_int64 test_scatter_gather_ops.py::TestScatterGatherCPU.test_scatter_reduce_sum_cpu_int8 test_scatter_gather_ops.py::TestScatterGatherCPU.test_scatter_reduce_sum_cpu_uint8 nn/test_init.py::TestNNInit.test_constant nn/test_init.py::TestNNInit.test_dirac_only_works_on_3_4_5d_inputs nn/test_init.py::TestNNInit.test_eye nn/test_init.py::TestNNInit.test_eye_only_works_on_2d_inputs nn/test_init.py::TestNNInit.test_kaiming_normal_errors_on_inputs_smaller_than_2d nn/test_init.py::TestNNInit.test_kaiming_uniform_errors_on_inputs_smaller_than_2d nn/test_init.py::TestNNInit.test_ones_and_zeros nn/test_init.py::TestNNInit.test_sparse_only_works_on_2d_inputs nn/test_init.py::TestNNInit.test_xavier_normal_errors_on_inputs_smaller_than_2d nn/test_init.py::TestNNInit.test_xavier_uniform nn/test_init.py::TestNNInit.test_xavier_uniform_errors_on_inputs_smaller_than_2d ```

cc @ezyang @msaroufim @bdhirsh @anijain2305 @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @aakhundov @kadeng

Metadata

Metadata

Assignees

Labels

dynamo-must-fixThese bugs affect TorchDynamo reliability.module: dynamic shapesmodule: dynamooncall: pt2triagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate module

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions