elvin-n commented on code in PR #12647:
URL: https://github.com/apache/tvm/pull/12647#discussion_r959200627
##########
python/tvm/topi/adreno/utils.py:
##########
@@ -571,6 +572,46 @@ def get_texture_storage(shape):
return "global.texture-weight"
+# global texture variants has the same memory info
+gt_unit_bits = 16
Review Comment:
it's better to create function calling tvm.ir.make_node once and put all
stuff inside this function instead of creation the global variables
--
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]