junrushao1994 commented on a change in pull request #9738:
URL: https://github.com/apache/tvm/pull/9738#discussion_r769040804
##########
File path: src/tir/schedule/analysis.h
##########
@@ -393,6 +393,10 @@
std::vector<runtime::TypedPackedFunc<CommReducer(DataType)>> GetReducerGetters()
bool FromIdentityCombiner(const PrimExpr& identity, const BufferStore&
combiner,
CommReducer* result_reducer, PrimExpr* lhs,
PrimExpr* rhs);
+/******** Storage Scope ********/
+
+void CheckStorageScope(const ScheduleState& self, String storage_scope);
Review comment:
Doc?
--
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]