!33583 takedown windows cpu testcases and add windows ST back to gate level0

Merge pull request !33583 from yanghaoran/master
This commit is contained in:
i-robot 2022-04-26 09:21:27 +00:00 committed by Gitee
commit 0be8cf4271
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@ def test_broadcast_dyn_init():
assert np.allclose(output.asnumpy(), expect)
@pytest.mark.level0
@pytest.mark.level2
@pytest.mark.platform_x86_cpu
@pytest.mark.env_onecard
def test_broadcast_dyn_invalid_init():

View File

@ -51,7 +51,7 @@ def softsign_compare(shape, dtype):
assert np.allclose(expect.asnumpy(), output.asnumpy(), rtol, atol, equal_nan=True)
@pytest.mark.level0
@pytest.mark.level1
@pytest.mark.platform_x86_cpu
@pytest.mark.env_onecard
def test_sofsign_cpu_pynative_mode():
@ -64,7 +64,7 @@ def test_sofsign_cpu_pynative_mode():
softsign_compare([2, 3, 2], np.float32)
@pytest.mark.level0
@pytest.mark.level1
@pytest.mark.platform_x86_cpu
@pytest.mark.env_onecard
def test_sofsign_cpu_graph_mode():