[GitHub] [tvm] sunjiweiswift commented on a change in pull request #8497: [Runtime] add set_output_zero_copy

2021-07-19 Thread GitBox
sunjiweiswift commented on a change in pull request #8497: URL: https://github.com/apache/tvm/pull/8497#discussion_r672849966 ## File path: src/runtime/graph_executor/graph_executor.cc ## @@ -139,6 +156,30 @@ void GraphExecutor::SetInputZeroCopy(int index, DLTensor* data_ref)

[GitHub] [tvm] sunjiweiswift commented on a change in pull request #8497: [Runtime] add set_output_zero_copy

2021-07-19 Thread GitBox
sunjiweiswift commented on a change in pull request #8497: URL: https://github.com/apache/tvm/pull/8497#discussion_r672849634 ## File path: src/runtime/graph_executor/graph_executor.cc ## @@ -463,6 +515,15 @@ PackedFunc GraphExecutor::GetFunction(const std::string& name,

[GitHub] [tvm] sunjiweiswift commented on a change in pull request #8497: [Runtime] add set_output_zero_copy

2021-07-19 Thread GitBox
sunjiweiswift commented on a change in pull request #8497: URL: https://github.com/apache/tvm/pull/8497#discussion_r672849571 ## File path: src/runtime/graph_executor/graph_executor.cc ## @@ -463,6 +515,15 @@ PackedFunc GraphExecutor::GetFunction(const std::string& name,

[GitHub] [tvm] FrozenGene commented on a change in pull request #8015: [Caffe Frontend] adding Reduction op

2021-07-19 Thread GitBox
FrozenGene commented on a change in pull request #8015: URL: https://github.com/apache/tvm/pull/8015#discussion_r672838980 ## File path: tests/python/frontend/caffe/test_forward.py ## @@ -763,6 +763,85 @@ def test_forward_TanH(): _test_tanh(np.random.rand(10).astype(np.flo

[GitHub] [tvm] huajsj commented on a change in pull request #8497: [Runtime] add set_output_zero_copy

2021-07-19 Thread GitBox
huajsj commented on a change in pull request #8497: URL: https://github.com/apache/tvm/pull/8497#discussion_r672780360 ## File path: src/runtime/graph_executor/graph_executor.cc ## @@ -389,6 +434,13 @@ void GraphExecutor::SetupOpExecs() { input_dltensors_[eid].push_ba

[GitHub] [tvm] mdw-octoml commented on a change in pull request #8503: [PROFILING] Add json output to profiling reports

2021-07-19 Thread GitBox
mdw-octoml commented on a change in pull request #8503: URL: https://github.com/apache/tvm/pull/8503#discussion_r672796586 ## File path: src/runtime/profiling.cc ## @@ -228,6 +228,71 @@ String ReportNode::AsCSV() const { return s.str(); } +namespace { +void print_metric(s

[GitHub] [tvm] huajsj commented on a change in pull request #8497: [Runtime] add set_output_zero_copy

2021-07-19 Thread GitBox
huajsj commented on a change in pull request #8497: URL: https://github.com/apache/tvm/pull/8497#discussion_r672767569 ## File path: src/runtime/graph_executor/graph_executor.cc ## @@ -463,6 +515,15 @@ PackedFunc GraphExecutor::GetFunction(const std::string& name, thi

[GitHub] [tvm] zotanika commented on a change in pull request #8260: [Caffe Frontend] supporting group > 1 cases for Deconv op

2021-07-19 Thread GitBox
zotanika commented on a change in pull request #8260: URL: https://github.com/apache/tvm/pull/8260#discussion_r672762543 ## File path: tests/python/frontend/caffe/test_forward.py ## @@ -452,6 +452,33 @@ def test_forward_Deconvolution(): bias_filler=dict(type="xavie

[GitHub] [tvm] jcf94 commented on a change in pull request #8500: Keep CODEOWNERS file up to date.

2021-07-19 Thread GitBox
jcf94 commented on a change in pull request #8500: URL: https://github.com/apache/tvm/pull/8500#discussion_r672749034 ## File path: .github/CODEOWNERS ## @@ -1,27 +1,120 @@ -# Github owner file -# List of code reviewers for TVM modules +# Licensed to the Apache Software Foundat

[GitHub] [tvm] chiwwang commented on a change in pull request #8448: [Draft PR] Relay IR visualizer.

2021-07-19 Thread GitBox
chiwwang commented on a change in pull request #8448: URL: https://github.com/apache/tvm/pull/8448#discussion_r672738421 ## File path: python/tvm/contrib/relay_viz/__init__.py ## @@ -0,0 +1,161 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contribu

[GitHub] [tvm] chiwwang commented on a change in pull request #8448: [Draft PR] Relay IR visualizer.

2021-07-19 Thread GitBox
chiwwang commented on a change in pull request #8448: URL: https://github.com/apache/tvm/pull/8448#discussion_r672738062 ## File path: python/tvm/contrib/relay_viz/README.md ## @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + +# IR Visualization + +This tool target to visua

