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 31fe7eb commit 88d9bddCopy full SHA for 88d9bdd
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