[GitHub] [tvm] yelite commented on a diff in pull request #12048: [TVMScript] ExprDoc

2022-07-18 Thread GitBox
yelite commented on code in PR #12048: URL: https://github.com/apache/tvm/pull/12048#discussion_r924055842 ## python/tvm/script/printer/doc.py: ## @@ -29,12 +34,63 @@ class Doc(Object): class ExprDoc(Object): """Base class of all expression Docs""" +def

[GitHub] [tvm] mkatanbaf opened a new pull request, #12125: Zephyr fvp support

2022-07-18 Thread GitBox
mkatanbaf opened a new pull request, #12125: URL: https://github.com/apache/tvm/pull/12125 This PR adds corstone 300 fvp to the platforms supported by the zephyr. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [tvm] mkatanbaf closed pull request #12093: Zephyr fvp support

2022-07-18 Thread GitBox
mkatanbaf closed pull request #12093: Zephyr fvp support URL: https://github.com/apache/tvm/pull/12093 -- 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] tqchen commented on issue #12103: [VOTE] Release Apache TVM v0.9.0.rc0

2022-07-18 Thread GitBox
tqchen commented on issue #12103: URL: https://github.com/apache/tvm/issues/12103#issuecomment-1188464566 +1 , I checked Signatures and hashes good LICENSE, NOTICE Signatures and hashes No unexpected binary files Code compiles and import in python

[tvm] branch nightly-docker-update updated (119a119a32 -> e78ac1eca8)

2022-07-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch nightly-docker-update in repository https://gitbox.apache.org/repos/asf/tvm.git omit 119a119a32 [ci][docker] Nightly Docker image update add 9c7aaace43 [TIR] Moved PrimExpr operator

[tvm] branch last-successful updated (c79b8f1aac -> 6bad21e9fe)

2022-07-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch last-successful in repository https://gitbox.apache.org/repos/asf/tvm.git from c79b8f1aac [ci] Re-run flaky tests on failure (#12108) add d4309cf810 [Target] Add target_parser to

[GitHub] [tvm] jwfromm commented on pull request #12124: [Relay][Op] Trilu operator implementation

2022-07-18 Thread GitBox
jwfromm commented on PR #12124: URL: https://github.com/apache/tvm/pull/12124#issuecomment-1188429317 @sfvaroglu Can you take a look at this 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

[GitHub] [tvm] jwfromm opened a new pull request, #12124: [Relay][Op] Trilu operator implementation

2022-07-18 Thread GitBox
jwfromm opened a new pull request, #12124: URL: https://github.com/apache/tvm/pull/12124 This PR adds a new operator that supports triangular masking similar to that in `np.triu` and `np.tril`. The addition of `relay.trilu` conveniently lets us pass many of the remaining onnx tests. --

[GitHub] [tvm] sunggg commented on a diff in pull request #12087: [UMA] UMA v1.0

2022-07-18 Thread GitBox
sunggg commented on code in PR #12087: URL: https://github.com/apache/tvm/pull/12087#discussion_r923907669 ## python/tvm/relay/backend/contrib/uma/_template/backend.py: ## @@ -0,0 +1,53 @@ +# Licensed to the Apache Software Foundation (ASF) under one Review Comment:

