Browse Source

upgrade_ascend_0428

pull/15899/head
dingpeifei 4 years ago
parent
commit
d27ad7e797
6 changed files with 6 additions and 6 deletions
  1. +1
    -1
      graphengine
  2. +1
    -1
      mindspore/_check_version.py
  3. +1
    -1
      tests/st/data_transfer/test_tdt_data_transfer.py
  4. +1
    -1
      tests/st/model_zoo_tests/lenet/test_lenet_MNIST.py
  5. +1
    -1
      tests/st/model_zoo_tests/resnet50/test_resnet50_cifar10.py
  6. +1
    -1
      tests/st/ops/graph_kernel/test_fused_adam.py

+ 1
- 1
graphengine

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

+ 1
- 1
mindspore/_check_version.py View File

@@ -200,7 +200,7 @@ class AscendEnvChecker(EnvChecker):
"""ascend environment check""" """ascend environment check"""


def __init__(self): 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_nnae_version = "/usr/local/Ascend/nnae/latest/fwkacllib/version.info"
atlas_toolkit_version = "/usr/local/Ascend/ascend-toolkit/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" hisi_fwk_version = "/usr/local/Ascend/fwkacllib/version.info"


+ 1
- 1
tests/st/data_transfer/test_tdt_data_transfer.py 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) 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_arm_ascend_training
@pytest.mark.platform_x86_ascend_training @pytest.mark.platform_x86_ascend_training
@pytest.mark.env_onecard @pytest.mark.env_onecard


+ 1
- 1
tests/st/model_zoo_tests/lenet/test_lenet_MNIST.py View File

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


+ 1
- 1
tests/st/model_zoo_tests/resnet50/test_resnet50_cifar10.py View File

@@ -19,7 +19,7 @@ from mindspore import log as logger
from tests.st.model_zoo_tests import utils from tests.st.model_zoo_tests import utils




@pytest.mark.level0
@pytest.mark.level2
@pytest.mark.platform_x86_ascend_training @pytest.mark.platform_x86_ascend_training
@pytest.mark.platform_arm_ascend_training @pytest.mark.platform_arm_ascend_training
@pytest.mark.env_single @pytest.mark.env_single


+ 1
- 1
tests/st/ops/graph_kernel/test_fused_adam.py View File

@@ -256,7 +256,7 @@ def test_adam_side_effect_gpu():
test_adam_side_effect() test_adam_side_effect()




@pytest.mark.level0
@pytest.mark.level2
@pytest.mark.platform_arm_ascend_training @pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training @pytest.mark.platform_x86_ascend_training
@pytest.mark.env_onecard @pytest.mark.env_onecard


Loading…
Cancel
Save