[GitHub] [tvm] comaniac commented on a change in pull request #8506: [TensorRT, BYOC] Handling a corner case in TRT RemoveDropout pass

2021-07-19 Thread GitBox
comaniac commented on a change in pull request #8506: URL: https://github.com/apache/tvm/pull/8506#discussion_r672735819 ## File path: python/tvm/relay/op/contrib/tensorrt.py ## @@ -1033,6 +1033,8 @@ def visit_tuple_getitem(self, op): visit = super().visit_tuple_getite

[GitHub] [tvm] comaniac commented on a change in pull request #8500: Keep CODEOWNERS file up to date.

2021-07-19 Thread GitBox
comaniac commented on a change in pull request #8500: URL: https://github.com/apache/tvm/pull/8500#discussion_r672733752 ## File path: .github/CODEOWNERS ## @@ -1,27 +1,120 @@ -# Github owner file -# List of code reviewers for TVM modules +# Licensed to the Apache Software Foun

[GitHub] [tvm] vinx13 commented on a change in pull request #8492: [TIR] Use PopenPool instead of multiprocessing.pool

2021-07-19 Thread GitBox
vinx13 commented on a change in pull request #8492: URL: https://github.com/apache/tvm/pull/8492#discussion_r672732382 ## File path: python/tvm/autotvm/tuner/xgboost_cost_model.py ## @@ -161,7 +162,8 @@ def _reset_pool(self, space, target, task): _extract_space = space

[GitHub] [tvm] zotanika commented on a change in pull request #8260: [Caffe Frontend] supporting group > 1 cases for Deconv op

2021-07-19 Thread GitBox
zotanika commented on a change in pull request #8260: URL: https://github.com/apache/tvm/pull/8260#discussion_r672730636 ## File path: python/tvm/relay/frontend/caffe.py ## @@ -511,19 +511,72 @@ def convert_deconv(self, op): if weight: kh, kw = params["ker

[GitHub] [tvm] shingjan commented on pull request #8492: [TIR] Use PopenPool instead of multiprocessing.pool

2021-07-19 Thread GitBox
shingjan commented on pull request #8492: URL: https://github.com/apache/tvm/pull/8492#issuecomment-882962453 By far those are all uses of `multiprocessing.pool` in this repo that I can find, is there any places that this change should also apply to? @junrushao1994 @vinx13 @tkonolige --

[GitHub] [tvm] zotanika commented on a change in pull request #8260: [Caffe Frontend] supporting group > 1 cases for Deconv op

2021-07-19 Thread GitBox
zotanika commented on a change in pull request #8260: URL: https://github.com/apache/tvm/pull/8260#discussion_r672730636 ## File path: python/tvm/relay/frontend/caffe.py ## @@ -511,19 +511,72 @@ def convert_deconv(self, op): if weight: kh, kw = params["ker

[GitHub] [tvm] shingjan commented on a change in pull request #8492: [TIR] Use PopenPool instead of multiprocessing.pool

2021-07-19 Thread GitBox
shingjan commented on a change in pull request #8492: URL: https://github.com/apache/tvm/pull/8492#discussion_r672730216 ## File path: python/tvm/autotvm/utils.py ## @@ -111,7 +112,7 @@ def pool_map(func, args, batch_size, verbose=False, pool=None): ret = None tic

[GitHub] [tvm] shingjan commented on a change in pull request #8492: [TIR] Use PopenPool instead of multiprocessing.pool

2021-07-19 Thread GitBox
shingjan commented on a change in pull request #8492: URL: https://github.com/apache/tvm/pull/8492#discussion_r672729908 ## File path: python/tvm/autotvm/tuner/xgboost_cost_model.py ## @@ -161,7 +162,8 @@ def _reset_pool(self, space, target, task): _extract_space = spa

[GitHub] [tvm] shingjan commented on a change in pull request #8492: [TIR] Use PopenPool instead of multiprocessing.pool

2021-07-19 Thread GitBox
shingjan commented on a change in pull request #8492: URL: https://github.com/apache/tvm/pull/8492#discussion_r672729462 ## File path: python/tvm/autotvm/record.py ## @@ -230,7 +231,7 @@ def split_workload(in_file, clean=True): lines = list(open(in_file).readlines())

[GitHub] [tvm] shingjan commented on a change in pull request #8492: [TIR] Use PopenPool instead of multiprocessing.pool

2021-07-19 Thread GitBox
shingjan commented on a change in pull request #8492: URL: https://github.com/apache/tvm/pull/8492#discussion_r672729248 ## File path: python/tvm/auto_scheduler/utils.py ## @@ -306,6 +307,7 @@ def _func_wrapper(que, func, args, kwargs, add_thread_wrapper): def call_func_with_

[GitHub] [tvm] rohanmukh commented on a change in pull request #8454: [Frontend, Tensorflow2] Added support for TensorList ops

