junrushao1994 commented on a change in pull request #8678:
URL: https://github.com/apache/tvm/pull/8678#discussion_r684504421



##########
File path: src/target/source/codegen_cuda.cc
##########
@@ -46,6 +48,39 @@ void CodeGenCUDA::Init(bool output_ssa) {
 
 void CodeGenCUDA::PrintFuncPrefix() { stream << "extern \"C\" __global__ 
void"; }
 
+class threadIdxExtractor : public tir::StmtVisitor {

Review comment:
       Wait please fix the naming style
   
   ```suggestion
   class ThreadIdxExtractor : public tir::StmtVisitor {
   ```




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


Reply via email to