zhiics commented on a change in pull request #4637: [RUNTIME][DSO] Improve
TVMBackendPackedCFunc to allow return val
URL: https://github.com/apache/incubator-tvm/pull/4637#discussion_r363602346
##########
File path: include/tvm/runtime/packed_func.h
##########
@@ -877,6 +894,104 @@ class TVMRetValue : public TVMPODValue_ {
}
};
+/*!
+ * \brief Export a function with the PackedFunc signature
+ * as a PackedFunc that can loaded by LibraryModule.
Review comment:
```suggestion
* as a PackedFunc that can be loaded by LibraryModule.
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services