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/11/08 17:56:39 UTC

[GitHub] [tvm] alanmacd commented on a diff in pull request #13324: [microTVM][PyTorch][Tutorial]Adding a PyTorch tutorial for microTVM with CRT

alanmacd commented on code in PR #13324:
URL: https://github.com/apache/tvm/pull/13324#discussion_r1016952380


##########
src/runtime/crt/host/microtvm_api_server.py:
##########
@@ -35,6 +37,18 @@
 
 IS_TEMPLATE = not os.path.exists(os.path.join(PROJECT_DIR, MODEL_LIBRARY_FORMAT_RELPATH))
 
+MEMORY_SIZE_BYTES = 2 * 1024 * 1024

Review Comment:
   nit: maybe add comment as to why this is default memory size



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