zxybazh commented on code in PR #14182:
URL: https://github.com/apache/tvm/pull/14182#discussion_r1125110479


##########
include/tvm/tir/transform.h:
##########
@@ -709,6 +709,12 @@ TVM_DLL Pass ManifestSharedMemoryLocalStage();
  */
 TVM_DLL Pass InstrumentProfileIntrinsics();
 
+/*!
+ * \brief Create default schedule for PrimFuncs to run on cuda device.
+ * \return The Pass.
+ */
+TVM_DLL Pass DefaultSchedule();

Review Comment:
   I'm open to naming options, `DefaultCudaSchedule` sounds like a better 
version given it's only targeting cuda for now.



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