gemini-code-assist[bot] commented on code in PR #109:
URL: https://github.com/apache/tvm-ffi/pull/109#discussion_r2427027856


##########
python/tvm_ffi/cython/function.pxi:
##########
@@ -287,6 +287,20 @@ cdef int TVMFFIPyArgSetterFFITensorCompatible_(
     return 0
 
 
+cdef int TVMFFIPyArgSetterCUDAStream_(
+    TVMFFIPyArgSetter* handle, TVMFFIPyCallContext* ctx,
+    PyObject* py_arg, TVMFFIAny* out
+) except -1:
+    """Setter for cuda stream ptotocol"""

Review Comment:
   ![medium](https://www.gstatic.com/codereviewagent/medium-priority.svg)
   
   There is a typo in the docstring. `ptotocol` should be `protocol`.
   
   ```
       """Setter for cuda stream protocol"""
   ```



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to