tqchen commented on code in PR #13973:
URL: https://github.com/apache/tvm/pull/13973#discussion_r1108866876


##########
include/tvm/tir/builtin.h:
##########
@@ -610,6 +610,13 @@ TVM_DLL const Op& tvm_store_matrix_sync();
  */
 TVM_DLL const Op& ptx_mma();
 
+
+/*!
+ * \brief tvm intrinsic for ptx predicate load with 32-bit data type.
+ *
+ */
+TVM_DLL const Op& inject_ptx_ldg32();

Review Comment:
   naming: we do not need inject prefix as it can just be ptx_ldg32



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