Skip to content

Commit 66d616d

Browse files
committed
Add the missing comment for backend tests
Signed-off-by: Jagadeesh V <[email protected]>
1 parent b625fe8 commit 66d616d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/SupportedONNXOps-cpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Onnx-mlir currently supports ONNX operations targeting up to opset 22. Limitatio
124124
| **MeanVarianceNormalization** |none | | | |
125125
| **MelWeightMatrix** |none | | | |
126126
| **Min** |6 - * |Does not support unsigned numbers. Only ppc64le and MacOS platforms support float16. | |
127-
| **Mish** |22 - * | | | |
127+
| **Mish** |18 - * | | | |
128128
| **Mod** |10 - * |Support float and double only. Only ppc64le and MacOS platforms support float16. | |
129129
| **Momentum** |none | | | |
130130
| **Mul** |6 - * |Does not support short integers. | |

test/backend/inference_backend.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2081,14 +2081,16 @@ def get_test_models():
20812081
# "test_min_uint16_cpu": {STATIC_SHAPE:{}, DYNAMIC_SHAPE:{-1:{-1}}, CONSTANT_INPUT:{-1}},
20822082
# "test_min_uint32_cpu": {STATIC_SHAPE:{}, DYNAMIC_SHAPE:{-1:{-1}}, CONSTANT_INPUT:{-1}},
20832083
# "test_min_uint64_cpu": {STATIC_SHAPE:{}, DYNAMIC_SHAPE:{-1:{-1}}, CONSTANT_INPUT:{-1}},
2084-
# ==OP== Mod
2085-
# ==MIN== 10
2086-
# ==LIM== Support float and double only. Only ppc64le and MacOS platforms support float16.
2084+
# ==OP== Mish
2085+
# ==MIN== 18
20872086
"test_mish_cpu": {
20882087
STATIC_SHAPE: {},
20892088
DYNAMIC_SHAPE: {-1: {-1}},
20902089
CONSTANT_INPUT: {-1},
20912090
},
2091+
# ==OP== Mod
2092+
# ==MIN== 10
2093+
# ==LIM== Support float and double only. Only ppc64le and MacOS platforms support float16.
20922094
"test_mod_mixed_sign_float32_cpu": {
20932095
STATIC_SHAPE: {},
20942096
DYNAMIC_SHAPE: {-1: {-1}},

0 commit comments

Comments
 (0)