[Apache TVM Discuss] [Questions] PrimFunc match problem

2021-08-26 Thread Michael via Apache TVM Discuss
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="

[Apache TVM Discuss] [Questions] TIR : Are multiple Let-in with the same var allowed? (SSA)

2021-08-26 Thread Franck S via Apache TVM Discuss
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

[Apache TVM Discuss] [Questions] Can't link soft-float modules with double-float modules

2021-08-26 Thread Alexander Pivovarov via Apache TVM Discuss
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

[Apache TVM Discuss] [Questions] Can't link soft-float modules with double-float modules

2021-08-26 Thread Alexander Pivovarov via Apache TVM Discuss
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