[GitHub] [incubator-tvm] tobegit3hub opened a new issue #5678: The method scale_shift_nchw in C should add shift to the values of channel

2020-05-26 Thread GitBox
tobegit3hub opened a new issue #5678: URL: https://github.com/apache/incubator-tvm/issues/5678 It is a little confused for me when reading the source code of https://github.com/apache/incubator-tvm/blob/master/topi/include/topi/nn/mapping.h#L51 . The `scale_shift_nchw` and

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #5511: [AutoTVM][TOPI] AutoTVM incorrect measurement

2020-05-26 Thread GitBox
kevinthesun commented on a change in pull request #5511: URL: https://github.com/apache/incubator-tvm/pull/5511#discussion_r430091383 ## File path: topi/python/topi/mali/conv2d.py ## @@ -345,16 +347,11 @@ def _schedule_winograd(cfg, s, op): kernel, G =

[GitHub] [incubator-tvm] comaniac commented on issue #5662: [PatternLang] Lift constant nodes to partitioned function arguments

2020-05-26 Thread GitBox
comaniac commented on issue #5662: URL: https://github.com/apache/incubator-tvm/issues/5662#issuecomment-634175194 #5663 merged. Thanks @mbrookhart :) This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-tvm] tqchen merged pull request #5665: [Arith] Handle likely in IRMutatorWithAnalyzer

2020-05-26 Thread GitBox
tqchen merged pull request #5665: URL: https://github.com/apache/incubator-tvm/pull/5665 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

[GitHub] [incubator-tvm] tqchen edited a comment on pull request #5670: [PYTHON] Add buffer name when creating tensor bindings

2020-05-26 Thread GitBox
tqchen edited a comment on pull request #5670: URL: https://github.com/apache/incubator-tvm/pull/5670#issuecomment-633648348 cc @roastduck @ZihengJiang @zhiics This is an automated message from the Apache Git Service. To

[GitHub] [incubator-tvm] lichun-wang opened a new issue #5673: mxnet group conv not support very well by tvm

2020-05-26 Thread GitBox
lichun-wang opened a new issue #5673: URL: https://github.com/apache/incubator-tvm/issues/5673 hi, I have a problem, I use tvm to speed up resnet101(mxnet) on 1080ti, I try to use group conv, but after I set group =2, the speed became slower too much. Then I try to speed up

[GitHub] [incubator-tvm] yongwww commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-05-26 Thread GitBox
yongwww commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r430613417 ## File path: python/tvm/relay/op/transform.py ## @@ -607,31 +607,40 @@ def split(data, indices_or_sections, axis=0): return

[GitHub] [incubator-tvm] mbrookhart commented on pull request #5656: [BYOC] Pattern Language MergeComposite

2020-05-26 Thread GitBox
mbrookhart commented on pull request #5656: URL: https://github.com/apache/incubator-tvm/pull/5656#issuecomment-634098344 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-tvm] tqchen commented on pull request #5600: [TOPI] Improve CUDA softmax scheduling

2020-05-26 Thread GitBox
tqchen commented on pull request #5600: URL: https://github.com/apache/incubator-tvm/pull/5600#issuecomment-633648673 THanks @wpan11nv , @roastduck @Shawn-Inspur ! This is an automated message from the Apache Git Service.

[GitHub] [incubator-tvm] comaniac closed issue #5662: [PatternLang] Lift constant nodes to partitioned function arguments

2020-05-26 Thread GitBox
comaniac closed issue #5662: URL: https://github.com/apache/incubator-tvm/issues/5662 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] masahi merged pull request #5656: [BYOC] Pattern Language MergeComposite

2020-05-26 Thread GitBox
masahi merged pull request #5656: URL: https://github.com/apache/incubator-tvm/pull/5656 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

[GitHub] [incubator-tvm] tqchen commented on issue #5669: build env

2020-05-26 Thread GitBox
tqchen commented on issue #5669: URL: https://github.com/apache/incubator-tvm/issues/5669#issuecomment-633660918 Please open a new question thread on https://discuss.tvm.ai/ This is an automated message from the Apache Git

