[incubator-tvm] branch master updated (996cf30 -> 3f472f9)

2019-11-04 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 996cf30 remove PEP498 f-string new feature for support python3.5 (#4250) add 3f472f9

[GitHub] [incubator-tvm] petrex commented on issue #4087: rocm backend: crash with LLVM 8

2019-11-04 Thread GitBox
petrex commented on issue #4087: rocm backend: crash with LLVM 8 URL: https://github.com/apache/incubator-tvm/issues/4087#issuecomment-549553057 @t-vi are you planning to upstream the change? thx This is an automated message

[GitHub] [incubator-tvm] t-vi commented on issue #4087: rocm backend: crash with LLVM 8

2019-11-04 Thread GitBox
t-vi commented on issue #4087: rocm backend: crash with LLVM 8 URL: https://github.com/apache/incubator-tvm/issues/4087#issuecomment-549555891 Yes, sorry, I've been travelling but should be submitting the PR this week. This

[GitHub] [incubator-tvm] tqchen commented on issue #4248: About operators are not implemented

2019-11-04 Thread GitBox
tqchen commented on issue #4248: About operators are not implemented URL: https://github.com/apache/incubator-tvm/issues/4248#issuecomment-549565779 consolidate to https://github.com/apache/incubator-tvm/issues/2591 would also be great if we can open new threads in the discuss forum

[GitHub] [incubator-tvm] tqchen closed issue #4248: About operators are not implemented

2019-11-04 Thread GitBox
tqchen closed issue #4248: About operators are not implemented URL: https://github.com/apache/incubator-tvm/issues/4248 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-tvm] ZihengJiang merged pull request #4252: CI trigger after repo move

2019-11-04 Thread GitBox
ZihengJiang merged pull request #4252: CI trigger after repo move URL: https://github.com/apache/incubator-tvm/pull/4252 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-tvm] KimBioInfoStudio commented on issue #4248: About operators are not implemented

2019-11-04 Thread GitBox
KimBioInfoStudio commented on issue #4248: About operators are not implemented URL: https://github.com/apache/incubator-tvm/issues/4248#issuecomment-549635171 this op can easily add with using numpy, but we want more tvmic op

[GitHub] [incubator-tvm] jwfromm commented on a change in pull request #4242: [AutoTVM] Add batch_matmul to tunable operations

2019-11-04 Thread GitBox
jwfromm commented on a change in pull request #4242: [AutoTVM] Add batch_matmul to tunable operations URL: https://github.com/apache/incubator-tvm/pull/4242#discussion_r342339719 ## File path: topi/python/topi/x86/batch_matmul.py ## @@ -18,43 +18,70 @@ """x86

[GitHub] [incubator-tvm] comaniac commented on a change in pull request #4242: [AutoTVM] Add batch_matmul to tunable operations

2019-11-04 Thread GitBox
comaniac commented on a change in pull request #4242: [AutoTVM] Add batch_matmul to tunable operations URL: https://github.com/apache/incubator-tvm/pull/4242#discussion_r342347907 ## File path: topi/python/topi/x86/batch_matmul.py ## @@ -18,43 +18,70 @@ """x86

[GitHub] [incubator-tvm] kimishpatel commented on a change in pull request #4243: Fix broken loop partitioning due to recent changes.

2019-11-04 Thread GitBox
kimishpatel commented on a change in pull request #4243: Fix broken loop partitioning due to recent changes. URL: https://github.com/apache/incubator-tvm/pull/4243#discussion_r342390422 ## File path: src/pass/loop_partition.cc ## @@ -513,17 +513,19 @@ Stmt

[GitHub] [incubator-tvm] kimishpatel commented on issue #4243: Fix broken loop partitioning due to recent changes.

2019-11-04 Thread GitBox
kimishpatel commented on issue #4243: Fix broken loop partitioning due to recent changes. URL: https://github.com/apache/incubator-tvm/pull/4243#issuecomment-549672648 @ZihengJiang ping. This is an automated message from the

[GitHub] [incubator-tvm] jroesch commented on issue #4241: [Dynamic Shape] Add Graph Dispatcher

2019-11-04 Thread GitBox
jroesch commented on issue #4241: [Dynamic Shape] Add Graph Dispatcher URL: https://github.com/apache/incubator-tvm/pull/4241#issuecomment-549631335 I will review later this week. This is an automated message from the Apache