upgrade_ascend_0428
This commit is contained in:
parent
a273da8a5f
commit
d27ad7e797
|
@ -1 +1 @@
|
|||
Subproject commit 708f523f05389c152a429ecbba9782e0b93fe42b
|
||||
Subproject commit f1f6a01ffc67e13714c9c399e0dd4d20d45158e9
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue