You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/09/09 10:49:15 UTC

[GitHub] [incubator-tvm] leandron commented on a change in pull request #6425: [Minor] Fix typos in Ansor

leandron commented on a change in pull request #6425:
URL: https://github.com/apache/incubator-tvm/pull/6425#discussion_r485511709



##########
File path: src/auto_scheduler/search_policy/utils.h
##########
@@ -645,11 +645,11 @@ class SplitFactorizationMemo {
   std::unordered_map<int, std::vector<int>> factor_memory_;
 };
 
-/*! \brief Get the indexes of SplitStep that processes on spatial iteratior. */
+/*! \brief Get the indexes of SplitStep that processes on spatial iterator. */
 Array<Integer> GetSpatialSplitStepIds(const State& s, int stage_id);
 
 // Apply multi-level tiling structure according to a string format,
-// where "S" stands a space level, "R" stands for a reudciton level.
+// where "S" stands a space level, "R" stands for a reduction level.
 // For example, if the format is "SSRSRS", the we will

Review comment:
       ```suggestion
   // For example, if the format is "SSRSRS", then we will
   ```

##########
File path: include/tvm/auto_scheduler/compute_dag.h
##########
@@ -99,7 +99,7 @@ class AccessAnalyzer : public ObjectRef {
 
   /*!
    * \brief Return whether this operation is strictly inlinable

Review comment:
       ```suggestion
      * \brief Return whether this operation is strictly inlineable
   ```




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org