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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to