2021-07-19 Thread GitBox
rohanmukh commented on a change in pull request #8454: URL: https://github.com/apache/tvm/pull/8454#discussion_r672726819 ## File path: python/tvm/relay/frontend/tensorflow2.py ## @@ -325,12 +475,30 @@ def _convert_operator(self, graph, op_name, node_name, inputs, attrs):

[GitHub] [tvm] rohanmukh commented on pull request #8506: [TensorRT, BYOC] Handling a corner case in TRT RemoveDropout pass

2021-07-19 Thread GitBox
rohanmukh commented on pull request #8506: URL: https://github.com/apache/tvm/pull/8506#issuecomment-882957187 @trevor-m @comaniac -- 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 c

[GitHub] [tvm] rohanmukh opened a new pull request #8506: [TensorRT, BYOC] Handling a corner case in TRT RemoveDropout pass

2021-07-19 Thread GitBox
rohanmukh opened a new pull request #8506: URL: https://github.com/apache/tvm/pull/8506 This commit handles a corner case in TRT RemoveDropout pass. This avoids an error like below ``` File "/home/ubuntu/workspace/tvm/python/tvm/runtime/object.py", line 65, in __getattr__

[GitHub] [tvm] zxy844288792 commented on a change in pull request #8454: [Frontend, Tensorflow2] Added support for TensorList ops

2021-07-19 Thread GitBox
zxy844288792 commented on a change in pull request #8454: URL: https://github.com/apache/tvm/pull/8454#discussion_r672709986 ## File path: python/tvm/relay/frontend/tensorflow_ops.py ## @@ -138,6 +138,25 @@ def _get_more_static_shape(shape0, shape1): return shape1 +def

[GitHub] [tvm] zxy844288792 commented on a change in pull request #8454: [Frontend, Tensorflow2] Added support for TensorList ops

2021-07-19 Thread GitBox
zxy844288792 commented on a change in pull request #8454: URL: https://github.com/apache/tvm/pull/8454#discussion_r672709663 ## File path: python/tvm/relay/frontend/tensorflow2.py ## @@ -325,12 +475,30 @@ def _convert_operator(self, graph, op_name, node_name, inputs, attrs):

[GitHub] [tvm] trevor-m commented on a change in pull request #8454: [Frontend, Tensorflow2] Added support for TensorList ops

2021-07-19 Thread GitBox
trevor-m commented on a change in pull request #8454: URL: https://github.com/apache/tvm/pull/8454#discussion_r672690567 ## File path: python/tvm/relay/frontend/tensorflow_ops.py ## @@ -138,6 +138,25 @@ def _get_more_static_shape(shape0, shape1): return shape1 +def _ge

[GitHub] [tvm] junrushao1994 commented on pull request #8467: [TensorIR][M2a] Fuse, Split

2021-07-19 Thread GitBox
junrushao1994 commented on pull request #8467: URL: https://github.com/apache/tvm/pull/8467#issuecomment-882919024 Thanks for your patience! I don't have other comments -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [tvm] junrushao1994 commented on a change in pull request #8467: [TensorIR][M2a] Fuse, Split

2021-07-19 Thread GitBox
junrushao1994 commented on a change in pull request #8467: URL: https://github.com/apache/tvm/pull/8467#discussion_r672689682 ## File path: src/tir/schedule/primitive/loop_transformation.cc ## @@ -0,0 +1,420 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [tvm] junrushao1994 commented on a change in pull request #8467: [TensorIR][M2a] Fuse, Split

2021-07-19 Thread GitBox
junrushao1994 commented on a change in pull request #8467: URL: https://github.com/apache/tvm/pull/8467#discussion_r672689058 ## File path: src/tir/schedule/primitive/loop_transformation.cc ## @@ -0,0 +1,388 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [tvm] junrushao1994 commented on a change in pull request #8467: [TensorIR][M2a] Fuse, Split

2021-07-19 Thread GitBox
junrushao1994 commented on a change in pull request #8467: URL: https://github.com/apache/tvm/pull/8467#discussion_r672688526 ## File path: src/tir/schedule/primitive/loop_transformation.cc ## @@ -0,0 +1,420 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [tvm] junrushao1994 commented on a change in pull request #8467: [TensorIR][M2a] Fuse, Split

2021-07-19 Thread GitBox
junrushao1994 commented on a change in pull request #8467: URL: https://github.com/apache/tvm/pull/8467#discussion_r672687879 ## File path: src/tir/schedule/primitive/loop_transformation.cc ## @@ -0,0 +1,388 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [tvm] junrushao1994 commented on a change in pull request #8467: [TensorIR][M2a] Fuse, Split

2021-07-19 Thread GitBox
junrushao1994 commented on a change in pull request #8467: URL: https://github.com/apache/tvm/pull/8467#discussion_r672687141 ## File path: src/tir/schedule/primitive/loop_transformation.cc ## @@ -0,0 +1,420 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [tvm] junrushao1994 commented on a change in pull request #8467: [TensorIR][M2a] Fuse, Split