[GitHub] [incubator-tvm] tqchen merged pull request #5668: [REFACTOR][TIR][API-Change] Migrate BuildConfig to PassContext.

2020-05-26 Thread GitBox
tqchen merged pull request #5668: URL: https://github.com/apache/incubator-tvm/pull/5668 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

[GitHub] [incubator-tvm] comaniac commented on pull request #5656: [BYOC] Pattern Language MergeComposite

2020-05-26 Thread GitBox
comaniac commented on pull request #5656: URL: https://github.com/apache/incubator-tvm/pull/5656#issuecomment-634163620 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-tvm] wpan11nv commented on a change in pull request #5600: [TOPI] Improve CUDA softmax scheduling

2020-05-26 Thread GitBox
wpan11nv commented on a change in pull request #5600: URL: https://github.com/apache/incubator-tvm/pull/5600#discussion_r429998819 ## File path: topi/python/topi/cuda/softmax.py ## @@ -53,13 +54,62 @@ def schedule_softmax(outs): raise ValueError('Tag is expected to be

[GitHub] [incubator-tvm] anijain2305 commented on pull request #5672: [Doc] Misc doc fix

2020-05-26 Thread GitBox
anijain2305 commented on pull request #5672: URL: https://github.com/apache/incubator-tvm/pull/5672#issuecomment-634090086 Thanks @FrozenGene @siju-samuel This is merged! This is an automated message from the Apache Git

[GitHub] [incubator-tvm] kevinthesun commented on pull request #5511: [AutoTVM][TOPI] AutoTVM incorrect measurement

2020-05-26 Thread GitBox
kevinthesun commented on pull request #5511: URL: https://github.com/apache/incubator-tvm/pull/5511#issuecomment-634164849 Thanks @cchung100m This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-tvm] tqchen merged pull request #5600: [TOPI] Improve CUDA softmax scheduling

2020-05-26 Thread GitBox
tqchen merged pull request #5600: URL: https://github.com/apache/incubator-tvm/pull/5600 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

[GitHub] [incubator-tvm] kevinthesun commented on pull request #5459: [Relay][Op]Support symbolic TopK, Ones, Zeros and Full

2020-05-26 Thread GitBox
kevinthesun commented on pull request #5459: URL: https://github.com/apache/incubator-tvm/pull/5459#issuecomment-633759356 Thanks @icemelon9 @tqchen @yongwww @junrushao1994 ! This is an automated message from the Apache Git

[GitHub] [incubator-tvm] zhiics commented on a change in pull request #5668: [REFACTOR][TIR][API-Change] Migrate BuildConfig to PassContext.

2020-05-26 Thread GitBox
zhiics commented on a change in pull request #5668: URL: https://github.com/apache/incubator-tvm/pull/5668#discussion_r430104045 ## File path: include/tvm/ir/attrs.h ## @@ -236,6 +236,19 @@ class DictAttrs : public Attrs { TVM_DEFINE_OBJECT_REF_COW_METHOD(DictAttrsNode);

[GitHub] [incubator-tvm] mbrookhart opened a new pull request #5674: ][PatternLang] Add a check for null function attributes

2020-05-26 Thread GitBox
mbrookhart opened a new pull request #5674: URL: https://github.com/apache/incubator-tvm/pull/5674 Fixes bug reported by @lixiaoquan in #5656 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-tvm] FrozenGene opened a new pull request #5671: [C++ RPC] Fix C++ RPC build problem on Linux

2020-05-26 Thread GitBox
FrozenGene opened a new pull request #5671: URL: https://github.com/apache/incubator-tvm/pull/5671 We can not build C++ rpc on Linux because of `win32_process.cc`. Current fix is to exclude `win32_process.cc` on Makefile because we build C++ rpc on Windows using CMake. Another fix

[GitHub] [incubator-tvm] tqchen commented on pull request #5674: [PatternLang] Add a check for null function attributes

