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="
Great. Thanks a lot for your time, I really appreciate it.
I had a quick look at the analysis pass which does this verification. I think I
found it in src/tir/analysis/verify_ssa.cc, and there a a couple of things I
don't fully understand about it and would love to have some input if someone
Looks like we also need to fix `devc.o` generation in case when `relay.build`
generates single output - `GraphExecutorFactoryModule` instead of three outputs
graph, lib, params.
```
with tvm.transform.PassContext(opt_level=3):
#graph, lib, params = relay.build(mod, target=target,
target_ho
The fix https://github.com/apache/tvm/pull/8860
---
[Visit
Topic](https://discuss.tvm.apache.org/t/cant-link-soft-float-modules-with-double-float-modules/10140/18)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](ht