[GitHub] [tvm-rfcs] junrushao1994 commented on pull request #79: [RFC] TVMScript Metaprogramming

2022-08-03 Thread GitBox
junrushao1994 commented on PR #79: URL: https://github.com/apache/tvm-rfcs/pull/79#issuecomment-1204646078 Thanks for following up! > the parser and IRBuilder are only called for statements and for function calls. Is this correct? In fact we allow registering visitors for any

[GitHub] [tvm-rfcs] junrushao1994 commented on pull request #79: [RFC] TVMScript Metaprogramming

2022-08-02 Thread GitBox
junrushao1994 commented on PR #79: URL: https://github.com/apache/tvm-rfcs/pull/79#issuecomment-1203374706 I believe we are all aware the RFC is to support general IRBuilder-based metaprogramming, and with this context, I would love to address your concerns as below. > there is no

[GitHub] [tvm-rfcs] junrushao1994 commented on pull request #79: [RFC] TVMScript Metaprogramming

2022-07-28 Thread GitBox
junrushao1994 commented on PR #79: URL: https://github.com/apache/tvm-rfcs/pull/79#issuecomment-1198677227 > So if you define a variable in a quoted portion, you should be able to reference it in the unquoted portion - From quoted to unquoted: Yes, that's correct. - From unquoted to

[GitHub] [tvm-rfcs] junrushao1994 commented on pull request #79: [RFC] TVMScript Metaprogramming

2022-07-28 Thread GitBox
junrushao1994 commented on PR #79: URL: https://github.com/apache/tvm-rfcs/pull/79#issuecomment-1198594637 @slyubomirsky Sure! Please see F1 and F2 for existing meta-programming capability

[GitHub] [tvm-rfcs] junrushao1994 commented on pull request #79: [RFC] TVMScript Metaprogramming

2022-07-28 Thread GitBox
junrushao1994 commented on PR #79: URL: https://github.com/apache/tvm-rfcs/pull/79#issuecomment-1198582332 To follow up with our latest discussion with @tkonolige @areusch @csullivan @jwfromm et al. The following questions are raised in our discussion: 1. Move discussion of vendor