2021-07-19 Thread GitBox
junrushao1994 commented on a change in pull request #8467: URL: https://github.com/apache/tvm/pull/8467#discussion_r672687360 ## File path: src/tir/schedule/primitive/loop_transformation.cc ## @@ -0,0 +1,388 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [tvm] junrushao1994 commented on a change in pull request #8467: [TensorIR][M2a] Fuse, Split

2021-07-19 Thread GitBox
junrushao1994 commented on a change in pull request #8467: URL: https://github.com/apache/tvm/pull/8467#discussion_r672678925 ## File path: src/tir/schedule/concrete_schedule.cc ## @@ -258,6 +258,95 @@ Array ConcreteScheduleNode::GetLoops(const BlockRV& block_rv) { } /

[GitHub] [tvm] lazycal opened a new issue #8505: [Bug] Legalization for nn.dense on cuda does not account for change of units

2021-07-19 Thread GitBox
lazycal opened a new issue #8505: URL: https://github.com/apache/tvm/issues/8505 Minimum code to reproduce: ```python import tvm from tvm import relay x = relay.var('x', shape=(32, 128), dtype='float16') y = relay.var('y', shape=(20, 128), dtype='float16') x1 = relay.nn

[GitHub] [tvm] guberti opened a new pull request #8504: Add Arduino CLI support to ci-qemu

2021-07-19 Thread GitBox
guberti opened a new pull request #8504: URL: https://github.com/apache/tvm/pull/8504 Adds Arduino CLI support to the `ci-qemu` Docker image. Needed to test #8493 with `ci-qemu`. @areusch -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [tvm] tkonolige opened a new pull request #8503: [PROFILING] Add json output to profiling reports

2021-07-19 Thread GitBox
tkonolige opened a new pull request #8503: URL: https://github.com/apache/tvm/pull/8503 This is machine readable json output. It is not meant to be used as a serialization format. @leandron @mdwelsh @masahi -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [tvm] leandron commented on pull request #8498: [ETHOS-N] Re-enabled tests and updated module hashes

2021-07-19 Thread GitBox
leandron commented on pull request #8498: URL: https://github.com/apache/tvm/pull/8498#issuecomment-882851201 Merged now, thanks @Leo-arm! -- 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 spe

