!30948 takedown data_dump to ensure gate stability

Merge pull request !30948 from yanghaoran/master
This commit is contained in:
i-robot 2022-03-08 02:55:14 +00:00 committed by Gitee
commit a90d5f6f42
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 3 additions and 3 deletions

View File

@ -541,7 +541,7 @@ def test_stat_dump_nulls():
assert output['Max Value'] == 'null'
assert output['Avg Value'] == 'null'
@pytest.mark.level0
@pytest.mark.level1
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.env_onecard
@ -587,7 +587,7 @@ def test_ascend_tensor_dump():
context.set_context(mode=context.GRAPH_MODE, device_target="Ascend")
run_saved_data_dump_test('test_async_dump', 'tensor')
@pytest.mark.level0
@pytest.mark.level1
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.env_onecard

View File

@ -36,7 +36,7 @@ class Net(nn.Cell):
out2_shape = self.reshape(out2_unique, (1, -1, 2))
return self.concat((out1_shape, out2_shape))
@pytest.mark.level1
@pytest.mark.level0
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.env_onecard