add win ST testcases back

This commit is contained in:
yanghaoran 2022-04-27 10:17:13 +08:00
parent 42141e991b
commit 7eca0916dd
1 changed files with 2 additions and 2 deletions

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.level1
@pytest.mark.level0
@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.level1
@pytest.mark.level0
@pytest.mark.platform_x86_cpu
@pytest.mark.env_onecard
def test_sofsign_cpu_graph_mode():