zxybazh commented on code in PR #14182: URL: https://github.com/apache/tvm/pull/14182#discussion_r1125870096
########## 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: It appears that there is consensus among the contributors that the current name DefaultSchedule is not clear enough, and many prefer the new name DefaultGPUSchedule as it allows for potential expansion to other GPU targets in the future. As a result, I have renamed it to DefaultGPUSchedule for the time being, but I am still open to other suggestions for naming. -- 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]