2020-05-26 Thread GitBox
tqchen commented on pull request #5674: URL: https://github.com/apache/incubator-tvm/pull/5674#issuecomment-634241073 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-tvm] tqchen commented on pull request #5675: Call previous excepthook in tvm_excepthook.

2020-05-26 Thread GitBox
tqchen commented on pull request #5675: URL: https://github.com/apache/incubator-tvm/pull/5675#issuecomment-634240534 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-tvm] dhruvaray commented on a change in pull request #5447: [TOPI,RELAY][TFLITE] Sparse to dense operator

2020-05-26 Thread GitBox
dhruvaray commented on a change in pull request #5447: URL: https://github.com/apache/incubator-tvm/pull/5447#discussion_r430402869 ## File path: topi/include/topi/transform.h ## @@ -1309,5 +1309,57 @@ inline Tensor one_hot(const Tensor& indices, const PrimExpr on_value,

[GitHub] [incubator-tvm] wpan11nv commented on pull request #5600: [TOPI] Improve CUDA softmax scheduling

2020-05-26 Thread GitBox
wpan11nv commented on pull request #5600: URL: https://github.com/apache/incubator-tvm/pull/5600#issuecomment-633631595 This build is fine now and all comments are addressed. Thanks all for reviewing this patch! This is an

[GitHub] [incubator-tvm] tqchen merged pull request #5675: Call previous excepthook in tvm_excepthook.

2020-05-26 Thread GitBox
tqchen merged pull request #5675: URL: https://github.com/apache/incubator-tvm/pull/5675 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

[GitHub] [incubator-tvm] tqchen opened a new pull request #5670: [PYTHON] Add buffer name when creating tensor bindings

2020-05-26 Thread GitBox
tqchen opened a new pull request #5670: URL: https://github.com/apache/incubator-tvm/pull/5670 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-tvm] tqchen commented on pull request #5665: [Arith] Handle likely in IRMutatorWithAnalyzer

2020-05-26 Thread GitBox
tqchen commented on pull request #5665: URL: https://github.com/apache/incubator-tvm/pull/5665#issuecomment-633646993 Thanks @roastduck ! This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-tvm] tmoreau89 commented on pull request #5659: [TARGET] enable amd_apu device on vulkan target

2020-05-26 Thread GitBox
tmoreau89 commented on pull request #5659: URL: https://github.com/apache/incubator-tvm/pull/5659#issuecomment-634124725 Thank you @mei-ye the PR has been merged This is an automated message from the Apache Git Service. To

[GitHub] [incubator-tvm] tqchen merged pull request #5671: [C++ RPC] Fix C++ RPC build problem on Linux

2020-05-26 Thread GitBox
tqchen merged pull request #5671: URL: https://github.com/apache/incubator-tvm/pull/5671 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

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #5459: [Relay][Op]Support symbolic TopK, Ones, Zeros and Full

2020-05-26 Thread GitBox
kevinthesun commented on a change in pull request #5459: URL: https://github.com/apache/incubator-tvm/pull/5459#discussion_r430090153 ## File path: src/relay/analysis/util.cc ## @@ -450,6 +451,13 @@ bool IsDataDependant(const CallNode* call) { return false; }

[GitHub] [incubator-tvm] lixiaoquan commented on pull request #5656: [BYOC] Pattern Language MergeComposite

2020-05-26 Thread GitBox
lixiaoquan commented on pull request #5656: URL: https://github.com/apache/incubator-tvm/pull/5656#issuecomment-633940335 Original MergeComposite can apply on any IR, but PatternLang seems can't do that yet. I run into a issue that if try to match a pattern on IR containing control

[GitHub] [incubator-tvm] cchung100m commented on pull request #5511: [AutoTVM][TOPI] AutoTVM incorrect measurement

2020-05-26 Thread GitBox
cchung100m commented on pull request #5511: URL: https://github.com/apache/incubator-tvm/pull/5511#issuecomment-633621823 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-tvm] tqchen merged pull request #5677: Add a regression testcase for #5674

2020-05-26 Thread GitBox
tqchen merged pull request #5677: URL: https://github.com/apache/incubator-tvm/pull/5677 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

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #5675: Call previous excepthook in tvm_excepthook.

