#638 Fixed failed cases on GPU and Ascend

Merged
zoulq merged 1 commits from dev0801 into master 9 months ago
liuzhuoran2333 commented 9 months ago
Poster
Ascend上还有几个用例出现偶发的精度误差问题,正在复现
liuzhuoran2333 changed title from [WIP]Fixed failed cases on GPU and Ascend to Fixed failed cases on GPU and Ascend 9 months ago
Erpim reviewed 9 months ago
@@ -2280,3 +2280,2 @@
def test_tensordot():
a1 = np.arange(60.).reshape(3, 4, 5).astype(np.int32)
b1 = np.arange(24.).reshape(4, 3, 2).astype(np.int32)
a1 = np.arange(60.).reshape(3, 4, 5).astype(np.float32)
Erpim commented 9 months ago
为什么不测int类型, 跳过对应后端?
liuzhuoran2333 commented 9 months ago
已增加int用例,跳过GPU后端
zoulq merged commit 3710bce331 into master 9 months ago
liuzhuoran2333 deleted branch dev0801 9 months ago
The pull request has been merged as 3710bce331.
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This pull request currently doesn't have any dependencies.

Loading…
There is no content yet.