You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/02/05 16:18:27 UTC

[GitHub] [tvm] MasterJH5574 commented on pull request #10175: [BugFix][TVMScript] Use operator `is` when recognizing TIR Module

MasterJH5574 commented on pull request #10175:
URL: https://github.com/apache/tvm/pull/10175#issuecomment-1030652828


   > simply add a tvmscript parsing block(within a test function) that previously fails the parsing should serve the purpose
   
   @tqchen The bug involves the Python runtime environment by going through all objects under the namespace of the PrimFunc by iterating `func.__globals__` ([at this line](https://github.com/apache/tvm/pull/10175/files#diff-956860ddb131d25aa045bd06d00d932be1ab523ae2957f3ff30c4d3af0d1fbe3R1228)). So seems that a single TVMScript of a PrimFunc doesn't help 🤔, since in the TVMScript we can capture nothing but objects inside the PrimFunc.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org