From 88d9bdd3b21302bc2dd068a990df15c375a1a8ef Mon Sep 17 00:00:00 2001 From: Masahiro Masuda Date: Thu, 7 Apr 2022 11:16:08 +0900 Subject: [PATCH] black --- python/tvm/tir/tensor_intrin/arm_cpu.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/tvm/tir/tensor_intrin/arm_cpu.py b/python/tvm/tir/tensor_intrin/arm_cpu.py index 6aebc5be3417..a360bf609b18 100644 --- a/python/tvm/tir/tensor_intrin/arm_cpu.py +++ b/python/tvm/tir/tensor_intrin/arm_cpu.py @@ -23,6 +23,7 @@ # TODO(masahi): Parametrize the TVMScript description of dot product by # shape and dtype, and share the common description with x86. + @T.prim_func def dot_product_4x4_i8i8i32_desc( A: T.Buffer((4,), "int8", offset_factor=1),