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


##########
include/tvm/ffi/extra/cuda/device_guard.h:
##########
@@ -24,6 +24,7 @@
 #define TVM_FFI_EXTRA_CUDA_DEVICE_GUARD_H_
 
 #include <tvm/ffi/extra/cuda/base.h>
+#include <tvm/ffi/extra/cuda/internal/unified_api.h>

Review Comment:
   ![medium](https://www.gstatic.com/codereviewagent/medium-priority.svg)
   
   Since `unified_api.h` already includes `base.h`, the direct inclusion of 
`base.h` here is redundant. You can remove it to simplify the includes.
   
   ```suggestion
   #include <tvm/ffi/extra/cuda/internal/unified_api.h>
   ```



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