Re: [apache/tvm-rfcs] [RFC] Improved multi-target handling (#38)

2021-10-08 Thread Tianqi Chen
cc @ zxybazh since you authored the Target system, cc @zhiics @comaniac as it is related to BYOC -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/tvm-rfcs/pull/38#issuecomment-939150864

Re: [apache/tvm-rfcs] [RFC] Improved multi-target handling (#38)

2021-10-08 Thread Mark Shields
More notes to self: - You can get the device_type for a Target from target_kind->device_type. Somehow I missed that very obvious fact. - Eric has a very nice write-up explaining devices vs targets vs device api at docs/dev/device_target_interactions.rst -- You are receiving this because you

Re: [apache/tvm-rfcs] [RFC][TIR] Change AllocateNode::extent to 1-D (#40)

2021-10-08 Thread Lunderberg
This is the first in a series of proposed changes, and this one on its own won't be able to support the `PHYSICAL_AXIS_SEPARATOR`. In the [Impacted TIR Nodes](https://github.com/Lunderberg/tvm-rfcs/blob/data_layout/rfcs/0039-buffer-physical-layout.md#impacted-tir-nodes) section of RFC #39, unde

Re: [apache/tvm-rfcs] [RFC] Update script block syntax (#41)

2021-10-08 Thread Junru Shao
I don't have other comments :-) Going to merge this RFC in 24h if there is no objection -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/tvm-rfcs/pull/41#issuecomment-939069224

Re: [apache/tvm-rfcs] [RFC][TIR] Change AllocateNode::extent to 1-D (#40)

2021-10-08 Thread Wuwei Lin
Thanks for the RFC. A quick question: RFC #39 mentioned the usage of `PHYSICAL_AXIS_SEPARATOR` to support n-d physical allocation (if supported by runtime), how will it work with 1-d extent here? -- You are receiving this because you are subscribed to this thread. Reply to this email directly o