adstraw commented on a change in pull request #8825:
URL: https://github.com/apache/tvm/pull/8825#discussion_r696759681
##########
File path: tutorials/optimize/opt_gemm.py
##########
@@ -227,43 +228,49 @@
###################################################################################################
# Array Packing
# -------------
-# Another important trick is array packing. This trick is to reorder the
storage dimension of the
-# array to convert the continuous access pattern on certain dimension to a
sequential pattern after
+# Another important trick is array packing. This trick is to reorder the
storage dimension of an
+# array to convert the continuous access pattern on its dimensions to a
sequential pattern after
Review comment:
At this point the tutorial is speaking in the abstract about the nature
of an array packing optimization. We don't know which dimension, yet. We are
just saying that we are going to reorder the storage of an array so that when
we will access it sequentially. Leaving as-is for now. Open to further
suggestions.
--
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]