Skip to content

Commit

Permalink
revert test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Valery Chernov committed Dec 23, 2022
1 parent ca96ffe commit 3a8fbf3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/tvm/topi/x86/tensor_intrin.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ def _instr(index):

a_int8 = ins[0].vload([0], "uint8x4")
re_int32 = tvm.tir.call_intrin("int32", "tir.reinterpret", a_int8)
vec_ai32 = tvm.tir.call_intrin(int_32xl, "tir.broadcast", re_int32, int32_lanes)
# vec_ai32 = re_int32.astype(int_32xl)
vec_ai32 = re_int32.astype(int_32xl)
vec_a = tvm.tir.call_intrin(int_8xl, "tir.reinterpret", vec_ai32)
vec_b = ins[1].vload([0, 0], int_8xl)
vec_one = tvm.tir.const(1, int_lx32)
Expand Down

0 comments on commit 3a8fbf3

Please sign in to comment.