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


##########
docs/get_started/quickstart.rst:
##########
@@ -62,15 +70,15 @@ Suppose we implement a C++ function ``AddOne`` that 
performs elementwise ``y = x
 
     .. literalinclude:: ../../examples/quickstart/compile/add_one_cpu.cc
       :language: cpp
-      :emphasize-lines: 8, 17
+      :emphasize-lines: 7, 16
       :start-after: [example.begin]
       :end-before: [example.end]
 
   .. group-tab:: CUDA
 
     .. literalinclude:: ../../examples/quickstart/compile/add_one_cuda.cu
       :language: cpp
-      :emphasize-lines: 15, 22, 26
+      :emphasize-lines: 14, 22, 25

Review Comment:
   ![medium](https://www.gstatic.com/codereviewagent/medium-priority.svg)
   
   The line number for emphasizing `TVMFFIEnvGetStream` appears to be 
incorrect. With the removal of an include line in `add_one_cuda.cu`, the 
relative line number for the `TVMFFIEnvGetStream` call should now be 21, not 22.
   
   ```suggestion
         :emphasize-lines: 14, 21, 25
   ```



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