[incubator-tvm] branch main updated (e8de2c5 -> 6c01998)

2020-11-17 Thread lmzheng
This is an automated email from the ASF dual-hosted git repository. lmzheng pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from e8de2c5 [AutoSchedule] Extract tasks via compile engine (#6903) add 6c01998 Make AutoScheduler handling

[GitHub] [incubator-tvm] monklof commented on pull request #6898: add ShapeFunc for tanh

2020-11-17 Thread GitBox
monklof commented on pull request #6898: URL: https://github.com/apache/incubator-tvm/pull/6898#issuecomment-728764439 > I have a question. What do you mean "input's shape's second dim is unknown"? TVM is able to compile the kernel even though the dim is a sym var. Hi, this is the ca

[GitHub] [incubator-tvm] merrymercy merged pull request #6909: Make AutoScheduler handling of errors during measure consistent with AutoTvm

2020-11-17 Thread GitBox
merrymercy merged pull request #6909: URL: https://github.com/apache/incubator-tvm/pull/6909 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] [incubator-tvm] merrymercy commented on pull request #6909: Make AutoScheduler handling of errors during measure consistent with AutoTvm

2020-11-17 Thread GitBox
merrymercy commented on pull request #6909: URL: https://github.com/apache/incubator-tvm/pull/6909#issuecomment-728764382 Thanks, @TaylorZowtuk. It is merged. This is an automated message from the Apache Git Service. To respo

[GitHub] [incubator-tvm] monklof edited a comment on pull request #6898: add ShapeFunc for tanh

2020-11-17 Thread GitBox
monklof edited a comment on pull request #6898: URL: https://github.com/apache/incubator-tvm/pull/6898#issuecomment-728764439 > I have a question. What do you mean "input's shape's second dim is unknown"? TVM is able to compile the kernel even though the dim is a sym var. Hi, this is

[GitHub] [incubator-tvm] monklof edited a comment on pull request #6898: add ShapeFunc for tanh

2020-11-17 Thread GitBox
monklof edited a comment on pull request #6898: URL: https://github.com/apache/incubator-tvm/pull/6898#issuecomment-728764439 @wweic @lixiaoquan thanks for the comment. @icemelon9 > I have a question. What do you mean "input's shape's second dim is unknown"? TVM is able to compil

[GitHub] [incubator-tvm] fanwei-china opened a new issue #6931: Problems when import BERT model from tensorflow Relay

2020-11-17 Thread GitBox
fanwei-china opened a new issue #6931: URL: https://github.com/apache/incubator-tvm/issues/6931 Thanks for participating in the TVM community! We use https://discuss.tvm.ai for any general usage questions and discussions. The issue tracker is used for actionable items such as feature propo

[GitHub] [incubator-tvm] fanwei-china commented on issue #6931: Problems when import BERT model from tensorflow Relay

2020-11-17 Thread GitBox
fanwei-china commented on issue #6931: URL: https://github.com/apache/incubator-tvm/issues/6931#issuecomment-728774631 Traceback (most recent call last): File "tutorials/frontend/test_nlp.py", line 109, in shape=shape_dict) File "/root/.local/lib/python3.6/site-

[GitHub] [incubator-tvm] fanwei-china removed a comment on issue #6931: Problems when import BERT model from tensorflow Relay

2020-11-17 Thread GitBox
fanwei-china removed a comment on issue #6931: URL: https://github.com/apache/incubator-tvm/issues/6931#issuecomment-728774631 Traceback (most recent call last): File "tutorials/frontend/test_nlp.py", line 109, in shape=shape_dict) File "/root/.local/lib/python3

[GitHub] [incubator-tvm] fanwei-china commented on issue #6931: Problems when import BERT model from tensorflow Relay

2020-11-17 Thread GitBox
fanwei-china commented on issue #6931: URL: https://github.com/apache/incubator-tvm/issues/6931#issuecomment-728783274 the IRModule is below: fn (%bert/embeddings/word_embedding: Tensor[(249079, 384), float32], %qt_sent: Tensor[(512, 50), int32], %n_keyword_in: Tensor[(512, 10), int32]

[GitHub] [incubator-tvm] fanwei-china commented on issue #6931: Problems when import BERT model from tensorflow Relay

2020-11-17 Thread GitBox
fanwei-china commented on issue #6931: URL: https://github.com/apache/incubator-tvm/issues/6931#issuecomment-728785484 the tensorflow frontend code is: with tf_compat_v1.gfile.GFile(model_path, 'rb') as f: graph_def = tf_compat_v1.GraphDef() graph_def.ParseFromString(f.r

[GitHub] [incubator-tvm] fanwei-china edited a comment on issue #6931: Problems when import BERT model from tensorflow Relay

2020-11-17 Thread GitBox
fanwei-china edited a comment on issue #6931: URL: https://github.com/apache/incubator-tvm/issues/6931#issuecomment-728785484 the tensorflow frontend code is: with tf_compat_v1.gfile.GFile(model_path, 'rb') as f: graph_def = tf_compat_v1.GraphDef() graph_def.ParseFromStr

[GitHub] [incubator-tvm] fanwei-china commented on issue #6931: Problems when import BERT model from tensorflow Relay

2020-11-17 Thread GitBox
fanwei-china commented on issue #6931: URL: https://github.com/apache/incubator-tvm/issues/6931#issuecomment-728787606 > ``` > Hi, I was trying to import bert model by tensorflow relay. When converting the StrideSlice op, an error occurred. Could someone help me to solve this? The cod

[GitHub] [incubator-tvm] fanwei-china removed a comment on issue #6931: Problems when import BERT model from tensorflow Relay

2020-11-17 Thread GitBox
fanwei-china removed a comment on issue #6931: URL: https://github.com/apache/incubator-tvm/issues/6931#issuecomment-728787606 > ``` > Hi, I was trying to import bert model by tensorflow relay. When converting the StrideSlice op, an error occurred. Could someone help me to solve this?

[GitHub] [incubator-tvm] bernhardklein commented on pull request #6924: [AutoTVM][RPCRunner] timeout is not passed correctly

2020-11-17 Thread GitBox
bernhardklein commented on pull request #6924: URL: https://github.com/apache/incubator-tvm/pull/6924#issuecomment-728834693 @merrymercy as you suggested I set the constructor argument to `(timeout * (self.n_parallel + 1))`, also changed the self.timeout in the same way. Hope this is the c

[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #6924: [AutoTVM][RPCRunner] timeout is not passed correctly

2020-11-17 Thread GitBox
merrymercy commented on a change in pull request #6924: URL: https://github.com/apache/incubator-tvm/pull/6924#discussion_r525061557 ## File path: python/tvm/autotvm/measure/measure_methods.py ## @@ -228,7 +228,7 @@ def __init__( self.host = host self.port = p

[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #6924: [AutoTVM][RPCRunner] timeout is not passed correctly

2020-11-17 Thread GitBox
merrymercy commented on a change in pull request #6924: URL: https://github.com/apache/incubator-tvm/pull/6924#discussion_r525061819 ## File path: python/tvm/autotvm/measure/measure_methods.py ## @@ -240,7 +240,7 @@ def __init__( self.check_correctness = check_correctn

[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #6924: [AutoTVM][RPCRunner] timeout is not passed correctly

2020-11-17 Thread GitBox
merrymercy commented on a change in pull request #6924: URL: https://github.com/apache/incubator-tvm/pull/6924#discussion_r525062032 ## File path: python/tvm/autotvm/measure/measure_methods.py ## @@ -240,7 +240,7 @@ def __init__( self.check_correctness = check_correctn

[GitHub] [incubator-tvm] merrymercy edited a comment on pull request #6924: [AutoTVM][RPCRunner] timeout is not passed correctly

2020-11-17 Thread GitBox
merrymercy edited a comment on pull request #6924: URL: https://github.com/apache/incubator-tvm/pull/6924#issuecomment-728850614 You should only change the timeout setting in `LocalExecutor`. The `self.timeout` is used in other places and it is correct. I helped you to fix the problems

[GitHub] [incubator-tvm] merrymercy commented on pull request #6924: [AutoTVM][RPCRunner] timeout is not passed correctly

2020-11-17 Thread GitBox
merrymercy commented on pull request #6924: URL: https://github.com/apache/incubator-tvm/pull/6924#issuecomment-728850614 You should only change the timeout setting in `LocalExecutor`. The `self.timeout` is used in other places and it is correct.

[GitHub] [incubator-tvm] merrymercy edited a comment on pull request #6924: [AutoTVM][RPCRunner] timeout is not passed correctly

2020-11-17 Thread GitBox
merrymercy edited a comment on pull request #6924: URL: https://github.com/apache/incubator-tvm/pull/6924#issuecomment-728850614 You should only change the timeout setting in `LocalExecutor`. The `self.timeout` is used in other places and it is correct. I helped you fix the problems.

[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #6924: [AutoTVM][RPCRunner] timeout is not passed correctly

2020-11-17 Thread GitBox
merrymercy commented on a change in pull request #6924: URL: https://github.com/apache/incubator-tvm/pull/6924#discussion_r525064535 ## File path: python/tvm/autotvm/measure/measure_methods.py ## @@ -240,7 +240,7 @@ def __init__( self.check_correctness = check_correctn

[GitHub] [incubator-tvm] BhushanIMG commented on pull request #6477: [Relay] Add space_to_batch_nd and batch_to_space_nd operators

2020-11-17 Thread GitBox
BhushanIMG commented on pull request #6477: URL: https://github.com/apache/incubator-tvm/pull/6477#issuecomment-728853701 @FrozenGene Could you please spare some time to review this. This is an automated message from the Apac

[GitHub] [incubator-tvm] bernhardklein commented on pull request #6924: [AutoTVM][RPCRunner] timeout is not passed correctly

2020-11-17 Thread GitBox
bernhardklein commented on pull request #6924: URL: https://github.com/apache/incubator-tvm/pull/6924#issuecomment-728878293 ok, thank you! This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-tvm] tirumalnaidu commented on pull request #5630: [VTA] CMAKE fix

2020-11-17 Thread GitBox
tirumalnaidu commented on pull request #5630: URL: https://github.com/apache/incubator-tvm/pull/5630#issuecomment-728891764 ``Traceback (most recent call last): File "/usr/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/usr/lib/python3.6

[GitHub] [incubator-tvm] tirumalnaidu edited a comment on pull request #5630: [VTA] CMAKE fix

2020-11-17 Thread GitBox
tirumalnaidu edited a comment on pull request #5630: URL: https://github.com/apache/incubator-tvm/pull/5630#issuecomment-728891764 Traceback (most recent call last): File "/usr/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/usr/lib/pyth

[GitHub] [incubator-tvm] FrozenGene merged pull request #6477: [Relay] Add space_to_batch_nd and batch_to_space_nd operators

2020-11-17 Thread GitBox
FrozenGene merged pull request #6477: URL: https://github.com/apache/incubator-tvm/pull/6477 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] [incubator-tvm] FrozenGene commented on pull request #6477: [Relay] Add space_to_batch_nd and batch_to_space_nd operators

2020-11-17 Thread GitBox
FrozenGene commented on pull request #6477: URL: https://github.com/apache/incubator-tvm/pull/6477#issuecomment-728913714 thanks @BhushanIMG This is an automated message from the Apache Git Service. To respond to the message

[incubator-tvm] branch main updated (6c01998 -> 7e90e7d)

2020-11-17 Thread zhaowu
This is an automated email from the ASF dual-hosted git repository. zhaowu pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 6c01998 Make AutoScheduler handling of errors during measure consistent with AutoTvm (#6909) add 7e90e7d

[GitHub] [incubator-tvm] tirumalnaidu opened a new issue #6932: undefined symbol: VTARuntimeShutdown

2020-11-17 Thread GitBox
tirumalnaidu opened a new issue #6932: URL: https://github.com/apache/incubator-tvm/issues/6932 Traceback (most recent call last): File "/usr/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/usr/lib/python3.6/multiprocessing/process.py",

[GitHub] [incubator-tvm] giuseros commented on a change in pull request #6928: [TF frontend] add some "Segment" and "UnsortedSegment" ops

2020-11-17 Thread GitBox
giuseros commented on a change in pull request #6928: URL: https://github.com/apache/incubator-tvm/pull/6928#discussion_r525237522 ## File path: python/tvm/topi/tensor.py ## @@ -73,3 +75,341 @@ def full_like(x, fill_value): The result. """ return cpp.full_lik

[GitHub] [incubator-tvm] mbaret commented on a change in pull request #6907: AArch64 base algorithm refactoring in LLVM

2020-11-17 Thread GitBox
mbaret commented on a change in pull request #6907: URL: https://github.com/apache/incubator-tvm/pull/6907#discussion_r525292288 ## File path: python/tvm/topi/arm_cpu/tensor_intrin.py ## @@ -447,28 +88,280 @@ def gemm_quantized(M, N, K, unroll, interleave, in_type, out_type):

[GitHub] [incubator-tvm] mbaret commented on pull request #6907: AArch64 base algorithm refactoring in LLVM

2020-11-17 Thread GitBox
mbaret commented on pull request #6907: URL: https://github.com/apache/incubator-tvm/pull/6907#issuecomment-729052539 cc @FrozenGene @yzhliu if you're interested This is an automated message from the Apache Git Service. To re

[GitHub] [incubator-tvm] merrymercy closed issue #6922: [AutoTVM][RPCRunner] timeout is not passed correctly

2020-11-17 Thread GitBox
merrymercy closed issue #6922: URL: https://github.com/apache/incubator-tvm/issues/6922 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] [incubator-tvm] merrymercy merged pull request #6924: [AutoTVM][RPCRunner] timeout is not passed correctly

2020-11-17 Thread GitBox
merrymercy merged pull request #6924: URL: https://github.com/apache/incubator-tvm/pull/6924 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

[incubator-tvm] branch main updated (7e90e7d -> 47809c3)

2020-11-17 Thread lmzheng
This is an automated email from the ASF dual-hosted git repository. lmzheng pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 7e90e7d [Relay] Add space_to_batch_nd and batch_to_space_nd operators (#6477) add 47809c3 [AutoTVM][RPC

[incubator-tvm] branch main updated (7e90e7d -> 47809c3)

2020-11-17 Thread lmzheng
This is an automated email from the ASF dual-hosted git repository. lmzheng pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 7e90e7d [Relay] Add space_to_batch_nd and batch_to_space_nd operators (#6477) add 47809c3 [AutoTVM][RPC

[GitHub] [incubator-tvm] comaniac commented on pull request #6855: [TVMC] use target_host when it is set

2020-11-17 Thread GitBox
comaniac commented on pull request #6855: URL: https://github.com/apache/incubator-tvm/pull/6855#issuecomment-729067658 @euntaik please address the review comments. This is an automated message from the Apache Git Service. To

[GitHub] [incubator-tvm] tqchen merged pull request #6886: [CI] Install libc6-dev-i386 to compile wasm32

2020-11-17 Thread GitBox
tqchen merged pull request #6886: URL: https://github.com/apache/incubator-tvm/pull/6886 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 g

[incubator-tvm] branch main updated (47809c3 -> b236f10)

2020-11-17 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/incubator-tvm.git. from 47809c3 [AutoTVM][RPCRunner] timeout is not passed correctly (#6924) add b236f10 [CI] Install libc6-dev-i

[incubator-tvm] branch main updated (47809c3 -> b236f10)

2020-11-17 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/incubator-tvm.git. from 47809c3 [AutoTVM][RPCRunner] timeout is not passed correctly (#6924) add b236f10 [CI] Install libc6-dev-i

[incubator-tvm] branch main updated (47809c3 -> b236f10)

2020-11-17 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/incubator-tvm.git. from 47809c3 [AutoTVM][RPCRunner] timeout is not passed correctly (#6924) add b236f10 [CI] Install libc6-dev-i

[GitHub] [incubator-tvm] areusch commented on pull request #6930: [µTVM] Fix problems with the debug flow

2020-11-17 Thread GitBox
areusch commented on pull request #6930: URL: https://github.com/apache/incubator-tvm/pull/6930#issuecomment-729120351 @tqchen @tom-gall @u99127 @manupa-arm Note: this mostly impacts the x86 flow used with test_crt, but submitting this to make things not broken and more maintainable

[GitHub] [incubator-tvm] mbrookhart commented on a change in pull request #6839: [WIP][ONNX] NMS in ONNX

2020-11-17 Thread GitBox
mbrookhart commented on a change in pull request #6839: URL: https://github.com/apache/incubator-tvm/pull/6839#discussion_r525432512 ## File path: python/tvm/topi/cuda/nms.py ## @@ -519,14 +557,90 @@ def non_max_suppression( coord_start, id_index,

[GitHub] [incubator-tvm] trevor-m opened a new pull request #6933: [Frontend][TensorFlow] Support NonMaxSuppressionV5

2020-11-17 Thread GitBox
trevor-m opened a new pull request #6933: URL: https://github.com/apache/incubator-tvm/pull/6933 * Support NonMaxSuppressionV5 aka `tf.image.non_max_suppression_with_scores` which returns scores in addition to indices and size (https://github.com/tensorflow/tensorflow/commit/eb10dcf81a30

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #6910: [TVMSCRIPT] Attach span information to tir nodes in tvmscript

2020-11-17 Thread GitBox
tqchen commented on a change in pull request #6910: URL: https://github.com/apache/incubator-tvm/pull/6910#discussion_r525552389 ## File path: tests/python/unittest/test_node_reflection.py ## @@ -57,7 +57,7 @@ def test_make_smap(): def test_make_node(): -x = tvm.ir.mak

[GitHub] [incubator-tvm] jroesch commented on a change in pull request #6839: [WIP][ONNX] NMS in ONNX

2020-11-17 Thread GitBox
jroesch commented on a change in pull request #6839: URL: https://github.com/apache/incubator-tvm/pull/6839#discussion_r525566209 ## File path: tests/python/frontend/onnx/test_forward.py ## @@ -3889,78 +3986,7 @@ def test_if(): if __name__ == "__main__": -test_flatten(

[GitHub] [incubator-tvm] tkonolige commented on a change in pull request #6910: [TVMSCRIPT] Attach span information to tir nodes in tvmscript

2020-11-17 Thread GitBox
tkonolige commented on a change in pull request #6910: URL: https://github.com/apache/incubator-tvm/pull/6910#discussion_r525572549 ## File path: tests/python/unittest/test_node_reflection.py ## @@ -57,7 +57,7 @@ def test_make_smap(): def test_make_node(): -x = tvm.ir.

[GitHub] [incubator-tvm] jroesch commented on pull request #6886: [CI] Install libc6-dev-i386 to compile wasm32

2020-11-17 Thread GitBox
jroesch commented on pull request #6886: URL: https://github.com/apache/incubator-tvm/pull/6886#issuecomment-729257691 Looks good to me, was on vacation for a few days, thanks for the fix! This is an automated message from th

[GitHub] [incubator-tvm] tqchen commented on pull request #6886: [CI] Install libc6-dev-i386 to compile wasm32

2020-11-17 Thread GitBox
tqchen commented on pull request #6886: URL: https://github.com/apache/incubator-tvm/pull/6886#issuecomment-729262365 @jroesch still need to update the images to reflect the change This is an automated message from the Apache

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #6910: [TVMSCRIPT] Attach span information to tir nodes in tvmscript

2020-11-17 Thread GitBox
tqchen commented on a change in pull request #6910: URL: https://github.com/apache/incubator-tvm/pull/6910#discussion_r525579597 ## File path: tests/python/unittest/test_node_reflection.py ## @@ -57,7 +57,7 @@ def test_make_smap(): def test_make_node(): -x = tvm.ir.mak

[GitHub] [incubator-tvm] jroesch commented on a change in pull request #6874: [Diagnostics][WIP] Enable AnnotateSpans by default, add environment variable for controlling top-level.

2020-11-17 Thread GitBox
jroesch commented on a change in pull request #6874: URL: https://github.com/apache/incubator-tvm/pull/6874#discussion_r525586496 ## File path: src/parser/parser.cc ## @@ -605,30 +605,42 @@ class Parser { return ast; } + struct MetaRef { Review comment: Yes t

[GitHub] [incubator-tvm] zhiics merged pull request #6933: [Frontend][TensorFlow] Support NonMaxSuppressionV5

2020-11-17 Thread GitBox
zhiics merged pull request #6933: URL: https://github.com/apache/incubator-tvm/pull/6933 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 g

[GitHub] [incubator-tvm] zhiics commented on pull request #6933: [Frontend][TensorFlow] Support NonMaxSuppressionV5

2020-11-17 Thread GitBox
zhiics commented on pull request #6933: URL: https://github.com/apache/incubator-tvm/pull/6933#issuecomment-729281956 Thanks @trevor-m @kevinthesun This is an automated message from the Apache Git Service. To respond to the

[incubator-tvm] branch main updated (b236f10 -> 0f5b5fe)

2020-11-17 Thread zhic
This is an automated email from the ASF dual-hosted git repository. zhic pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from b236f10 [CI] Install libc6-dev-i386 to compile wasm32 (#6886) add 0f5b5fe [TensorFlow] Support NonMaxSuppre

[GitHub] [incubator-tvm] comaniac opened a new pull request #6934: [AutoScheduler] Fix task scheduler restoring

2020-11-17 Thread GitBox
comaniac opened a new pull request #6934: URL: https://github.com/apache/incubator-tvm/pull/6934 After loading the log file to restore the task scheduler state: * In the round-robin stage, skip the tasks which `ct` is greater than zero, meaning that they have been tuned before. * Rest

[GitHub] [incubator-tvm] jroesch commented on pull request #6886: [CI] Install libc6-dev-i386 to compile wasm32

2020-11-17 Thread GitBox
jroesch commented on pull request #6886: URL: https://github.com/apache/incubator-tvm/pull/6886#issuecomment-729304036 @tqchen these tests are only ran on CPU so I should only have to update that image right? This is an auto

[GitHub] [incubator-tvm] jroesch merged pull request #6920: [DOC] Fix typo

2020-11-17 Thread GitBox
jroesch merged pull request #6920: URL: https://github.com/apache/incubator-tvm/pull/6920 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

[incubator-tvm] branch main updated (0f5b5fe -> 51d81fb)

2020-11-17 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 0f5b5fe [TensorFlow] Support NonMaxSuppressionV5 (#6933) add 51d81fb [DOC] Fix typo (#6920) No new revi

[incubator-tvm] branch main updated (0f5b5fe -> 51d81fb)

2020-11-17 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 0f5b5fe [TensorFlow] Support NonMaxSuppressionV5 (#6933) add 51d81fb [DOC] Fix typo (#6920) No new revi

[GitHub] [incubator-tvm] tqchen commented on pull request #6886: [CI] Install libc6-dev-i386 to compile wasm32

2020-11-17 Thread GitBox
tqchen commented on pull request #6886: URL: https://github.com/apache/incubator-tvm/pull/6886#issuecomment-729310802 Right This is an automated message from the Apache Git Service. To respond to the message, please log on t

[incubator-tvm] branch main updated (0f5b5fe -> 51d81fb)

2020-11-17 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 0f5b5fe [TensorFlow] Support NonMaxSuppressionV5 (#6933) add 51d81fb [DOC] Fix typo (#6920) No new revi

[incubator-tvm] branch main updated (0f5b5fe -> 51d81fb)

2020-11-17 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 0f5b5fe [TensorFlow] Support NonMaxSuppressionV5 (#6933) add 51d81fb [DOC] Fix typo (#6920) No new revi

[incubator-tvm] branch main updated (0f5b5fe -> 51d81fb)

2020-11-17 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 0f5b5fe [TensorFlow] Support NonMaxSuppressionV5 (#6933) add 51d81fb [DOC] Fix typo (#6920) No new revi

[GitHub] [incubator-tvm] areusch commented on pull request #6917: Add Relay option to link parameters into runtime Modules

2020-11-17 Thread GitBox
areusch commented on pull request #6917: URL: https://github.com/apache/incubator-tvm/pull/6917#issuecomment-729341714 @tqchen @u99127 @tom-gall @manupa-arm @leandron This is an automated message from the Apache Git Service.

[GitHub] [incubator-tvm] merrymercy opened a new pull request #6935: [AutoScheduler] Improve warning messages

2020-11-17 Thread GitBox
merrymercy opened a new pull request #6935: URL: https://github.com/apache/incubator-tvm/pull/6935 Improve the warning messages for #6903 This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #6935: [AutoScheduler] Improve warning messages

2020-11-17 Thread GitBox
merrymercy commented on a change in pull request #6935: URL: https://github.com/apache/incubator-tvm/pull/6935#discussion_r525703085 ## File path: python/tvm/relay/op/strategy/cuda.py ## @@ -224,7 +231,7 @@ def conv2d_strategy_cuda(attrs, inputs, out_type, target):

[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #6935: [AutoScheduler] Improve warning messages

2020-11-17 Thread GitBox
merrymercy commented on a change in pull request #6935: URL: https://github.com/apache/incubator-tvm/pull/6935#discussion_r525703690 ## File path: python/tvm/relay/op/strategy/cuda.py ## @@ -224,7 +231,7 @@ def conv2d_strategy_cuda(attrs, inputs, out_type, target):

[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #6927: [AutoScheduler] Register workload when deserializing tasks

2020-11-17 Thread GitBox
merrymercy commented on a change in pull request #6927: URL: https://github.com/apache/incubator-tvm/pull/6927#discussion_r525709883 ## File path: python/tvm/auto_scheduler/search_task.py ## @@ -63,6 +66,11 @@ def __getstate__(self): def __setstate__(self, state):

[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #6927: [AutoScheduler] Register workload when deserializing tasks

2020-11-17 Thread GitBox
merrymercy commented on a change in pull request #6927: URL: https://github.com/apache/incubator-tvm/pull/6927#discussion_r525709883 ## File path: python/tvm/auto_scheduler/search_task.py ## @@ -63,6 +66,11 @@ def __getstate__(self): def __setstate__(self, state):

[GitHub] [incubator-tvm] yzhliu opened a new pull request #6936: [COMMUNITY] New committer -- @mbrookhart

2020-11-17 Thread GitBox
yzhliu opened a new pull request #6936: URL: https://github.com/apache/incubator-tvm/pull/6936 Please join us to welcome @mbrookhart as a new committer. Matthew is one of the major authors of pattern language in Relay, which has been one of the essential infrastructure tools and has

[GitHub] [incubator-tvm] solin319 edited a comment on pull request #6904: Update conv3d.py

2020-11-17 Thread GitBox
solin319 edited a comment on pull request #6904: URL: https://github.com/apache/incubator-tvm/pull/6904#issuecomment-726550528 Already add cudnn test in test_topi_conv3d_ncdhw.py @tqchen This is an automated message from

[GitHub] [incubator-tvm] comaniac commented on a change in pull request #6935: [AutoScheduler] Improve warning messages

2020-11-17 Thread GitBox
comaniac commented on a change in pull request #6935: URL: https://github.com/apache/incubator-tvm/pull/6935#discussion_r525860346 ## File path: python/tvm/relay/op/strategy/cuda.py ## @@ -101,6 +101,17 @@ def schedule_lrn_cuda(attrs, outs, target): return topi.cuda.sc

[GitHub] [incubator-tvm] comaniac merged pull request #6934: [AutoScheduler] Fix task scheduler restoring

2020-11-17 Thread GitBox
comaniac merged pull request #6934: URL: https://github.com/apache/incubator-tvm/pull/6934 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

[incubator-tvm] branch main updated (51d81fb -> cc727f7)

2020-11-17 Thread comaniac
This is an automated email from the ASF dual-hosted git repository. comaniac pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 51d81fb [DOC] Fix typo (#6920) add cc727f7 [AutoScheduler] Fix task scheduler restoring (#6934) No new

[incubator-tvm] branch main updated (51d81fb -> cc727f7)

2020-11-17 Thread comaniac
This is an automated email from the ASF dual-hosted git repository. comaniac pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 51d81fb [DOC] Fix typo (#6920) add cc727f7 [AutoScheduler] Fix task scheduler restoring (#6934) No new

[incubator-tvm] branch main updated (51d81fb -> cc727f7)

2020-11-17 Thread comaniac
This is an automated email from the ASF dual-hosted git repository. comaniac pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 51d81fb [DOC] Fix typo (#6920) add cc727f7 [AutoScheduler] Fix task scheduler restoring (#6934) No new

[incubator-tvm] branch main updated (51d81fb -> cc727f7)

2020-11-17 Thread comaniac
This is an automated email from the ASF dual-hosted git repository. comaniac pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 51d81fb [DOC] Fix typo (#6920) add cc727f7 [AutoScheduler] Fix task scheduler restoring (#6934) No new

[incubator-tvm] branch main updated (51d81fb -> cc727f7)

2020-11-17 Thread comaniac
This is an automated email from the ASF dual-hosted git repository. comaniac pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 51d81fb [DOC] Fix typo (#6920) add cc727f7 [AutoScheduler] Fix task scheduler restoring (#6934) No new