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/12/16 05:34:22 UTC

[GitHub] [tvm] echuraev commented on a diff in pull request #13623: [Relay][Runtime] Add `set_input/output_zero_copy` in python

echuraev commented on code in PR #13623:
URL: https://github.com/apache/tvm/pull/13623#discussion_r1050386160


##########
tests/python/unittest/test_runtime_module_based_interface.py:
##########
@@ -688,6 +688,36 @@ def test_num_threads():
         assert reported == hardware_threads or reported == hardware_threads // 2
 
 
+@tvm.testing.requires_llvm
+def test_graph_module_zero_copy():

Review Comment:
   Probably the second test case can be added. This test case should test setting `zero_input` when the keys and values passed through `params` 



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