Mousius commented on a change in pull request #8452:
URL: https://github.com/apache/tvm/pull/8452#discussion_r682161669



##########
File path: include/tvm/tir/function.h
##########
@@ -90,13 +90,16 @@ class PrimFuncNode : public BaseFuncNode {
    *  will make program analysis much easier.
    */
   Map<tir::Var, Buffer> buffer_map;
+  /*! \brief The resource handle to be used by the function when accessing 
platform resources */
+  tir::Var resource_handle;

Review comment:
       This is referring to the variable used in the function to pass into 
further calls, similar to the params above except we don't treat it as a 
parameter which would get packed. 




-- 
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