[TVM Discuss] [Development] Add the document for TVMDSOOp

2020-08-31 Thread JOE via TVM Discuss
thanks for your advice, however, i was using cmake 3.17.0 to build tvm. It seems the problem still exists. --- [Visit Topic](https://discuss.tvm.ai/t/add-the-document-for-tvmdsoop/6622/14) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these

[TVM Discuss] [Development/RFC] [RFC] Composite Target

2020-08-31 Thread Cody H. Yu via TVM Discuss
# **Summary** Thanks everyone for valuable discussions. Here is a summary to conclude all the comments, and we will follow it to file PRs. - We will create a separate composite target macro as follows: ```c TVM_REGISTER_TARGET_KIND("composite") .add_attr_option("target_host") .add_attr_

[TVM Discuss] [Development/RFC] [RFC] Composite Target

2020-08-31 Thread jtuyls via TVM Discuss
I also prefer P2 as it allows the representation of more complex targets in a simpler and more natural way. Great proposal and I think it's going to be very useful for representing heterogeneous targets and accelerators! --- [Visit Topic](https://discuss.tvm.ai/t/rfc-composite-target/7744/