junrushao1994 commented on code in PR #11486:
URL: https://github.com/apache/tvm/pull/11486#discussion_r895250492


##########
src/meta_schedule/feature_extractor/per_store_feature.cc:
##########
@@ -1313,6 +1313,7 @@ class PerStoreFeatureNode : public FeatureExtractorNode {
 
   Array<runtime::NDArray> ExtractFrom(const TuneContext& tune_context,
                                       const Array<MeasureCandidate>& 
candidates) {
+    TVMTimeScope(PerStoreFeatureNode::ExtractFrom);

Review Comment:
   Hi Xiyou, most of the methods timed scopes here are not necessary and 
actually error prone in multi-threaded environment



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