2020-05-26 Thread GitBox
tqchen commented on a change in pull request #5675: URL: https://github.com/apache/incubator-tvm/pull/5675#discussion_r430655132 ## File path: python/tvm/__init__.py ## @@ -63,9 +63,11 @@ # Contrib initializers from .contrib import rocm as _rocm, nvcc as _nvcc, sdaccel as

[GitHub] [incubator-tvm] tqchen commented on pull request #5670: [PYTHON] Add buffer name when creating tensor bindings

2020-05-26 Thread GitBox
tqchen commented on pull request #5670: URL: https://github.com/apache/incubator-tvm/pull/5670#issuecomment-633648348 cc @roastduck @ZihengJiang This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-tvm] u99127 commented on a change in pull request #5648: µtvm debug improvements

2020-05-26 Thread GitBox
u99127 commented on a change in pull request #5648: URL: https://github.com/apache/incubator-tvm/pull/5648#discussion_r430249638 ## File path: src/runtime/micro/host_driven/utvm_runtime.c ## @@ -101,7 +101,7 @@ void UTVMMain() { // We use a dummy function to signal

[GitHub] [incubator-tvm] mbaret commented on a change in pull request #5634: [CODEGEN][CONTRIB] CoreML codegen

2020-05-26 Thread GitBox
mbaret commented on a change in pull request #5634: URL: https://github.com/apache/incubator-tvm/pull/5634#discussion_r430255016 ## File path: tests/python/contrib/test_coreml_codegen.py ## @@ -0,0 +1,64 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or

[GitHub] [incubator-tvm] tqchen merged pull request #5661: add tvm.micro pydoc to sphinx

2020-05-26 Thread GitBox
tqchen merged pull request #5661: URL: https://github.com/apache/incubator-tvm/pull/5661 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

[GitHub] [incubator-tvm] mbrookhart opened a new pull request #5677: Add a regression testcase for #5674

2020-05-26 Thread GitBox
mbrookhart opened a new pull request #5677: URL: https://github.com/apache/incubator-tvm/pull/5677 cc @tqchen This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-tvm] tqchen merged pull request #5674: [PatternLang] Add a check for null function attributes

2020-05-26 Thread GitBox
tqchen merged pull request #5674: URL: https://github.com/apache/incubator-tvm/pull/5674 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

[GitHub] [incubator-tvm] masahi commented on pull request #5663: [POC][PatternLang]Remove constants from partitioned functions

2020-05-26 Thread GitBox
masahi commented on pull request #5663: URL: https://github.com/apache/incubator-tvm/pull/5663#issuecomment-634165254 Thanks @mbrookhart @comaniac @zhiics This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-tvm] FrozenGene opened a new pull request #5672: [Doc] Misc doc fix

2020-05-26 Thread GitBox
FrozenGene opened a new pull request #5672: URL: https://github.com/apache/incubator-tvm/pull/5672 This pr fixes two doc of our tvm. 1. Convert Layout. We have `tvm.transform.PassContext`, not `relay.transform.PassContext` 2. tutorials/frontend/deploy_prequantized_tflite.py

[GitHub] [incubator-tvm] tqchen merged pull request #5670: [PYTHON] Add buffer name when creating tensor bindings

2020-05-26 Thread GitBox
tqchen merged pull request #5670: URL: https://github.com/apache/incubator-tvm/pull/5670 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

[GitHub] [incubator-tvm] tqchen closed issue #5669: build env

2020-05-26 Thread GitBox
tqchen closed issue #5669: URL: https://github.com/apache/incubator-tvm/issues/5669 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] [incubator-tvm] icemelon9 commented on a change in pull request #5459: [Relay][Op]Support symbolic TopK, Ones, Zeros and Full

2020-05-26 Thread GitBox
icemelon9 commented on a change in pull request #5459: URL: https://github.com/apache/incubator-tvm/pull/5459#discussion_r430022484 ## File path: src/relay/analysis/util.cc ## @@ -450,6 +451,13 @@ bool IsDataDependant(const CallNode* call) { return false; }

