[GitHub] [tvm] junrushao1994 commented on a change in pull request #8215: [TVMSCRIPT] Fix printing of rank 0 buffer access

2021-06-10 Thread GitBox
junrushao1994 commented on a change in pull request #8215: URL: https://github.com/apache/tvm/pull/8215#discussion_r649324189 ## File path: python/tvm/script/intrin.py ## @@ -180,6 +185,11 @@ def opaque_axis(begin, end, span): return get_axis(begin, end, "opaque", span)

[GitHub] [tvm] junrushao1994 commented on a change in pull request #8215: [TVMSCRIPT] Fix printing of rank 0 buffer access

2021-06-09 Thread GitBox
junrushao1994 commented on a change in pull request #8215: URL: https://github.com/apache/tvm/pull/8215#discussion_r648535578 ## File path: python/tvm/script/intrin.py ## @@ -180,6 +185,11 @@ def opaque_axis(begin, end, span): return get_axis(begin, end, "opaque", span)