Skip to content

Commit 3a8fbf3

Browse files
author
Valery Chernov
committed
revert test fix
1 parent ca96ffe commit 3a8fbf3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/tvm/topi/x86/tensor_intrin.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ def _instr(index):
113113

114114
a_int8 = ins[0].vload([0], "uint8x4")
115115
re_int32 = tvm.tir.call_intrin("int32", "tir.reinterpret", a_int8)
116-
vec_ai32 = tvm.tir.call_intrin(int_32xl, "tir.broadcast", re_int32, int32_lanes)
117-
# vec_ai32 = re_int32.astype(int_32xl)
116+
vec_ai32 = re_int32.astype(int_32xl)
118117
vec_a = tvm.tir.call_intrin(int_8xl, "tir.reinterpret", vec_ai32)
119118
vec_b = ins[1].vload([0, 0], int_8xl)
120119
vec_one = tvm.tir.const(1, int_lx32)

0 commit comments

Comments
 (0)