[GitHub] [tvm] masahi commented on pull request #13779: [Adreno] Update interface of AnnotateMemoryScope pass

2023-01-18 Thread GitBox
masahi commented on PR #13779: URL: https://github.com/apache/tvm/pull/13779#issuecomment-1396457326 @echuraev Can you try rebase? -- 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

[GitHub] [tvm] masahi merged pull request #13808: [TIR]Fix the crash of the pass RemoveNoOp

2023-01-18 Thread GitBox
masahi merged PR #13808: URL: https://github.com/apache/tvm/pull/13808 -- 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:

[tvm] branch main updated: [TIR]Fix the crash of the pass RemoveNoOp (#13808)

2023-01-18 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new a75f110c0e [TIR]Fix the crash of the pass RemoveNoOp

[tvm] branch nightly updated (20b1b80f25 -> 5d2a947204)

2023-01-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch nightly in repository https://gitbox.apache.org/repos/asf/tvm.git from 20b1b80f25 [skip ci][ci][docker] Add cross compilation libs (#13800) add 6c5be6fbd0 [TVMScript] `T.axis.remap`

[GitHub] [tvm] junrushao commented on pull request #13701: [Frontend][PaddlePaddle] Add topk op and Fix bug, when the output is a dimension, it …

2023-01-18 Thread GitBox
junrushao commented on PR #13701: URL: https://github.com/apache/tvm/pull/13701#issuecomment-1396424581 Could you rebase to latest HEAD? I’m sure it’s going to pass this time -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [tvm] masahi commented on issue #13666: [Bug] rocm platform result are not correct

2023-01-18 Thread GitBox
masahi commented on issue #13666: URL: https://github.com/apache/tvm/issues/13666#issuecomment-1396406356 @mvermeulen I tried to use your image but got the following error ``` # rocminfo ROCk module is loaded Unable to open /dev/kfd read-write: No such file or directory Failed

[GitHub] [tvm] tvm-bot commented on pull request #13808: Fix the crash of the pass RemoveNoOp

2023-01-18 Thread GitBox
tvm-bot commented on PR #13808: URL: https://github.com/apache/tvm/pull/13808#issuecomment-1396344107 Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews

[GitHub] [tvm] lightzhan-intellif opened a new pull request, #13808: Fix the crash of the pass RemoveNoOp

2023-01-18 Thread GitBox
lightzhan-intellif opened a new pull request, #13808: URL: https://github.com/apache/tvm/pull/13808 This PR tries to fix the crash of the pass `RemoveNoOp` when the condition of IfThenElseNode can be statically determined. For example: ```python @L.prim_func def remove_no_op():

[GitHub] [tvm] wangzy0327 commented on issue #13666: [Bug] rocm platform result are not correct

2023-01-18 Thread GitBox
wangzy0327 commented on issue #13666: URL: https://github.com/apache/tvm/issues/13666#issuecomment-1396327672 ok, I will try to run it later. Can you tell me about the docker tvm on code commit? -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [tvm] Ever-Kid commented on pull request #13744: [Bugfix][TIR] Fix version conflict with typing for Python 3.8.0

2023-01-18 Thread GitBox
Ever-Kid commented on PR #13744: URL: https://github.com/apache/tvm/pull/13744#issuecomment-1396321397 Thanks you guys’ kindly help~ -- 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

[GitHub] [tvm] masahi commented on issue #13805: [CI Problem] TOPI tests on ci_cpu fail

2023-01-18 Thread GitBox
masahi commented on issue #13805: URL: https://github.com/apache/tvm/issues/13805#issuecomment-1396231649 https://github.com/apache/tvm/pull/13804 -- 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

[GitHub] [tvm] masahi closed issue #13805: [CI Problem] TOPI tests on ci_cpu fail

2023-01-18 Thread GitBox
masahi closed issue #13805: [CI Problem] TOPI tests on ci_cpu fail URL: https://github.com/apache/tvm/issues/13805 -- 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

[GitHub] [tvm] tvm-bot commented on pull request #13807: Fix host-driven AOT memory workspaces

2023-01-18 Thread GitBox
tvm-bot commented on PR #13807: URL: https://github.com/apache/tvm/pull/13807#issuecomment-1396204943 Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews

[GitHub] [tvm] alanmacd opened a new pull request, #13807: Fix host-driven AOT memory workspaces

2023-01-18 Thread GitBox
alanmacd opened a new pull request, #13807: URL: https://github.com/apache/tvm/pull/13807 When using host-driven AOT with memory pools enabled, the workspace and constant memory were not properly supported. In order for them to work properly, the _run function (typically

[GitHub] [tvm] ashutosh-arm merged pull request #13804: [TOPI] Making test_strided_set require a GPU for testing

2023-01-18 Thread GitBox
ashutosh-arm merged PR #13804: URL: https://github.com/apache/tvm/pull/13804 -- 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:

[tvm] branch main updated: [TOPI] Making test_strided_set require a GPU for testing (#13804)

2023-01-18 Thread ashutoshp
This is an automated email from the ASF dual-hosted git repository. ashutoshp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 5d2a947204 [TOPI] Making test_strided_set require a

[GitHub] [tvm] junrushao commented on a diff in pull request #13801: [TVMScript] `T.match_buffer` syntax sugar in arguments for TVMScript printer

2023-01-18 Thread GitBox
junrushao commented on code in PR #13801: URL: https://github.com/apache/tvm/pull/13801#discussion_r1080543155 ## src/script/printer/tir/function.cc: ## @@ -34,16 +36,54 @@ String FindFunctionName(const IRDocsifier& d, const tir::PrimFunc& f) { return "main"; } +bool

[GitHub] [tvm] masahi commented on pull request #13779: [Adreno] Update interface of AnnotateMemoryScope pass

2023-01-18 Thread GitBox
masahi commented on PR #13779: URL: https://github.com/apache/tvm/pull/13779#issuecomment-1396067393 @tvm-bot rerun -- 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

[GitHub] [tvm] junrushao commented on a diff in pull request #13801: [TVMScript] `T.match_buffer` syntax sugar in arguments for TVMScript printer

2023-01-18 Thread GitBox
junrushao commented on code in PR #13801: URL: https://github.com/apache/tvm/pull/13801#discussion_r1074042870 ## src/script/printer/tir/buffer.cc: ## @@ -126,6 +126,14 @@ ExprDoc BufferDecl(const tir::Buffer& buffer, const String& method, const Array<

[GitHub] [tvm] cyx-6 commented on a diff in pull request #13801: [TVMScript] `T.match_buffer` syntax sugar in arguments for TVMScript printer

2023-01-18 Thread GitBox
cyx-6 commented on code in PR #13801: URL: https://github.com/apache/tvm/pull/13801#discussion_r1074020799 ## src/script/printer/tir/buffer.cc: ## @@ -126,6 +126,14 @@ ExprDoc BufferDecl(const tir::Buffer& buffer, const String& method, const Array<

[GitHub] [tvm] junrushao commented on a diff in pull request #13801: [TVMScript] `T.match_buffer` syntax sugar in arguments for TVMScript printer

2023-01-18 Thread GitBox
junrushao commented on code in PR #13801: URL: https://github.com/apache/tvm/pull/13801#discussion_r1074019767 ## src/script/printer/tir/buffer.cc: ## @@ -126,6 +126,14 @@ ExprDoc BufferDecl(const tir::Buffer& buffer, const String& method, const Array<

[GitHub] [tvm] junrushao commented on pull request #13744: [Bugfix][TIR] Fix version conflict with typing for Python 3.8.0

2023-01-18 Thread GitBox
junrushao commented on PR #13744: URL: https://github.com/apache/tvm/pull/13744#issuecomment-1387699870 It's merged! Thanks for the PR! -- 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

[tvm] branch main updated (60358a145b -> 02e8bbfab6)

2023-01-18 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 60358a145b [microNPU] Add hardware constraints for binary elementwise (#13772) add 02e8bbfab6 [Bugfix][TIR] Fix

[GitHub] [tvm] junrushao merged pull request #13744: [Bugfix][TIR] Fix version conflict with typing for Python 3.8.0

2023-01-18 Thread GitBox
junrushao merged PR #13744: URL: https://github.com/apache/tvm/pull/13744 -- 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:

[GitHub] [tvm] mvermeulen commented on issue #13666: [Bug] rocm platform result are not correct

2023-01-18 Thread GitBox
mvermeulen commented on issue #13666: URL: https://github.com/apache/tvm/issues/13666#issuecomment-1387643084 Tried this with the following docker image I built from latest ROCm: ``` docker pull mevermeulen/rocm-tvm:5.4.2 ``` I didn't have OpenCL built in that so I compared

[GitHub] [tvm] tvm-bot commented on pull request #13806: [Draft]Update zephyr version to 3.2 and Zephyr SDK to 0.15.2

2023-01-18 Thread GitBox
tvm-bot commented on PR #13806: URL: https://github.com/apache/tvm/pull/13806#issuecomment-1387596454 Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews

[GitHub] [tvm] mehrdadh opened a new pull request, #13806: [Draft]Update zephyr version to 3.2 and Zephyr SDK to 0.15.2

2023-01-18 Thread GitBox
mehrdadh opened a new pull request, #13806: URL: https://github.com/apache/tvm/pull/13806 This PR updates Zephyr version and Zephyr SDK version to the latest release. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [tvm] slyubomirsky commented on pull request #13769: [testing][py_converter] Enhance py_converter to better support entire modules

2023-01-18 Thread GitBox
slyubomirsky commented on PR #13769: URL: https://github.com/apache/tvm/pull/13769#issuecomment-1387449378 I think there's been another spurious failure. -- 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

[GitHub] [tvm] neildhickey opened a new issue, #13805: [CI Problem] TOPI tests on ci_cpu fail

2023-01-18 Thread GitBox
neildhickey opened a new issue, #13805: URL: https://github.com/apache/tvm/issues/13805 ### PR Failing https://github.com/apache/tvm/pull/13724 caused an issue when running TOPI tests on ci_cpu. ``` tvm.topi.transform:test_strided_set segfaullts when run on ci_cpu.

[GitHub] [tvm] neildhickey opened a new pull request, #13804: [TOPI] Making test_strided_set require a GPU for testing

2023-01-18 Thread GitBox
neildhickey opened a new pull request, #13804: URL: https://github.com/apache/tvm/pull/13804 https://github.com/apache/tvm/pull/13724 caused an issue in ci_cpu testing when running the TOPI tests. This pull request sets the failing test to require a gpu to run -- This is an automated

[GitHub] [tvm] tvm-bot commented on pull request #13804: [TOPI] Making test_strided_set require a GPU for testing

2023-01-18 Thread GitBox
tvm-bot commented on PR #13804: URL: https://github.com/apache/tvm/pull/13804#issuecomment-1387366481 Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews

[GitHub] [tvm] tqchen commented on a diff in pull request #13791: [TOOL][NATIVE] Android native application for deploy and run

2023-01-18 Thread GitBox
tqchen commented on code in PR #13791: URL: https://github.com/apache/tvm/pull/13791#discussion_r1073772649 ## .gitmodules: ## @@ -19,3 +19,6 @@ [submodule "3rdparty/OpenCL-Headers"] path = 3rdparty/OpenCL-Headers url =

[tvm] branch main updated: [microNPU] Add hardware constraints for binary elementwise (#13772)

2023-01-18 Thread ekalda
This is an automated email from the ASF dual-hosted git repository. ekalda pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 60358a145b [microNPU] Add hardware constraints for

[GitHub] [tvm] ekalda merged pull request #13772: [microNPU] Add hardware constraints for binary elementwise

2023-01-18 Thread GitBox
ekalda merged PR #13772: URL: https://github.com/apache/tvm/pull/13772 -- 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:

[GitHub] [tvm] ekalda commented on a diff in pull request #13772: [microNPU] Add hardware constraints for binary elementwise

2023-01-18 Thread GitBox
ekalda commented on code in PR #13772: URL: https://github.com/apache/tvm/pull/13772#discussion_r1073653209 ## tests/python/contrib/test_ethosu/test_legalize.py: ## @@ -951,20 +962,30 @@ def verify(ext_func): assert op.checked_type.dtype == dtype assert

[GitHub] [tvm] echuraev commented on pull request #13779: [Adreno] Update interface of AnnotateMemoryScope pass

2023-01-18 Thread GitBox
echuraev commented on PR #13779: URL: https://github.com/apache/tvm/pull/13779#issuecomment-1387212152 @tvm-bot rerun -- 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

[GitHub] [tvm] lhutton1 commented on pull request #13529: [microNPU] Upgrade to 22.08 version of Arm(R) Ethos(TM)-U NPU drivers

2023-01-18 Thread GitBox
lhutton1 commented on PR #13529: URL: https://github.com/apache/tvm/pull/13529#issuecomment-1387208560 Thanks @Alexey-Yazev @leandron! -- 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

[tvm] branch main updated: [microNPU] Upgrade to 22.08 version of Arm(R) Ethos(TM)-U NPU drivers (#13529)

2023-01-18 Thread lukhut
This is an automated email from the ASF dual-hosted git repository. lukhut pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 0730422ff6 [microNPU] Upgrade to 22.08 version of

[GitHub] [tvm] lhutton1 merged pull request #13529: [microNPU] Upgrade to 22.08 version of Arm(R) Ethos(TM)-U NPU drivers

2023-01-18 Thread GitBox
lhutton1 merged PR #13529: URL: https://github.com/apache/tvm/pull/13529 -- 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:

[GitHub] [tvm] junrushao closed pull request #12665: [TVMScript] TIR Printer: AttrStmt and Allocate

2023-01-18 Thread GitBox
junrushao closed pull request #12665: [TVMScript] TIR Printer: AttrStmt and Allocate URL: https://github.com/apache/tvm/pull/12665 -- 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

[GitHub] [tvm] junrushao closed pull request #12635: [TVMScript] TIR Printer: LetStmt and others

2023-01-18 Thread GitBox
junrushao closed pull request #12635: [TVMScript] TIR Printer: LetStmt and others URL: https://github.com/apache/tvm/pull/12635 -- 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.

[GitHub] [tvm] yelite opened a new pull request, #12603: [TVMScript] TIR Printer: Assert and Concise Scoping

2023-01-18 Thread GitBox
yelite opened a new pull request, #12603: URL: https://github.com/apache/tvm/pull/12603 This PR: - Adds TIR assert printing - Adds helpers for stmt body printing and concise scoping This PR is in draft state because it's branched off from a pending PR #12582 Tracking

[GitHub] [tvm] junrushao closed pull request #12603: [TVMScript] TIR Printer: Assert and Concise Scoping

2023-01-18 Thread GitBox
junrushao closed pull request #12603: [TVMScript] TIR Printer: Assert and Concise Scoping URL: https://github.com/apache/tvm/pull/12603 -- 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

[GitHub] [tvm] junrushao closed pull request #12582: [TVMScript] TIR Printer: Simple Statements

2023-01-18 Thread GitBox
junrushao closed pull request #12582: [TVMScript] TIR Printer: Simple Statements URL: https://github.com/apache/tvm/pull/12582 -- 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.

[GitHub] [tvm] junrushao closed pull request #12576: [TVMScript] TIR Printer: Op

2023-01-18 Thread GitBox
junrushao closed pull request #12576: [TVMScript] TIR Printer: Op URL: https://github.com/apache/tvm/pull/12576 -- 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,

[GitHub] [tvm] junrushao closed pull request #12492: [TVMScript] TIR Printer: Var and Type

2023-01-18 Thread GitBox
junrushao closed pull request #12492: [TVMScript] TIR Printer: Var and Type URL: https://github.com/apache/tvm/pull/12492 -- 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

[GitHub] [tvm] junrushao closed pull request #12552: [TVMScript] TIR Printer: Expression

2023-01-18 Thread GitBox
junrushao closed pull request #12552: [TVMScript] TIR Printer: Expression URL: https://github.com/apache/tvm/pull/12552 -- 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

[GitHub] [tvm] junrushao closed pull request #12506: [TVMScript] TIR Printer: Buffer

2023-01-18 Thread GitBox
junrushao closed pull request #12506: [TVMScript] TIR Printer: Buffer URL: https://github.com/apache/tvm/pull/12506 -- 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

[GitHub] [tvm] junrushao commented on pull request #13744: [Bugfix][TIR] Fix version conflict with typing for Python 3.8.0

2023-01-18 Thread GitBox
junrushao commented on PR #13744: URL: https://github.com/apache/tvm/pull/13744#issuecomment-1387133374 I rebased this branch to latest HEAD so that the CI could run properly -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[tvm] branch main updated: [TVMScript] Use TVMScript for all TIR Printing (#13795)

2023-01-18 Thread bohan
This is an automated email from the ASF dual-hosted git repository. bohan pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new da99e9d1b5 [TVMScript] Use TVMScript for all TIR

[GitHub] [tvm] spectrometerHBH merged pull request #13795: [TVMScript] Use TVMScript for all TIR Printing

2023-01-18 Thread GitBox
spectrometerHBH merged PR #13795: URL: https://github.com/apache/tvm/pull/13795 -- 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:

[GitHub] [tvm] driazati commented on pull request #13300: [ci] Split Jenkinsfile into platform-specific jobs

2023-01-18 Thread GitBox
driazati commented on PR #13300: URL: https://github.com/apache/tvm/pull/13300#issuecomment-1386869066 > hi @driazati , It seems that the contents related to how to regenerate Jenkinsfile in `ci/README.md` and `ci/jenkins/README.md` are already out of date. Is there any new tutorial?

[GitHub] [tvm] Karbit opened a new issue, #13803: [Bug] code generated by cuda_code_gen may cause illegal memory access

2023-01-18 Thread GitBox
Karbit opened a new issue, #13803: URL: https://github.com/apache/tvm/issues/13803 The code generated by the cuda backend for the following relay function crashes due to illegal memory access. ``` def @main(%FunctionVar_01: Tensor[(1024, 256), float16], %FunctionVar_11:

[GitHub] [tvm] leandron commented on pull request #13798: [TVMC] Enhance the --help message of codegen target

2023-01-18 Thread GitBox
leandron commented on PR #13798: URL: https://github.com/apache/tvm/pull/13798#issuecomment-1386739303 @tvm-bot rerun -- 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

[GitHub] [tvm] echuraev commented on a diff in pull request #13791: [TOOL][NATIVE] Android native application for deploy and run

2023-01-18 Thread GitBox
echuraev commented on code in PR #13791: URL: https://github.com/apache/tvm/pull/13791#discussion_r1073282477 ## apps/cpp_rtvm/tvm_runner.cc: ## @@ -0,0 +1,304 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See

[GitHub] [tvm] lhutton1 commented on pull request #13529: [microNPU] Upgrade to 22.08 version of Arm(R) Ethos(TM)-U NPU drivers

2023-01-18 Thread GitBox
lhutton1 commented on PR #13529: URL: https://github.com/apache/tvm/pull/13529#issuecomment-1386717859 @tvm-bot rerun -- 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

[GitHub] [tvm] alter-xp commented on pull request #13300: [ci] Split Jenkinsfile into platform-specific jobs

2023-01-18 Thread GitBox
alter-xp commented on PR #13300: URL: https://github.com/apache/tvm/pull/13300#issuecomment-1386703841 hi @driazati , It seems that the contents related to how to regenerate Jenkinsfile in `ci/README.md` and `ci/jenkins/README.md` are already out of date. Is there any new tutorial? --

[GitHub] [tvm] srkreddy1238 commented on a diff in pull request #13791: [TOOL][NATIVE] Android native application for deploy and run

2023-01-18 Thread GitBox
srkreddy1238 commented on code in PR #13791: URL: https://github.com/apache/tvm/pull/13791#discussion_r1073227619 ## apps/cpp_rtvm/main.cc: ## @@ -0,0 +1,260 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See

[GitHub] [tvm] srkreddy1238 commented on a diff in pull request #13791: [TOOL][NATIVE] Android native application for deploy and run

2023-01-18 Thread GitBox
srkreddy1238 commented on code in PR #13791: URL: https://github.com/apache/tvm/pull/13791#discussion_r1073225743 ## apps/cpp_rtvm/tvm_runner.cc: ## @@ -0,0 +1,304 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements.