Browse Source

open 8p testcase

Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
tags/v1.2.0-rc1
zhoufeng 5 years ago
parent
commit
98775f29dd
6 changed files with 6 additions and 6 deletions
  1. +1
    -1
      tests/st/auto_parallel/test_optimizer_parallel.py
  2. +1
    -1
      tests/st/auto_parallel/test_parallel_recursive_strategy_search.py
  3. +1
    -1
      tests/st/auto_parallel/test_parallel_strategy_search.py
  4. +1
    -1
      tests/st/broadcast/test_broadcast_auto_parallel.py
  5. +1
    -1
      tests/st/hcom/test_hcom_sparsetensor.py
  6. +1
    -1
      tests/st/model_zoo_tests/wide_and_deep/test_wide_and_deep_auto_parallel.py

+ 1
- 1
tests/st/auto_parallel/test_optimizer_parallel.py View File

@@ -16,7 +16,7 @@ import os
import pytest


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


+ 1
- 1
tests/st/auto_parallel/test_parallel_recursive_strategy_search.py View File

@@ -16,7 +16,7 @@ import os
import pytest


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


+ 1
- 1
tests/st/auto_parallel/test_parallel_strategy_search.py View File

@@ -16,7 +16,7 @@ import os
import pytest


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


+ 1
- 1
tests/st/broadcast/test_broadcast_auto_parallel.py View File

@@ -17,7 +17,7 @@ import os
import pytest


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


+ 1
- 1
tests/st/hcom/test_hcom_sparsetensor.py View File

@@ -17,7 +17,7 @@ import os
import pytest


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


+ 1
- 1
tests/st/model_zoo_tests/wide_and_deep/test_wide_and_deep_auto_parallel.py View File

@@ -16,7 +16,7 @@ import os
import pytest


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


Loading…
Cancel
Save