upgrade Ascend package 10 Aug on master

This commit is contained in:
ZPaC 2022-08-11 11:13:01 +08:00
parent 05ba391e4c
commit 414073d90e
4 changed files with 2 additions and 19 deletions

@ -1 +1 @@
Subproject commit 78f9368b26a8e28384697f6338221e1e9b64b936
Subproject commit cacb02f618407c2e065952a0b813bff5b9c64fe1

View File

@ -17,7 +17,6 @@ import time
import logging
from typing import Optional, Tuple
import numpy as np
import pytest
import mindspore
@ -1776,10 +1775,6 @@ def create_dataset(batch_size=32, label_len=30, mel_bins=80):
return ds
@pytest.mark.level0
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.env_onecard
def test_train():
"""
Feature: Test the simplified dynamic shape WeNet-ASR network with small data.

View File

@ -303,10 +303,6 @@ class MaxPool(nn.Cell):
return out
@pytest.mark.level0
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.env_onecard
def test_dynamic_custom_dense():
"""
Feature: Test Dynamic Dense and its backward. The input shape is dynamic.
@ -389,10 +385,6 @@ def test_dynamic_positional():
comm_func(dynamic_range, input_shape, data_type, net)
@pytest.mark.level0
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.env_onecard
def test_dynamic_sort():
"""
Feature: Test Dynamic sort and its backward. The input shape is dynamic.
@ -406,10 +398,6 @@ def test_dynamic_sort():
comm_func(dynamic_range, input_shape, data_type, net)
@pytest.mark.level0
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.env_onecard
def test_dynamic_sort2():
"""
Feature: Test Dynamic sort and its backward. The input shape is dynamic.

View File

@ -1 +1 @@
1.8.0
1.9.0