[GitHub] [incubator-tvm] tmoreau89 closed pull request #5659: [TARGET] enable amd_apu device on vulkan target

2020-05-26 Thread GitBox
tmoreau89 closed pull request #5659: URL: https://github.com/apache/incubator-tvm/pull/5659 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] comaniac opened a new pull request #5676: [DOC] Improve Pattern Language Docs

2020-05-26 Thread GitBox
comaniac opened a new pull request #5676: URL: https://github.com/apache/incubator-tvm/pull/5676 Based on my experience of using pattern language in the past two weeks, I added some more examples and use cases to the pattern language document. Hopefully this can help more people get

[GitHub] [incubator-tvm] kevinthesun commented on pull request #5639: [TF] Support TupleWrapper as direct ancestor of control flow ops

2020-05-26 Thread GitBox
kevinthesun commented on pull request #5639: URL: https://github.com/apache/incubator-tvm/pull/5639#issuecomment-634199412 Thanks @lixiaoquan This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-tvm] areusch commented on pull request #5661: add tvm.micro pydoc to sphinx

2020-05-26 Thread GitBox
areusch commented on pull request #5661: URL: https://github.com/apache/incubator-tvm/pull/5661#issuecomment-634196442 @tqchen @tom-gall This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-tvm] cchung100m commented on a change in pull request #5511: [AutoTVM][TOPI] AutoTVM incorrect measurement

2020-05-26 Thread GitBox
cchung100m commented on a change in pull request #5511: URL: https://github.com/apache/incubator-tvm/pull/5511#discussion_r430330419 ## File path: topi/python/topi/mali/conv2d.py ## @@ -345,16 +347,11 @@ def _schedule_winograd(cfg, s, op): kernel, G =

[GitHub] [incubator-tvm] masahi merged pull request #5663: [POC][PatternLang]Remove constants from partitioned functions

2020-05-26 Thread GitBox
masahi merged pull request #5663: URL: https://github.com/apache/incubator-tvm/pull/5663 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

[GitHub] [incubator-tvm] notoraptor opened a new pull request #5675: Call previous excepthook in tvm_excepthook.

2020-05-26 Thread GitBox
notoraptor opened a new pull request #5675: URL: https://github.com/apache/incubator-tvm/pull/5675 Hi! This is a small pull request to fix `tvm_excepthook` so that it call the previous excepthook. This is an automated

[GitHub] [incubator-tvm] comaniac edited a comment on pull request #5656: [BYOC] Pattern Language MergeComposite

2020-05-26 Thread GitBox
comaniac edited a comment on pull request #5656: URL: https://github.com/apache/incubator-tvm/pull/5656#issuecomment-634171984 All unit tests including DNNL are passed in my local after rebasing with #5663. @masahi @zhiics @mbaret this is ready for review.

[GitHub] [incubator-tvm] kevinthesun merged pull request #5639: [TF] Support TupleWrapper as direct ancestor of control flow ops

2020-05-26 Thread GitBox
kevinthesun merged pull request #5639: URL: https://github.com/apache/incubator-tvm/pull/5639 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-tvm] kevinthesun merged pull request #5459: [Relay][Op]Support symbolic TopK, Ones, Zeros and Full

2020-05-26 Thread GitBox
kevinthesun merged pull request #5459: URL: https://github.com/apache/incubator-tvm/pull/5459 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-tvm] kevinthesun merged pull request #5511: [AutoTVM][TOPI] AutoTVM incorrect measurement

2020-05-26 Thread GitBox
kevinthesun merged pull request #5511: URL: https://github.com/apache/incubator-tvm/pull/5511 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-tvm] tqchen commented on issue #5550: RuntimeError: Unsupported operator: global_pool_avg

2020-05-26 Thread GitBox
tqchen commented on issue #5550: URL: https://github.com/apache/incubator-tvm/issues/5550#issuecomment-633661035 ping @icemelon9 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-tvm] lichun-wang commented on issue #5673: mxnet group conv not support very well by tvm

