We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a757fe commit 15e60b4Copy full SHA for 15e60b4
python/tvm/tir/tensor_intrin/arm_cpu.py
@@ -23,6 +23,7 @@
23
# TODO(masahi): Parametrize the TVMScript description of dot product by
24
# shape and dtype, and share the common description with x86.
25
26
+
27
@T.prim_func
28
def dot_product_4x4_i8i8i32_desc(
29
A: T.Buffer((4,), "int8", offset_factor=1),
0 commit comments