Re: [apache/tvm] [RFC]FamilySeer: A new search method for Auto-scheduler (PR #9875)

2022-01-07 Thread Cody Yu
Thanks for the RFC. Would you please file a formal RFC here: https://github.com/apache/tvm-rfcs along with the upstream plan? For example, you have some TODOs in this PR, so it would be good to have a formal RFC and tracking issue for the progress. -- Reply to this email directly or view it on

Re: [apache/tvm] [RFC]FamilySeer: A new search method for Auto-scheduler (PR #9875)

2022-01-07 Thread Junru Shao
CC: @zxybazh @comaniac @merrymercy -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/pull/9875#issuecomment-1007900534 You are receiving this because you are subscribed to this thread. Message ID:

[Apache TVM Discuss] [Development/pre-RFC] [RFC]FamilySeer: A new search method for Auto-scheduler

2022-01-07 Thread Junru Shao via Apache TVM Discuss
Thanks for the proposal! We are very interested in improving search algorithms and cost model. I was very excited to read about FamilySeer a week ago. In terms of the subgraph similarity, AFAIK @comaniac and @zxybazh have been working independently on this topic to improve overall search time

[Apache TVM Discuss] [Development/pre-RFC] [RFC]FamilySeer: A new search method for Auto-scheduler

2022-01-07 Thread shanjunZ via Apache TVM Discuss
### Motivation: Auto-scheduler (Ansor) uses code sketch and optimization rules to generate a large search space. The search space defined by Ansor has shown great opportunities and therefore the search quality and the search efficiency are determined by how we search the space. Ansor utilize

[apache/tvm] [RFC]FamilySeer: A new search method for Auto-scheduler (PR #9875)

2022-01-07 Thread noobotdj
We write an Pre-RFC(https://discuss.tvm.apache.org/t/rfc-familyseer-a-new-search-method-for-auto-scheduler/11877 ) and waiting for comments from reviewers. You can view, comment on, or merge this pull request online at: https://github.com/apache/tvm/pull/9875 -- Commit Summary -- * Family

[Apache TVM Discuss] [Development] How to build the model with customized target (codegen)

2022-01-07 Thread Yuke Wang via Apache TVM Discuss
How to specify the customized codegen when building the model? should it be something like this? ``` relay.build(mod, newCodeGen, params=params) ``` where the `newCodeGen` is my customized codegen. Or should it be something like this based on the cutlass example ``` tvm.get_global_func("relay.e

Re: [apache/tvm-rfcs] Add Roadmap RFC (PR #50)

2022-01-07 Thread Andrew Reusch
@denise-k @tqchen @jroesch @junrushao1994 @hogepodge @masahi @vinx13 @comaniac @yzhliu @zhiics @icemelon @Hzfengsy @kparzysz-quic @mdw-octoml @mousius @u99127 @manupa-arm @leandron -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm-rfcs/pull/50#issuecomment-100

[apache/tvm-rfcs] Add Roadmap RFC (PR #50)

2022-01-07 Thread Andrew Reusch
You can view, comment on, or merge this pull request online at: https://github.com/apache/tvm-rfcs/pull/50 -- Commit Summary -- * Add Roadmap RFC -- File Changes -- A rfcs/0050-roadmaps.md (216) A rfcs/assets/0050/prior-art-1.jpeg (0) A rfcs/assets/0050/prior-art-public-gh-roa

[Apache TVM Discuss] [Development] RPC context is not identifying gpu device

2022-01-07 Thread AMARJEET SAINI via Apache TVM Discuss
should we use remote.cuda() ? Setup: Remote machine: nvidia jetson agx xavier, linux-aarch64 Host: linux pc , x_86 I tried it gave following output ctx = remote.cuda() print(ctx.exist) True Is there any guide of using RPC to connect with gpu device --- [Visit Topic](https://di