Skip to content

Commit cec029e

Browse files
committed
tc
1 parent eb3bd09 commit cec029e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/inductor/test_flex_decoding.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,6 +1212,7 @@ def score_mod_scale(qk, b, h, q, kv):
12121212
@supported_platform
12131213
@common_utils.parametrize("head_dim", [17, 24, 94, 121])
12141214
@common_utils.parametrize("dtype", test_dtypes_fast)
1215+
@common_utils.serialTest()
12151216
def test_non_pow_2_headdim(self, device, dtype, head_dim):
12161217
self.run_test(
12171218
_rel_bias, dtype, B, Hq, S, head_dim, B, Hkv, S, head_dim, device=device

0 commit comments

Comments
 (0)