Skip to content

Commit 592af63

Browse files
committed
Fixed make_int8 issue
1 parent ffa7cde commit 592af63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tvm/meta_schedule/default_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def schedule_rules():
369369
store_scope="shared",
370370
in_dtype=in_dtype,
371371
out_dtype=out_dtype,
372-
trans_b=trans_b,
372+
trans_b=False,
373373
)
374374
for (in_dtype, out_dtype) in [("float16", "float16"), ("int8", "int32")]
375375
for trans_b in [False, True]

0 commit comments

Comments
 (0)