Skip to content

Commit b5b79a8

Browse files
[CK TILE ENGINE] increasing ci configs for BASIC case
1 parent 841351a commit b5b79a8

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

tile_engine/ops/gemm/gemm_multi_d/configs/default_ci_config.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@
4949
"trait_config": {
5050
"pipeline": {
5151
"values": [
52-
"compv4"
52+
"compv3",
53+
"compv4",
54+
"mem"
5355
]
5456
},
5557
"scheduler": {
@@ -60,7 +62,8 @@
6062
},
6163
"epilogue": {
6264
"values": [
63-
"cshuffle"
65+
"cshuffle",
66+
"default"
6467
]
6568
},
6669
"pad_m": {

tile_engine/ops/gemm/gemm_preshuffle/configs/default_ci_config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
},
6060
"epilogue": {
6161
"values": [
62+
"default",
6263
"cshuffle"
6364
]
6465
},

tile_engine/ops/gemm/gemm_universal/configs/default_ci_config.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@
4949
"trait_config": {
5050
"pipeline": {
5151
"values": [
52-
"compv4"
52+
"compv3",
53+
"compv4",
54+
"mem"
5355
]
5456
},
5557
"scheduler": {
@@ -60,7 +62,8 @@
6062
},
6163
"epilogue": {
6264
"values": [
63-
"cshuffle"
65+
"cshuffle",
66+
"default"
6467
]
6568
},
6669
"pad_m": {

0 commit comments

Comments
 (0)