You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/05/18 16:07:20 UTC

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #5600: [TOPI] Improve CUDA softmax scheduling

tqchen commented on a change in pull request #5600:
URL: https://github.com/apache/incubator-tvm/pull/5600#discussion_r426737561



##########
File path: src/target/llvm/codegen_llvm.cc
##########
@@ -736,7 +736,40 @@ llvm::Function* CodeGenLLVM::GetIntrinsicDecl(llvm::Intrinsic::ID id, llvm::Type
 #endif  // TVM_LLVM_VERSION
 }
 
+// Check if this is a warp shuffle intrinsic call and match its
+// corresponding nvvm intrinsic. Return false if the match is successful.
+static bool get_warp_shuffle_intrinsic(const CallNode* op, llvm::Intrinsic::ID* id) {

Review comment:
       Use CamelCase per Google C style




----------------------------------------------------------------
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:
users@infra.apache.org