[tvm] branch main updated: [ETHOS-N] Re-enabled tests and updated module hashes (#8498)

2021-07-19 Thread leandron
This is an automated email from the ASF dual-hosted git repository. leandron 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 2d1847c [ETHOS-N] Re-enabled tests and updated modul

[GitHub] [tvm] leandron merged pull request #8498: [ETHOS-N] Re-enabled tests and updated module hashes

2021-07-19 Thread GitBox
leandron merged pull request #8498: URL: https://github.com/apache/tvm/pull/8498 -- 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-unsubscr.

[GitHub] [tvm] mbrookhart opened a new pull request #8502: Enable ONNX tests that needed onnxruntime 1.7.0

2021-07-19 Thread GitBox
mbrookhart opened a new pull request #8502: URL: https://github.com/apache/tvm/pull/8502 cc @jwfromm @areusch -- 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 unsubscri

[GitHub] [tvm] mikepapadim opened a new pull request #8501: [Relay] Replace compile engine with TE compiler in the VM

2021-07-19 Thread GitBox
mikepapadim opened a new pull request #8501: URL: https://github.com/apache/tvm/pull/8501 This is WIP following the RFC in https://discuss.tvm.apache.org/t/rfc-relay-tecompiler-rewrite-existing-compile-engine-to-match-updated-compiler-flow/9233. It replaces the Compile_engine with TE_com

[GitHub] [tvm] vvchernov commented on a change in pull request #8447: [Frontend, pytorch] Vc/pytorch lstm

2021-07-19 Thread GitBox
vvchernov commented on a change in pull request #8447: URL: https://github.com/apache/tvm/pull/8447#discussion_r672564600 ## File path: tests/python/frontend/pytorch/test_lstms.py ## @@ -0,0 +1,378 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more cont

[GitHub] [tvm] vvchernov commented on a change in pull request #8447: [Frontend, pytorch] Vc/pytorch lstm

2021-07-19 Thread GitBox
vvchernov commented on a change in pull request #8447: URL: https://github.com/apache/tvm/pull/8447#discussion_r672198745 ## File path: tests/python/frontend/pytorch/test_lstms.py ## @@ -0,0 +1,378 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more cont

[GitHub] [tvm] vinx13 closed issue #8308: [BUG] Incorrect buffer offset for vectorized computation

2021-07-19 Thread GitBox
vinx13 closed issue #8308: URL: https://github.com/apache/tvm/issues/8308 -- 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-unsubscr...@tvm.

[GitHub] [tvm] vinx13 commented on issue #8444: TVM Docker build issues on Rust SGX SDK

2021-07-19 Thread GitBox
vinx13 commented on issue #8444: URL: https://github.com/apache/tvm/issues/8444#issuecomment-882737507 try `git submodule update`, there are some updates to `dlpack` and `DLContext` has been renamed to `DLDevice` -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [tvm] vinx13 closed issue #8444: TVM Docker build issues on Rust SGX SDK

2021-07-19 Thread GitBox
vinx13 closed issue #8444: URL: https://github.com/apache/tvm/issues/8444 -- 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-unsubscr...@tvm.

[GitHub] [tvm] mbrookhart commented on pull request #8241: [Relay][Quantization] Extend FakeQuantizationToInteger to more ops

2021-07-19 Thread GitBox
mbrookhart commented on pull request #8241: URL: https://github.com/apache/tvm/pull/8241#issuecomment-882732982 @jwfromm @masahi @jroesch @anijain2305 can you take a look? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [tvm] mbrookhart commented on a change in pull request #8241: [Relay][Quantization] Extend FakeQuantizationToInteger to more ops

2021-07-19 Thread GitBox
mbrookhart commented on a change in pull request #8241: URL: https://github.com/apache/tvm/pull/8241#discussion_r672498519 ## File path: python/tvm/relay/transform/fake_quantization_to_integer.py ## @@ -102,7 +104,7 @@ def bias_add(expr, type_map): out_dtype=xt.dty

[GitHub] [tvm] junrushao1994 commented on a change in pull request #8500: Keep CODEOWNERS file up to date.

2021-07-19 Thread GitBox
junrushao1994 commented on a change in pull request #8500: URL: https://github.com/apache/tvm/pull/8500#discussion_r672493527 ## File path: .github/CODEOWNERS ## @@ -1,27 +1,120 @@ -# Github owner file -# List of code reviewers for TVM modules +# Licensed to the Apache Software

[GitHub] [tvm] areusch commented on a change in pull request #8500: Keep CODEOWNERS file up to date.

2021-07-19 Thread GitBox
areusch commented on a change in pull request #8500: URL: https://github.com/apache/tvm/pull/8500#discussion_r672460035 ## File path: .github/CODEOWNERS ## @@ -1,27 +1,120 @@ -# Github owner file -# List of code reviewers for TVM modules +# Licensed to the Apache Software Found

[GitHub] [tvm] tqchen commented on pull request #8500: Keep CODEOWNERS file up to date.

2021-07-19 Thread GitBox
tqchen commented on pull request #8500: URL: https://github.com/apache/tvm/pull/8500#issuecomment-882690164 cc @apache/tvm-committers -- 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 specifi

[GitHub] [tvm] mehrdadh commented on a change in pull request #8487: [AOT][Stack Allocator] Fix Initial Memory Misalignment

2021-07-19 Thread GitBox
mehrdadh commented on a change in pull request #8487: URL: https://github.com/apache/tvm/pull/8487#discussion_r672450406 ## File path: tests/crt/aot_memory_test.cc ## @@ -24,33 +24,48 @@ // Check with LIFO checks enabled for stack allocator #define TVM_CRT_STACK_ALLOCATOR_E

[GitHub] [tvm] mehrdadh commented on a change in pull request #8487: [AOT][Stack Allocator] Fix Initial Memory Misalignment

2021-07-19 Thread GitBox
mehrdadh commented on a change in pull request #8487: URL: https://github.com/apache/tvm/pull/8487#discussion_r672444156 ## File path: src/runtime/crt/memory/stack_allocator.c ## @@ -79,8 +79,13 @@ tvm_crt_error_t StackMemoryManager_Free(tvm_workspace_t* tvm_runtime_workspace,

[GitHub] [tvm] ya0guang commented on issue #6816: [Rust][WASM] WASM runtime example is broken.

2021-07-19 Thread GitBox
ya0guang commented on issue #6816: URL: https://github.com/apache/tvm/issues/6816#issuecomment-882666064 I also encountered a similar problem when executing the WASM. trace: ```sh thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: wasm trap: indirect call t

[GitHub] [tvm] mbrookhart commented on issue #8177: Rebuild ci-arm, ci-cpu, and ci-gpu container

2021-07-19 Thread GitBox
mbrookhart commented on issue #8177: URL: https://github.com/apache/tvm/issues/8177#issuecomment-882642689 Hey everyone. Thanks for all the help! This merged this morning. Hopefully @leandron 's nightly builds will prevent this level of pain in the future :D -- This is an automated messa

[GitHub] [tvm] mbrookhart closed issue #8177: Rebuild ci-arm, ci-cpu, and ci-gpu container

2021-07-19 Thread GitBox
mbrookhart closed issue #8177: URL: https://github.com/apache/tvm/issues/8177 -- 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-unsubscr...@

[tvm] branch main updated (4b2ccde -> 6d88bdd)

2021-07-19 Thread mbrookhart
This is an automated email from the ASF dual-hosted git repository. mbrookhart pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 4b2ccde src/runtime/module.cc (#8496) add 6d88bdd Update Docker CI (#8193) No new revisions were added by this

[GitHub] [tvm] mbrookhart commented on pull request #8193: Update Docker CI

2021-07-19 Thread GitBox
mbrookhart commented on pull request #8193: URL: https://github.com/apache/tvm/pull/8193#issuecomment-882635319 Thanks @areusch @mehrdadh -- 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

[GitHub] [tvm] mbrookhart merged pull request #8193: Update Docker CI

2021-07-19 Thread GitBox
mbrookhart merged pull request #8193: URL: https://github.com/apache/tvm/pull/8193 -- 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-unsubsc

[GitHub] [tvm] manupa-arm commented on pull request #8469: [TIR][USMP] Add a parallel to serial for loop converter pass

2021-07-19 Thread GitBox
manupa-arm commented on pull request #8469: URL: https://github.com/apache/tvm/pull/8469#issuecomment-882623193 Hi @tqchen , Yes make sense, will do. Hi @junrushao1994 , I think TOPI and other places define that as a property of the op implementation/scheduling. However, this i

[GitHub] [tvm] leandron commented on a change in pull request #8500: Keep CODEOWNERS file up to date.

2021-07-19 Thread GitBox
leandron commented on a change in pull request #8500: URL: https://github.com/apache/tvm/pull/8500#discussion_r672341609 ## File path: .github/CODEOWNERS ## @@ -1,27 +1,120 @@ -# Github owner file -# List of code reviewers for TVM modules +# Licensed to the Apache Software Foun

[GitHub] [tvm] jinhongyii commented on pull request #8467: [TensorIR][M2a] Fuse, Split

2021-07-19 Thread GitBox
jinhongyii commented on pull request #8467: URL: https://github.com/apache/tvm/pull/8467#issuecomment-882582570 Comments are addressed. Please have another round of review! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [tvm] tqchen commented on pull request #8500: Keep CODEOWNERS file up to date.

2021-07-19 Thread GitBox
tqchen commented on pull request #8500: URL: https://github.com/apache/tvm/pull/8500#issuecomment-882559854 cc @jroesch @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 specif

[GitHub] [tvm] tqchen opened a new pull request #8500: Keep CODEOWNERS file up to date.

2021-07-19 Thread GitBox
tqchen opened a new pull request #8500: URL: https://github.com/apache/tvm/pull/8500 The CODEOWNERS file was used as a mechanism to mark committers' area of expertises and faciliate the review process. This PR attempts to bring its state to up to date. This is of course non-comprehensi

[GitHub] [tvm] lixiaoquan commented on a change in pull request #8260: [Caffe Frontend] supporting group > 1 cases for Deconv op

2021-07-19 Thread GitBox
lixiaoquan commented on a change in pull request #8260: URL: https://github.com/apache/tvm/pull/8260#discussion_r672042044 ## File path: tests/python/frontend/caffe/test_forward.py ## @@ -452,6 +452,33 @@ def test_forward_Deconvolution(): bias_filler=dict(type="xav

[GitHub] [tvm] jinhongyii commented on a change in pull request #8467: [TensorIR][M2a] Fuse, Split

2021-07-19 Thread GitBox
jinhongyii commented on a change in pull request #8467: URL: https://github.com/apache/tvm/pull/8467#discussion_r672267198 ## File path: src/tir/schedule/primitive/loop_transformation.cc ## @@ -0,0 +1,420 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

[GitHub] [tvm] jinhongyii commented on a change in pull request #8467: [TensorIR][M2a] Fuse, Split

2021-07-19 Thread GitBox
jinhongyii commented on a change in pull request #8467: URL: https://github.com/apache/tvm/pull/8467#discussion_r672267198 ## File path: src/tir/schedule/primitive/loop_transformation.cc ## @@ -0,0 +1,420 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

[GitHub] [tvm] Beya2019 opened a new pull request #8499: [TVMSCRIPT]Fix script printters StructuralEqual check failed

2021-07-19 Thread GitBox
Beya2019 opened a new pull request #8499: URL: https://github.com/apache/tvm/pull/8499 fix print bug when call @tvm.script.tir def abs(a: ty.handle) -> None: A[()] = tir.abs(2.2) A[()] = tir.abs(tir.float32(2.2))

[GitHub] [tvm] jinhongyii commented on a change in pull request #8467: [TensorIR][M2a] Fuse, Split

2021-07-19 Thread GitBox
jinhongyii commented on a change in pull request #8467: URL: https://github.com/apache/tvm/pull/8467#discussion_r672237689 ## File path: src/tir/schedule/primitive/loop_transformation.cc ## @@ -0,0 +1,420 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

[GitHub] [tvm] masahi commented on a change in pull request #8466: [CUDA] Initial support for dynamic shared memory

2021-07-19 Thread GitBox
masahi commented on a change in pull request #8466: URL: https://github.com/apache/tvm/pull/8466#discussion_r672235542 ## File path: src/tir/transforms/split_host_device.cc ## @@ -89,6 +92,17 @@ class VarUseDefAnalysis : public StmtExprMutator { Stmt VisitStmt_(const Alloc

[tvm] branch main updated (f64ddff -> 4b2ccde)

2021-07-19 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from f64ddff Add missing shape functions for relay.nn operations (#8489) add 4b2ccde src/runtime/module.cc (#8496) No n

[GitHub] [tvm] tqchen merged pull request #8496: Better error message for `src/runtime/module.cc` if function cannot be loaded.

2021-07-19 Thread GitBox
tqchen merged pull request #8496: URL: https://github.com/apache/tvm/pull/8496 -- 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-unsubscr...

[GitHub] [tvm] tqchen commented on a change in pull request #8466: [CUDA] Initial support for dynamic shared memory

2021-07-19 Thread GitBox
tqchen commented on a change in pull request #8466: URL: https://github.com/apache/tvm/pull/8466#discussion_r672230575 ## File path: src/runtime/file_utils.cc ## @@ -64,12 +66,14 @@ void FunctionInfo::Save(dmlc::Stream* writer) const { writer->Write(name); writer->Write(a

[GitHub] [tvm] tqchen commented on a change in pull request #8466: [CUDA] Initial support for dynamic shared memory

2021-07-19 Thread GitBox
tqchen commented on a change in pull request #8466: URL: https://github.com/apache/tvm/pull/8466#discussion_r672230286 ## File path: src/runtime/file_utils.cc ## @@ -64,12 +66,14 @@ void FunctionInfo::Save(dmlc::Stream* writer) const { writer->Write(name); writer->Write(a

[GitHub] [tvm] masahi commented on a change in pull request #8466: [CUDA] Initial support for dynamic shared memory

2021-07-19 Thread GitBox
masahi commented on a change in pull request #8466: URL: https://github.com/apache/tvm/pull/8466#discussion_r672217797 ## File path: src/tir/transforms/split_host_device.cc ## @@ -89,6 +92,17 @@ class VarUseDefAnalysis : public StmtExprMutator { Stmt VisitStmt_(const Alloc

[GitHub] [tvm] masahi commented on a change in pull request #8466: [CUDA] Initial support for dynamic shared memory

2021-07-19 Thread GitBox
masahi commented on a change in pull request #8466: URL: https://github.com/apache/tvm/pull/8466#discussion_r672217797 ## File path: src/tir/transforms/split_host_device.cc ## @@ -89,6 +92,17 @@ class VarUseDefAnalysis : public StmtExprMutator { Stmt VisitStmt_(const Alloc

[GitHub] [tvm] masahi commented on a change in pull request #8466: [CUDA] Initial support for dynamic shared memory

2021-07-19 Thread GitBox
masahi commented on a change in pull request #8466: URL: https://github.com/apache/tvm/pull/8466#discussion_r672217797 ## File path: src/tir/transforms/split_host_device.cc ## @@ -89,6 +92,17 @@ class VarUseDefAnalysis : public StmtExprMutator { Stmt VisitStmt_(const Alloc

[GitHub] [tvm-rfcs] manupa-arm commented on a change in pull request #9: [RFC] TVM Unified Static Memory Planning

2021-07-19 Thread GitBox
manupa-arm commented on a change in pull request #9: URL: https://github.com/apache/tvm-rfcs/pull/9#discussion_r672180012 ## File path: rfcs/0009_Unified_Static_Memory_Planning.md ## @@ -0,0 +1,473 @@ +Feature Name: Unified Static Memory Planner +Start Date: 2021 June 1

[GitHub] [tvm-rfcs] manupa-arm commented on a change in pull request #9: [RFC] TVM Unified Static Memory Planning

2021-07-19 Thread GitBox
manupa-arm commented on a change in pull request #9: URL: https://github.com/apache/tvm-rfcs/pull/9#discussion_r672180012 ## File path: rfcs/0009_Unified_Static_Memory_Planning.md ## @@ -0,0 +1,473 @@ +Feature Name: Unified Static Memory Planner +Start Date: 2021 June 1

[GitHub] [tvm] Leo-arm opened a new pull request #8498: [ETHOS-N] Re-enabled tests and updated module hashes

2021-07-19 Thread GitBox
Leo-arm opened a new pull request #8498: URL: https://github.com/apache/tvm/pull/8498 Updated module hashes after a recent function name change and re-enabled the tests by removing xfails. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [tvm] vvchernov commented on a change in pull request #8447: [Frontend, pytorch] Vc/pytorch lstm

2021-07-19 Thread GitBox
vvchernov commented on a change in pull request #8447: URL: https://github.com/apache/tvm/pull/8447#discussion_r672198745 ## File path: tests/python/frontend/pytorch/test_lstms.py ## @@ -0,0 +1,378 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more cont

[GitHub] [tvm] vvchernov commented on a change in pull request #8447: [Frontend, pytorch] Vc/pytorch lstm

2021-07-19 Thread GitBox
vvchernov commented on a change in pull request #8447: URL: https://github.com/apache/tvm/pull/8447#discussion_r672197826 ## File path: tests/python/frontend/pytorch/test_lstms.py ## @@ -0,0 +1,378 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more cont

[GitHub] [tvm] vvchernov commented on a change in pull request #8447: [Frontend, pytorch] Vc/pytorch lstm

2021-07-19 Thread GitBox
vvchernov commented on a change in pull request #8447: URL: https://github.com/apache/tvm/pull/8447#discussion_r672197418 ## File path: tests/python/frontend/pytorch/test_lstms.py ## @@ -0,0 +1,378 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more cont

[GitHub] [tvm] vvchernov commented on a change in pull request #8447: [Frontend, pytorch] Vc/pytorch lstm

2021-07-19 Thread GitBox
vvchernov commented on a change in pull request #8447: URL: https://github.com/apache/tvm/pull/8447#discussion_r672197225 ## File path: tests/python/frontend/pytorch/test_lstms.py ## @@ -0,0 +1,382 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more cont

[GitHub] [tvm-rfcs] manupa-arm commented on a change in pull request #9: [RFC] TVM Unified Static Memory Planning

2021-07-19 Thread GitBox
manupa-arm commented on a change in pull request #9: URL: https://github.com/apache/tvm-rfcs/pull/9#discussion_r672180012 ## File path: rfcs/0009_Unified_Static_Memory_Planning.md ## @@ -0,0 +1,473 @@ +Feature Name: Unified Static Memory Planner +Start Date: 2021 June 1

[GitHub] [tvm-rfcs] manupa-arm commented on a change in pull request #9: [RFC] TVM Unified Static Memory Planning

2021-07-19 Thread GitBox
manupa-arm commented on a change in pull request #9: URL: https://github.com/apache/tvm-rfcs/pull/9#discussion_r672180012 ## File path: rfcs/0009_Unified_Static_Memory_Planning.md ## @@ -0,0 +1,473 @@ +Feature Name: Unified Static Memory Planner +Start Date: 2021 June 1

[GitHub] [tvm-rfcs] manupa-arm commented on a change in pull request #9: [RFC] TVM Unified Static Memory Planning

2021-07-19 Thread GitBox
manupa-arm commented on a change in pull request #9: URL: https://github.com/apache/tvm-rfcs/pull/9#discussion_r672180012 ## File path: rfcs/0009_Unified_Static_Memory_Planning.md ## @@ -0,0 +1,473 @@ +Feature Name: Unified Static Memory Planner +Start Date: 2021 June 1

[GitHub] [tvm-rfcs] manupa-arm commented on a change in pull request #9: [RFC] TVM Unified Static Memory Planning

2021-07-19 Thread GitBox
manupa-arm commented on a change in pull request #9: URL: https://github.com/apache/tvm-rfcs/pull/9#discussion_r672180012 ## File path: rfcs/0009_Unified_Static_Memory_Planning.md ## @@ -0,0 +1,473 @@ +Feature Name: Unified Static Memory Planner +Start Date: 2021 June 1

[GitHub] [tvm-rfcs] manupa-arm commented on a change in pull request #9: [RFC] TVM Unified Static Memory Planning

2021-07-19 Thread GitBox
manupa-arm commented on a change in pull request #9: URL: https://github.com/apache/tvm-rfcs/pull/9#discussion_r672170183 ## File path: rfcs/0009_Unified_Static_Memory_Planning.md ## @@ -0,0 +1,473 @@ +Feature Name: Unified Static Memory Planner +Start Date: 2021 June 1

[GitHub] [tvm] kevinLu1114 closed issue #8495: [ONNX][BUG] Expand operator wrong answer

2021-07-19 Thread GitBox
kevinLu1114 closed issue #8495: URL: https://github.com/apache/tvm/issues/8495 -- 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-unsubscr...

[GitHub] [tvm-rfcs] MichaelJKlaiberBosch commented on a change in pull request #9: [RFC] TVM Unified Static Memory Planning

2021-07-19 Thread GitBox
MichaelJKlaiberBosch commented on a change in pull request #9: URL: https://github.com/apache/tvm-rfcs/pull/9#discussion_r671371629 ## File path: rfcs/0009_Unified_Static_Memory_Planning.md ## @@ -0,0 +1,473 @@ +Feature Name: Unified Static Memory Planner +Start Date: 2

[GitHub] [tvm] mshr-h commented on pull request #8260: [Caffe Frontend] supporting group > 1 cases for Deconv op

2021-07-19 Thread GitBox
mshr-h commented on pull request #8260: URL: https://github.com/apache/tvm/pull/8260#issuecomment-882363038 I want to try your PR. Is there any pretrained models which contains Deconv with group > 1? -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [tvm] zxy844288792 edited a comment on pull request #8454: [Frontend, Tensorflow2] Added support for TensorList ops

2021-07-19 Thread GitBox
zxy844288792 edited a comment on pull request #8454: URL: https://github.com/apache/tvm/pull/8454#issuecomment-879400436 @kevinthesun @yongwww @zhiics @trevor-m @masahi @dvhg @comaniac -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [tvm] sunjiweiswift opened a new pull request #8497: [Runtime] add set_output_zero_copy

2021-07-19 Thread GitBox
sunjiweiswift opened a new pull request #8497: URL: https://github.com/apache/tvm/pull/8497 Support: The output memory is imported from outside and needs zero copy -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U