Skip to content

Commit b7eae80

Browse files
authored
tyf/fixing BMM bug (DeepLink-org#877)
fixing BMM bug
1 parent cdd4cbb commit b7eae80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

impl/camb/convert_config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
dtype: (int64)->int32, (float64)->float32, (complex128)->complex64
33
layout: NCHW
44

5+
#---base operation below---#
56
- diopiAdd:
67
layout: NCL, NLC, NCHW, NHWC, NDHWC
78

@@ -19,9 +20,8 @@
1920

2021
- diopiDivScalar:
2122
layout: ND
22-
23-
- diopiBmm:
24-
layout: NCL, NLC, NCHW, NHWC, NCDHW, NDHWC
23+
24+
#---base operation above---#
2525

2626
- diopiUpsampleNearest:
2727
layout: NHWC, NDHWC

0 commit comments

Comments
 (0)