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/04/25 09:51:14 UTC

[GitHub] [tvm] wrongtest commented on a diff in pull request #11110: [TIR] Get read/write access precisely for opaque access.

wrongtest commented on code in PR #11110:
URL: https://github.com/apache/tvm/pull/11110#discussion_r857451092


##########
tests/python/unittest/test_tir_schedule_compute_inline.py:
##########
@@ -569,5 +609,16 @@ def test_inline_block_with_init():
         sch.compute_inline(block=block)
 
 
+def test_compute_inline_opaque_access_with_tvm_access_ptr():
+    """Test opaque access with tvm_access_ptr after compute inline"""
+    sch = tir.Schedule(exp_exp_opaque_access_with_tvm_access_ptr, debug_mask="all")
+    compute = sch.get_block("compute")
+    sch.compute_inline(compute)
+    print(sch.mod.script())

Review Comment:
   remove print



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