[tvm] branch main updated: [Texture] Add 2d memory support into static memory planner (#11876)

2022-07-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 6bad21e9fe [Texture] Add 2d memory support into static

[GitHub] [tvm] masahi merged pull request #11876: [Texture] Add 2d memory support into static memory planner

2022-07-18 Thread GitBox
masahi merged PR #11876: URL: https://github.com/apache/tvm/pull/11876 -- 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] alanmacd commented on a diff in pull request #12063: [Pylint][microTVM] Applying Pylint rules to unittest folder

2022-07-18 Thread GitBox
alanmacd commented on code in PR #12063: URL: https://github.com/apache/tvm/pull/12063#discussion_r923799063 ## tests/python/unittest/test_runtime_graph.py: ## @@ -82,6 +87,7 @@ def check_remote(server): np.testing.assert_equal(out.numpy(), a + 1) def

[GitHub] [tvm] alanmacd commented on a diff in pull request #12063: [Pylint][microTVM] Applying Pylint rules to unittest folder

2022-07-18 Thread GitBox
alanmacd commented on code in PR #12063: URL: https://github.com/apache/tvm/pull/12063#discussion_r923799063 ## tests/python/unittest/test_runtime_graph.py: ## @@ -82,6 +87,7 @@ def check_remote(server): np.testing.assert_equal(out.numpy(), a + 1) def

[GitHub] [tvm] alanmacd commented on a diff in pull request #12063: [Pylint][microTVM] Applying Pylint rules to unittest folder

2022-07-18 Thread GitBox
alanmacd commented on code in PR #12063: URL: https://github.com/apache/tvm/pull/12063#discussion_r923799063 ## tests/python/unittest/test_runtime_graph.py: ## @@ -82,6 +87,7 @@ def check_remote(server): np.testing.assert_equal(out.numpy(), a + 1) def

[GitHub] [tvm] alanmacd commented on a diff in pull request #12063: [Pylint][microTVM] Applying Pylint rules to unittest folder

2022-07-18 Thread GitBox
alanmacd commented on code in PR #12063: URL: https://github.com/apache/tvm/pull/12063#discussion_r923797786 ## tests/python/unittest/test_node_reflection.py: ## @@ -70,35 +74,40 @@ def test_make_smap(): def test_make_node(): +"""Test make node""" +# pylint:

[GitHub] [tvm] kparzysz-quic opened a new pull request, #12123: [LLVM] Clarify the status of pointers to llvm::Module in LLVMModule

2022-07-18 Thread GitBox
kparzysz-quic opened a new pull request, #12123: URL: https://github.com/apache/tvm/pull/12123 LLVMModule has two members that refer to llvm::Module: 1. llvm::Module* mptr_, and 2. std::unique_ptr\ module_. The mptr_ member is always valid and it points to the llvm::Module. The

[tvm] branch main updated: [Target] Add target_parser to TargetKind (#12119)

2022-07-18 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz 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 d4309cf810 [Target] Add target_parser to TargetKind

[GitHub] [tvm] kparzysz-quic merged pull request #12119: [Target] Add target_parser to TargetKind

2022-07-18 Thread GitBox
kparzysz-quic merged PR #12119: URL: https://github.com/apache/tvm/pull/12119 -- 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 last-successful updated (9c7aaace43 -> c79b8f1aac)

2022-07-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch last-successful in repository https://gitbox.apache.org/repos/asf/tvm.git from 9c7aaace43 [TIR] Moved PrimExpr operator overload from op.h to expr.h (#11973) add d43ffa9099

[tvm] branch last-successful updated (c54eea7d0a -> 9c7aaace43)

2022-07-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch last-successful in repository https://gitbox.apache.org/repos/asf/tvm.git from c54eea7d0a fix typo (#12115) add b84ed27260 [TIR][BugFix] Fix a wrong use of T.exp in

[GitHub] [tvm] alanmacd commented on a diff in pull request #12063: [Pylint][microTVM] Applying Pylint rules to unittest folder

2022-07-18 Thread GitBox
alanmacd commented on code in PR #12063: URL: https://github.com/apache/tvm/pull/12063#discussion_r923718575 ## tests/python/unittest/test_runtime_rpc.py: ## @@ -302,15 +318,15 @@ def check_minrpc(): a = tvm.nd.array(np.random.uniform(size=102).astype(A.dtype), dev)

[GitHub] [tvm] alanmacd commented on a diff in pull request #12063: [Pylint][microTVM] Applying Pylint rules to unittest folder

2022-07-18 Thread GitBox
alanmacd commented on code in PR #12063: URL: https://github.com/apache/tvm/pull/12063#discussion_r923717944 ## tests/python/unittest/test_runtime_trace.py: ## @@ -87,11 +95,14 @@ def check_expr_sum(dtype): def test_trace_expr_sum_args(): +"""Test trace expression sum

[GitHub] [tvm] alanmacd commented on a diff in pull request #12063: [Pylint][microTVM] Applying Pylint rules to unittest folder

2022-07-18 Thread GitBox
alanmacd commented on code in PR #12063: URL: https://github.com/apache/tvm/pull/12063#discussion_r923691418 ## tests/python/unittest/test_runtime_trace.py: ## @@ -61,8 +67,10 @@ def check_assign(dtype): def test_trace_expr_sum_generated(): +"""Test trace expression

[GitHub] [tvm] alanmacd commented on a diff in pull request #12063: [Pylint][microTVM] Applying Pylint rules to unittest folder

2022-07-18 Thread GitBox
alanmacd commented on code in PR #12063: URL: https://github.com/apache/tvm/pull/12063#discussion_r923713946 ## tests/python/unittest/test_runtime_rpc.py: ## @@ -191,9 +204,9 @@ def check(remote): remote.cpu().sync() with pytest.raises(AttributeError): -

[GitHub] [tvm] alanmacd commented on a diff in pull request #12063: [Pylint][microTVM] Applying Pylint rules to unittest folder

2022-07-18 Thread GitBox
alanmacd commented on code in PR #12063: URL: https://github.com/apache/tvm/pull/12063#discussion_r923712084 ## tests/python/unittest/test_runtime_extension.py: ## @@ -32,17 +34,18 @@ def _tvm_handle(self): def test_dltensor_compatible(): +"Test DLTensor compatibility"

[GitHub] [tvm] alanmacd commented on a diff in pull request #12063: [Pylint][microTVM] Applying Pylint rules to unittest folder

2022-07-18 Thread GitBox
alanmacd commented on code in PR #12063: URL: https://github.com/apache/tvm/pull/12063#discussion_r923708441 ## tests/python/unittest/test_runtime_extension.py: ## @@ -32,17 +34,18 @@ def _tvm_handle(self): def test_dltensor_compatible(): +"Test DLTensor compatibility"

[GitHub] [tvm] alanmacd commented on a diff in pull request #12063: [Pylint][microTVM] Applying Pylint rules to unittest folder

2022-07-18 Thread GitBox
alanmacd commented on code in PR #12063: URL: https://github.com/apache/tvm/pull/12063#discussion_r923704330 ## tests/lint/pylint.sh: ## @@ -19,8 +19,29 @@ set -euxo pipefail python3 -m pylint python/tvm --rcfile="$(dirname "$0")"/pylintrc python3 -m pylint vta/python/vta

[GitHub] [tvm] alanmacd commented on a diff in pull request #12063: [Pylint][microTVM] Applying Pylint rules to unittest folder

2022-07-18 Thread GitBox
alanmacd commented on code in PR #12063: URL: https://github.com/apache/tvm/pull/12063#discussion_r923692304 ## tests/python/unittest/test_runtime_module_export.py: ## @@ -153,13 +158,13 @@ def verify_json_import_dso(obj_format): f.write(subgraph_json) #

[GitHub] [tvm] alanmacd commented on a diff in pull request #12063: [Pylint][microTVM] Applying Pylint rules to unittest folder

2022-07-18 Thread GitBox
alanmacd commented on code in PR #12063: URL: https://github.com/apache/tvm/pull/12063#discussion_r923691418 ## tests/python/unittest/test_runtime_trace.py: ## @@ -61,8 +67,10 @@ def check_assign(dtype): def test_trace_expr_sum_generated(): +"""Test trace expression

[GitHub] [tvm] areusch commented on a diff in pull request #12063: [Pylint][microTVM] Applying Pylint rules to unittest folder

2022-07-18 Thread GitBox
areusch commented on code in PR #12063: URL: https://github.com/apache/tvm/pull/12063#discussion_r923678344 ## tests/python/unittest/test_crt.py: ## @@ -210,28 +200,26 @@ def do_test(): assert aot_executor.get_num_inputs() == 2 assert

[GitHub] [tvm] areusch commented on issue #11414: [Tracking Issue] pylint the tests!

2022-07-18 Thread GitBox
areusch commented on issue #11414: URL: https://github.com/apache/tvm/issues/11414#issuecomment-1188004174 ccing @Lunderberg for visibility on the pylint/parametrize issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [tvm] comaniac commented on issue #12103: [VOTE] Release Apache TVM v0.9.0.rc0

2022-07-18 Thread GitBox
comaniac commented on issue #12103: URL: https://github.com/apache/tvm/issues/12103#issuecomment-1187912759 +1 -- 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] vinx13 commented on issue #12103: [VOTE] Release Apache TVM v0.9.0.rc0

2022-07-18 Thread GitBox
vinx13 commented on issue #12103: URL: https://github.com/apache/tvm/issues/12103#issuecomment-1187895239 +1 -- 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] rasagna-quic commented on pull request #11449: [Hexagon] Slice op relu

2022-07-18 Thread GitBox
rasagna-quic commented on PR #11449: URL: https://github.com/apache/tvm/pull/11449#issuecomment-1187884018 @Lunderberg : Hi Eric, can you please review this patch again? Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [tvm] vinx13 opened a new pull request, #12122: [MetaSchedule, Testing] Generalize in/out dtype of testing te workloads

2022-07-18 Thread GitBox
vinx13 opened a new pull request, #12122: URL: https://github.com/apache/tvm/pull/12122 cc @junrushao1994 -- 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] quic-sanirudh commented on a diff in pull request #12082: [Pylint] Making hexagon tests pylint compliant Part 1 of N

2022-07-18 Thread GitBox
quic-sanirudh commented on code in PR #12082: URL: https://github.com/apache/tvm/pull/12082#discussion_r923628416 ## tests/python/contrib/test_hexagon/test_2d_physical_buffers.py: ## @@ -84,6 +83,12 @@ def target_host(target): return tvm.target.Target(target, host=host)

[GitHub] [tvm] quic-sanirudh commented on a diff in pull request #12082: [Pylint] Making hexagon tests pylint compliant Part 1 of N

2022-07-18 Thread GitBox
quic-sanirudh commented on code in PR #12082: URL: https://github.com/apache/tvm/pull/12082#discussion_r923627047 ## tests/python/contrib/test_hexagon/test_2d_physical_buffers.py: ## @@ -189,18 +196,19 @@ def schedule_args( working_layout, working_scope,

[GitHub] [tvm] quic-sanirudh commented on a diff in pull request #12082: [Pylint] Making hexagon tests pylint compliant Part 1 of N

2022-07-18 Thread GitBox
quic-sanirudh commented on code in PR #12082: URL: https://github.com/apache/tvm/pull/12082#discussion_r923625392 ## tests/python/contrib/test_hexagon/test_benchmark_elemwise_add.py: ## @@ -124,6 +119,7 @@ def _get_irmod_elemwise_add( # Also: The VTCM budget is a very

[tvm] branch main updated: [ci] Re-run flaky tests on failure (#12108)

2022-07-18 Thread andrewzhaoluo
This is an automated email from the ASF dual-hosted git repository. andrewzhaoluo 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 c79b8f1aac [ci] Re-run flaky tests on failure

[GitHub] [tvm] AndrewZhaoLuo merged pull request #12108: [ci] Re-run flaky tests on failure

2022-07-18 Thread GitBox
AndrewZhaoLuo merged PR #12108: URL: https://github.com/apache/tvm/pull/12108 -- 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: [AUTOSCHEDULER,FIX] Calculate arithmetic intensity without log scale (#12079)

2022-07-18 Thread andrewzhaoluo
This is an automated email from the ASF dual-hosted git repository. andrewzhaoluo 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 d43ffa9099 [AUTOSCHEDULER,FIX] Calculate

[GitHub] [tvm] AndrewZhaoLuo merged pull request #12079: [AUTOSCHEDULER,FIX] Calculate arithmetic intensity without log scale

2022-07-18 Thread GitBox
AndrewZhaoLuo merged PR #12079: URL: https://github.com/apache/tvm/pull/12079 -- 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] gbonik commented on a diff in pull request #12101: [TVMScript] Add object path tracing to StructuralEqual

2022-07-18 Thread GitBox
gbonik commented on code in PR #12101: URL: https://github.com/apache/tvm/pull/12101#discussion_r923570472 ## src/node/reflection.cc: ## @@ -281,4 +281,43 @@ TVM_REGISTER_GLOBAL("node.NodeGetAttr").set_body(NodeGetAttr);

[GitHub] [tvm] Mousius commented on a diff in pull request #12119: [Target] Add target_parser to TargetKind

2022-07-18 Thread GitBox
Mousius commented on code in PR #12119: URL: https://github.com/apache/tvm/pull/12119#discussion_r923569220 ## src/target/target.cc: ## @@ -716,17 +716,27 @@ ObjectPtr TargetInternal::FromRawString(const String& target_str) { return TargetInternal::FromConfig(config); }

[GitHub] [tvm] kparzysz-quic commented on a diff in pull request #12119: [Target] Add target_parser to TargetKind

2022-07-18 Thread GitBox
kparzysz-quic commented on code in PR #12119: URL: https://github.com/apache/tvm/pull/12119#discussion_r923553444 ## src/target/target.cc: ## @@ -716,17 +716,27 @@ ObjectPtr TargetInternal::FromRawString(const String& target_str) { return TargetInternal::FromConfig(config);

[GitHub] [tvm] Mousius opened a new pull request, #12121: [Target] Add "features" property to Target

2022-07-18 Thread GitBox
Mousius opened a new pull request, #12121: URL: https://github.com/apache/tvm/pull/12121 (On top of https://github.com/apache/tvm/pull/12119) This adds a generated property "features" to the `Target` which can contain a read-only list of available features in line with

[tvm] branch main updated: [TIR] Moved PrimExpr operator overload from op.h to expr.h (#11973)

2022-07-18 Thread lunderberg
This is an automated email from the ASF dual-hosted git repository. lunderberg 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 9c7aaace43 [TIR] Moved PrimExpr operator overload

[GitHub] [tvm] Lunderberg merged pull request #11973: [TIR] Moved PrimExpr operator overload from op.h to expr.h

2022-07-18 Thread GitBox
Lunderberg merged PR #11973: URL: https://github.com/apache/tvm/pull/11973 -- 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] Mousius commented on a diff in pull request #12119: [Target] Add target_parser to TargetKind

2022-07-18 Thread GitBox
Mousius commented on code in PR #12119: URL: https://github.com/apache/tvm/pull/12119#discussion_r923533606 ## src/target/target.cc: ## @@ -52,7 +52,7 @@ class TargetInternal { static ObjectPtr FromString(const String& tag_or_config_or_target_str); static ObjectPtr

[GitHub] [tvm] DongqiShen commented on issue #11414: [Tracking Issue] pylint the tests!

2022-07-18 Thread GitBox
DongqiShen commented on issue #11414: URL: https://github.com/apache/tvm/issues/11414#issuecomment-1187655888 Hi, I got a naive question about the issue and hope you to tell me whether my understanding is right or not. I followed your steps and run commands. Actually, on my local vscode

[GitHub] [tvm] kparzysz-quic commented on a diff in pull request #12119: [Target] Add target_parser to TargetKind

2022-07-18 Thread GitBox
kparzysz-quic commented on code in PR #12119: URL: https://github.com/apache/tvm/pull/12119#discussion_r923507916 ## src/target/target.cc: ## @@ -52,7 +52,7 @@ class TargetInternal { static ObjectPtr FromString(const String& tag_or_config_or_target_str); static ObjectPtr

[GitHub] [tvm] lhutton1 opened a new pull request, #12120: [microNPU] Add support for hard swish

2022-07-18 Thread GitBox
lhutton1 opened a new pull request, #12120: URL: https://github.com/apache/tvm/pull/12120 Adds support for hard swish by populating a LUT similar to Vela's implementation. cc @manupa-arm, @ekalda, @NicolaLancellotti -- This is an automated message from the Apache Git Service.

[GitHub] [tvm] elvin-n commented on pull request #11876: [Texture] Add 2d memory support into static memory planner

2022-07-18 Thread GitBox
elvin-n commented on PR #11876: URL: https://github.com/apache/tvm/pull/11876#issuecomment-1187533073 > @elvin-n Can you add tests? Added test -- 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

[GitHub] [tvm] Mousius opened a new pull request, #12119: [Target] Add target_parser to TargetKind

2022-07-18 Thread GitBox
Mousius opened a new pull request, #12119: URL: https://github.com/apache/tvm/pull/12119 This adds the `target_parser` as described in https://github.com/apache/tvm-rfcs/pull/71, which parses an incoming `TargetJSON` and produces a new configuration for generating the final `Target`

[GitHub] [tvm] alter-xp commented on issue #11688: [CI Image] support CSI-NN2 in ci_qemu

2022-07-18 Thread GitBox
alter-xp commented on issue #11688: URL: https://github.com/apache/tvm/issues/11688#issuecomment-1187235089 @driazati It is the conflict between Xuantie QEMU and Zephyr QEMU. I have solved it by modifying the script in CSI-NN2 (merged), and it will not involve the content in TVM code. It

[GitHub] [tvm] Mousius commented on a diff in pull request #12082: [Pylint] Making hexagon tests pylint compliant Part 1 of N

2022-07-18 Thread GitBox
Mousius commented on code in PR #12082: URL: https://github.com/apache/tvm/pull/12082#discussion_r923158579 ## tests/python/contrib/test_hexagon/test_2d_physical_buffers.py: ## @@ -84,6 +83,12 @@ def target_host(target): return tvm.target.Target(target, host=host) +#

[GitHub] [tvm] MichaelJKlaiber commented on a diff in pull request #12087: [UMA] UMA v1.0

2022-07-18 Thread GitBox
MichaelJKlaiber commented on code in PR #12087: URL: https://github.com/apache/tvm/pull/12087#discussion_r923152921 ## CMakeLists.txt: ## @@ -494,6 +494,7 @@ include(cmake/modules/contrib/ArmComputeLib.cmake) include(cmake/modules/contrib/TensorRT.cmake)

[GitHub] [tvm] MichaelJKlaiber commented on a diff in pull request #12087: [UMA] UMA v1.0

2022-07-18 Thread GitBox
MichaelJKlaiber commented on code in PR #12087: URL: https://github.com/apache/tvm/pull/12087#discussion_r923152921 ## CMakeLists.txt: ## @@ -494,6 +494,7 @@ include(cmake/modules/contrib/ArmComputeLib.cmake) include(cmake/modules/contrib/TensorRT.cmake)

[GitHub] [tvm] alter-xp commented on issue #11688: [CI Image] support CSI-NN2 in ci_qemu

2022-07-18 Thread GitBox
alter-xp commented on issue #11688: URL: https://github.com/apache/tvm/issues/11688#issuecomment-1186815855 @driazati It seems to be the problem of environment variables. let me solve it. -- This is an automated message from the Apache Git Service. To respond to the message, please log