Skip to content

Commit 70a5b8d

Browse files
committed
refine mini case scope
Signed-off-by: Zhu, Zufang <zufang.zhu@intel.com>
1 parent a7e0645 commit 70a5b8d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

tests/test_fp8_gemm_onednn.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222

2323
#override pytest parameters when enable mini pytest
2424
MINI_PYTEST_PARAMS = {
25+
"test_fp8_gemm_w8a16": {
26+
"mnk_factors": MINI_MNK_FACTORS[:1],
27+
},
2528
"test_fp8_gemm_per_tensor": {
2629
"mnk_factors": MINI_MNK_FACTORS,
2730
},

tests/test_int4_gemm_onednn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
]
2323

2424
MINI_PYTEST_PARAMS = {
25-
"test_int4_gemm": {
25+
"default": {
2626
"mnk_factors": MINI_MNK_FACTORS,
2727
},
2828
}

0 commit comments

Comments
 (0)