jverma-quic commented on code in PR #11522:
URL: https://github.com/apache/tvm/pull/11522#discussion_r905301485


##########
python/tvm/topi/hexagon/utils.py:
##########
@@ -49,4 +59,8 @@ def get_layout_transform_fn(layout):
         return n11c_1024c_2d
     if layout == "n11c-1024c-1d":
         return n11c_1024c_1d
+    if layout == "nhwc-1024c-1d":
+        return nhwc_1024c_1d
+    if layout == "nc-1d":
+        return nc_1024_1d

Review Comment:
   You should change the layout string "nc-1d" -> "nc_1024c_2d" since that's 
what the actual physical layout of the buffer seems like.



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