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 2022/05/03 18:46:20 UTC

[GitHub] [tvm] elvin-n commented on a diff in pull request #11161: Add Adreno GPU target and topi supporting textures with dynamically allocated textures

elvin-n commented on code in PR #11161:
URL: https://github.com/apache/tvm/pull/11161#discussion_r864089092


##########
src/runtime/opencl/opencl_common.h:
##########
@@ -345,6 +345,7 @@ struct BufferDescriptor {
      *         e.g. image2d[height=O, width=IHW]
      */
     kImage2DWeight,
+    kTexture2DNHWC,

Review Comment:
   Should we add any AR/TODO into the code?



-- 
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: commits-unsubscribe@tvm.apache.org

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