!32883 takedown cpu testcases to ensure gate stability
Merge pull request !32883 from yanghaoran/master
This commit is contained in:
commit
1adaedc84d
|
@ -595,7 +595,7 @@ def onp_trace(arr):
|
|||
return onp.trace(arr, offset=4, axis1=1, axis2=2)
|
||||
|
||||
|
||||
@pytest.mark.level0
|
||||
@pytest.mark.level1
|
||||
@pytest.mark.platform_arm_ascend_training
|
||||
@pytest.mark.platform_x86_ascend_training
|
||||
@pytest.mark.platform_x86_gpu_training
|
||||
|
|
|
@ -203,7 +203,7 @@ def onp_isnan(x):
|
|||
return onp.isnan(x)
|
||||
|
||||
|
||||
@pytest.mark.level0
|
||||
@pytest.mark.level1
|
||||
@pytest.mark.platform_x86_gpu_training
|
||||
@pytest.mark.platform_x86_cpu
|
||||
@pytest.mark.env_onecard
|
||||
|
|
|
@ -104,7 +104,7 @@ def test_broadcast_dyn_init():
|
|||
assert np.allclose(output.asnumpy(), expect)
|
||||
|
||||
|
||||
@pytest.mark.level0
|
||||
@pytest.mark.level1
|
||||
@pytest.mark.platform_x86_cpu
|
||||
@pytest.mark.env_onecard
|
||||
def test_broadcast_dyn_invalid_init():
|
||||
|
|
Loading…
Reference in New Issue