tqchen commented on a change in pull request #7819:
URL: https://github.com/apache/tvm/pull/7819#discussion_r613236203
##########
File path: python/tvm/_ffi/runtime_ctypes.py
##########
@@ -262,9 +262,23 @@ def max_thread_dimensions(self):
"""
return json.loads(self._GetDeviceAttr(self.device_type,
self.device_id, 8))
- def sync(self):
+ def create_stream(self):
+ """Create a new runtime stream at the context."""
Review comment:
Please document the return value per numpy docs convention(see
documentation for max_thread_dimensions)
--
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]