forked from mindspore-Ecosystem/mindspore
!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:
commit
0be8cf4271
|
@ -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():
|
||||
|
|
|
@ -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():
|
||||
|
|
Loading…
Reference in New Issue