upgrade_ascend_0428

This commit is contained in:
dingpeifei 2021-04-29 16:53:10 +08:00
parent a273da8a5f
commit d27ad7e797
6 changed files with 6 additions and 6 deletions

@ -1 +1 @@
Subproject commit 708f523f05389c152a429ecbba9782e0b93fe42b
Subproject commit f1f6a01ffc67e13714c9c399e0dd4d20d45158e9

View File

@ -200,7 +200,7 @@ class AscendEnvChecker(EnvChecker):
"""ascend environment check"""
def __init__(self):
self.version = ["1.78.T2.0.B020"]
self.version = ["1.78.T10.0.B100"]
atlas_nnae_version = "/usr/local/Ascend/nnae/latest/fwkacllib/version.info"
atlas_toolkit_version = "/usr/local/Ascend/ascend-toolkit/latest/fwkacllib/version.info"
hisi_fwk_version = "/usr/local/Ascend/fwkacllib/version.info"

View File

@ -126,7 +126,7 @@ def op_network_with_step_num(dataset, step_num):
return op_network_with_epoch(net_with_dataset, step_num)
@pytest.mark.level0
@pytest.mark.level2
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.env_onecard

View File

@ -18,7 +18,7 @@ import pytest
from tests.st.model_zoo_tests import utils
@pytest.mark.level0
@pytest.mark.level2
@pytest.mark.platform_x86_ascend_training
@pytest.mark.platform_arm_ascend_training
@pytest.mark.env_onecard

View File

@ -19,7 +19,7 @@ from mindspore import log as logger
from tests.st.model_zoo_tests import utils
@pytest.mark.level0
@pytest.mark.level2
@pytest.mark.platform_x86_ascend_training
@pytest.mark.platform_arm_ascend_training
@pytest.mark.env_single

View File

@ -256,7 +256,7 @@ def test_adam_side_effect_gpu():
test_adam_side_effect()
@pytest.mark.level0
@pytest.mark.level2
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.env_onecard