Hi there, I try to use the tir.script to implement my customized operator.
The code genergation is correct when I print the deivce code. However, It raise
the kernel launch error. So I try to print the IR. what I found is as below:
`tir.tvm_call_packer("main_kernel0", A, B, C, 1, dtype="int32")
primfn(A_1, Pointer(float32), B_1:Pointer(float32),
C_1:pointer(float32))->()
attr{"taget=,eta[Target][0], tir.noalias: 1, "global_symbol :
main_kernel0`...}
Becasue I didn't update my tvm code for a long time. I guess that because
there is no lower_match_bufer pass in my tvm. Many thanks if anyone has any
idea about that.
---
[Visit Topic](https://discuss.tvm.apache.org/t/primfunc-match-problem/10894/1)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.apache.org/email/unsubscribe/a06c4d6203f33b90fbbf8012c20f0f76319a27c8c4b4ea250e3c59940c384ddc).