2020-05-26 Thread GitBox
lichun-wang commented on issue #5673: URL: https://github.com/apache/incubator-tvm/issues/5673#issuecomment-634380424 if I set group=32, the speed is faster then group = 2. if group = 1 , after tvm , process one image cost 6ms, if group = 2 , cost about 200ms, group = 3 cost 17ms.

[GitHub] [incubator-tvm] anijain2305 merged pull request #5672: [Doc] Misc doc fix

2020-05-26 Thread GitBox
anijain2305 merged pull request #5672: URL: https://github.com/apache/incubator-tvm/pull/5672 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-tvm] tmoreau89 merged pull request #5659: [TARGET] enable amd_apu device on vulkan target

2020-05-26 Thread GitBox
tmoreau89 merged pull request #5659: URL: https://github.com/apache/incubator-tvm/pull/5659 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] masahi commented on pull request #5656: [BYOC] Pattern Language MergeComposite

2020-05-26 Thread GitBox
masahi commented on pull request #5656: URL: https://github.com/apache/incubator-tvm/pull/5656#issuecomment-634305173 Thanks @comaniac @mbrookhart @zhiics This is an automated message from the Apache Git Service. To respond

[incubator-tvm] branch master updated: Call previous excepthook in tvm_excepthook. (#5675)

2020-05-26 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git The following commit(s) were added to refs/heads/master by this push: new 07449f5 Call previous excepthook in

[incubator-tvm] branch master updated (81ad18e -> af162c4)

2020-05-26 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 81ad18e [BYOC] Pattern Language MergeComposite (#5656) add af162c4 add a testcase for #5674 (#5677)

[incubator-tvm] branch master updated (6100112 -> 81ad18e)

2020-05-26 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 6100112 add a check for null function attributes (#5674) add 81ad18e [BYOC] Pattern Language

[incubator-tvm] branch master updated (b716a97 -> 6100112)

2020-05-26 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from b716a97 add tvm.micro pydoc to sphinx (#5661) add 6100112 add a check for null function attributes

[incubator-tvm] branch master updated: add tvm.micro pydoc to sphinx (#5661)

2020-05-26 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git The following commit(s) were added to refs/heads/master by this push: new b716a97 add tvm.micro pydoc to sphinx

[incubator-tvm] branch master updated: [TF] Support TupleWrapper as direct ancestor of control flow ops (#5639)

2020-05-26 Thread kevinthesun
This is an automated email from the ASF dual-hosted git repository. kevinthesun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git The following commit(s) were added to refs/heads/master by this push: new 4f9d4d7 [TF] Support TupleWrapper

[incubator-tvm] branch master updated (9334736 -> 37b84cc)

2020-05-26 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 9334736 [AutoTVM][TOPI] AutoTVM incorrect measurement (#5511) add 37b84cc [POC][PatternLang]Remove

[incubator-tvm] branch master updated (03d21ff -> 9334736)

2020-05-26 Thread kevinthesun
This is an automated email from the ASF dual-hosted git repository. kevinthesun pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 03d21ff enable amd_apu device on vulkan target (#5659) add 9334736 [AutoTVM][TOPI] AutoTVM

[incubator-tvm] branch master updated (b6bd367 -> 03d21ff)

2020-05-26 Thread moreau
This is an automated email from the ASF dual-hosted git repository. moreau pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from b6bd367 [C++ RPC] Fix C++ RPC build problem on Linux (#5671) add 03d21ff enable amd_apu device on

[incubator-tvm] branch master updated (101dfb5 -> b6bd367)

2020-05-26 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 101dfb5 [Doc] Misc doc fix (#5672) add b6bd367 [C++ RPC] Fix C++ RPC build problem on Linux (#5671)

[incubator-tvm] branch master updated: [Doc] Misc doc fix (#5672)

2020-05-26 Thread anijain2305
This is an automated email from the ASF dual-hosted git repository. anijain2305 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git The following commit(s) were added to refs/heads/master by this push: new 101dfb5 [Doc] Misc doc fix (#5672)