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


##########
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 do think that would be a better name, `DefaultSchedule` makes it sound 
like it would be useful for cpu too.



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