[GitHub] [incubator-tvm] leonwanghui commented on a change in pull request #5892: Add TVM application extension with WASM runtime

2020-07-10 Thread GitBox
leonwanghui commented on a change in pull request #5892: URL: https://github.com/apache/incubator-tvm/pull/5892#discussion_r453150111 ## File path: apps/wasm-graphcompiler-tvm/README.md ## @@ -0,0 +1,191 @@ +# WebAssembly GraphCompiler for Deep Learning Framework with TVM

[GitHub] [incubator-tvm] lixiaoquan commented on a change in pull request #6024: [Relay][TF] Make StridedSlice support dynamic input and constant attrs

2020-07-10 Thread GitBox
lixiaoquan commented on a change in pull request #6024: URL: https://github.com/apache/incubator-tvm/pull/6024#discussion_r453138358 ## File path: src/relay/op/tensor/transform.cc ## @@ -2146,7 +2146,18 @@ Array StridedSliceCompute(const Attrs& attrs, const Array();

[GitHub] [incubator-tvm] tqchen commented on pull request #5962: [Ansor][AutoTVM v2.0] Part 0: Ansor minimum system for auto schedule generating

2020-07-10 Thread GitBox
tqchen commented on pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#issuecomment-656955959 I made a change request about the namespace change to `auto_schedule` This is an automated message from

[GitHub] [incubator-tvm] tqchen commented on pull request #5962: [Ansor][AutoTVM v2.0] Part 0: Ansor minimum system for auto schedule generating

2020-07-10 Thread GitBox
tqchen commented on pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#issuecomment-656950356 Guys, please another look and https://tvm.apache.org/docs/contribute/code_review.html#approve-and-request-changes-explicitly

[GitHub] [incubator-tvm] tqchen edited a comment on pull request #5962: [Ansor][AutoTVM v2.0] Part 0: Ansor minimum system for auto schedule generating

2020-07-10 Thread GitBox
tqchen edited a comment on pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#issuecomment-656950356 Folks, please another look and https://tvm.apache.org/docs/contribute/code_review.html#approve-and-request-changes-explicitly

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #5962: [Ansor][AutoTVM v2.0] Part 0: Ansor minimum system for auto schedule generating

2020-07-10 Thread GitBox
tqchen commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r453131345 ## File path: src/ansor/auto_schedule.h ## @@ -0,0 +1,116 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #5962: [Ansor][AutoTVM v2.0] Part 0: Ansor minimum system for auto schedule generating

2020-07-10 Thread GitBox
tqchen commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r453131345 ## File path: src/ansor/auto_schedule.h ## @@ -0,0 +1,116 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #5962: [Ansor][AutoTVM v2.0] Part 0: Ansor minimum system for auto schedule generating

2020-07-10 Thread GitBox
tqchen commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r453131345 ## File path: src/ansor/auto_schedule.h ## @@ -0,0 +1,116 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [incubator-tvm] yzhliu closed issue #5972: [RESULT][VOTE] Release Apache TVM (incubating) v0.6.1.rc1

2020-07-10 Thread GitBox
yzhliu closed issue #5972: URL: https://github.com/apache/incubator-tvm/issues/5972 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] kevinthesun commented on a change in pull request #6024: [Relay][TF] Make StridedSlice support dynamic input and constant attrs

2020-07-10 Thread GitBox
kevinthesun commented on a change in pull request #6024: URL: https://github.com/apache/incubator-tvm/pull/6024#discussion_r453119255 ## File path: src/relay/op/tensor/transform.cc ## @@ -2146,7 +2146,18 @@ Array StridedSliceCompute(const Attrs& attrs, const Array();

[GitHub] [incubator-tvm] kevinthesun edited a comment on pull request #6024: [Relay][TF] Make StridedSlice support dynamic input and constant attrs

2020-07-10 Thread GitBox
kevinthesun edited a comment on pull request #6024: URL: https://github.com/apache/incubator-tvm/pull/6024#issuecomment-656929230 Can't topi.strided_slice support dynamic shape + const attr? What's the error? We'd better fix topi.strided_slice if there is any issue since it should be able

[GitHub] [incubator-tvm] tqchen commented on issue #6034: Dispatcher warning for target-keys=tracing,cpu

2020-07-10 Thread GitBox
tqchen commented on issue #6034: URL: https://github.com/apache/incubator-tvm/issues/6034#issuecomment-656930585 Ideally we would like to supress the warning and only show once per error kind This is an automated message

[GitHub] [incubator-tvm] kevinthesun edited a comment on pull request #6024: [Relay][TF] Make StridedSlice support dynamic input and constant attrs

2020-07-10 Thread GitBox
kevinthesun edited a comment on pull request #6024: URL: https://github.com/apache/incubator-tvm/pull/6024#issuecomment-656929230 Can topi.strided_slice support dynamic shape + const attr? What's the error? This is an

[GitHub] [incubator-tvm] kevinthesun commented on pull request #6024: [Relay][TF] Make StridedSlice support dynamic input and constant attrs

2020-07-10 Thread GitBox
kevinthesun commented on pull request #6024: URL: https://github.com/apache/incubator-tvm/pull/6024#issuecomment-656929230 I think this case is already supported and we don't need this change, since dynamic input shape + constant attrs can be supported by topi.strided_slice. There has

[GitHub] [incubator-tvm] tqchen commented on pull request #6036: [LLVM/CPU] Terminate basic block after "ret" instruction

2020-07-10 Thread GitBox
tqchen commented on pull request #6036: URL: https://github.com/apache/incubator-tvm/pull/6036#issuecomment-656924042 Thanks @kparzysz-quic ! This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-tvm] tqchen commented on pull request #5921: µTVM CRT modifications for on-device RPC server

2020-07-10 Thread GitBox
tqchen commented on pull request #5921: URL: https://github.com/apache/incubator-tvm/pull/5921#issuecomment-656923788 I think it is fine to just build for crt and not targeting c++ for now, as long as it works. The app was removed from CI due to i386 compact issue of CRT, we can add it

[incubator-tvm] branch master updated: [LLVM/CPU] Terminate basic block after "ret" instruction (#6036)

2020-07-10 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 c9c77c6 [LLVM/CPU] Terminate basic

[GitHub] [incubator-tvm] tqchen edited a comment on pull request #5921: µTVM CRT modifications for on-device RPC server

2020-07-10 Thread GitBox
tqchen edited a comment on pull request #5921: URL: https://github.com/apache/incubator-tvm/pull/5921#issuecomment-656923788 I think it is fine to just build for crt and not targeting c++ for now, as long as it works. The app was removed from the CI due to i386 compact issue of CRT, we

[GitHub] [incubator-tvm] tqchen merged pull request #6036: [LLVM/CPU] Terminate basic block after "ret" instruction

2020-07-10 Thread GitBox
tqchen merged pull request #6036: URL: https://github.com/apache/incubator-tvm/pull/6036 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-site] branch master updated: fix 0.6.1 sha512 link (#11)

2020-07-10 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm-site.git The following commit(s) were added to refs/heads/master by this push: new 5e457e0 fix 0.6.1 sha512 link

[incubator-tvm-site] branch master updated: fix 0.6.1 sha512 link (#11)

2020-07-10 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm-site.git The following commit(s) were added to refs/heads/master by this push: new 5e457e0 fix 0.6.1 sha512 link

[GitHub] [incubator-tvm] areusch edited a comment on pull request #5921: µTVM CRT modifications for on-device RPC server

2020-07-10 Thread GitBox
areusch edited a comment on pull request #5921: URL: https://github.com/apache/incubator-tvm/pull/5921#issuecomment-656878983 @liangfu thanks for taking a look. I looked more into your error and it looks like I overlooked testing bundle_dynamic most recently. that is fixable, however...

[GitHub] [incubator-tvm] areusch edited a comment on pull request #5921: µTVM CRT modifications for on-device RPC server

2020-07-10 Thread GitBox
areusch edited a comment on pull request #5921: URL: https://github.com/apache/incubator-tvm/pull/5921#issuecomment-656878983 @liangfu thanks for taking a look. I looked more into your error and it looks like I overlooked testing bundle_dynamic most recently. that is fixable, however...

[GitHub] [incubator-tvm] areusch commented on pull request #5921: µTVM CRT modifications for on-device RPC server

2020-07-10 Thread GitBox
areusch commented on pull request #5921: URL: https://github.com/apache/incubator-tvm/pull/5921#issuecomment-656878983 @liangfu thanks for taking a look. I looked more into your error and it looks like I overlooked testing bundle_dynamic most recently. that is fixable, however... I

[incubator-tvm] tag v0.6.1 created (now 0d0d515)

2020-07-10 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi pushed a change to tag v0.6.1 in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. at 0d0d515 (commit) No new revisions were added by this update.

[GitHub] [incubator-tvm] tqchen commented on pull request #5753: Support module based interface runtime

2020-07-10 Thread GitBox
tqchen commented on pull request #5753: URL: https://github.com/apache/incubator-tvm/pull/5753#issuecomment-656842251 Thanks @FrozenGene I left some comments. Wrt to the use of Map, let us get around it for now by not exposing get_params, instead, we directly store the params into the

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #5753: Support module based interface runtime

2020-07-10 Thread GitBox
tqchen commented on a change in pull request #5753: URL: https://github.com/apache/incubator-tvm/pull/5753#discussion_r453029054 ## File path: src/runtime/container.cc ## @@ -21,13 +21,19 @@ * \file src/runtime/container.cc * \brief Implementations of common containers.

[GitHub] [incubator-tvm] trevor-m opened a new pull request #6038: [Frontend][TFLite] Fix fully_connected converter when batch size is not 1

2020-07-10 Thread GitBox
trevor-m opened a new pull request #6038: URL: https://github.com/apache/incubator-tvm/pull/6038 The fully_connected converter used the shapes from the TFLite model to reshape the data tensor. However, the TFLite model shapes do not reflect those provided by the `data_shape` parameter in

[GitHub] [incubator-tvm] zhiics commented on pull request #6008: [Relay][Dyn] Dynamic TopK Op

2020-07-10 Thread GitBox
zhiics commented on pull request #6008: URL: https://github.com/apache/incubator-tvm/pull/6008#issuecomment-656815967 Thanks @mbrookhart @lixiaoquan @kevinthesun This is an automated message from the Apache Git Service. To

[GitHub] [incubator-tvm] zhiics merged pull request #6008: [Relay][Dyn] Dynamic TopK Op

2020-07-10 Thread GitBox
zhiics merged pull request #6008: URL: https://github.com/apache/incubator-tvm/pull/6008 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 master updated: [Relay][Dyn] Dynamic TopK Op (#6008)

2020-07-10 Thread zhic
This is an automated email from the ASF dual-hosted git repository. zhic 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 474d472 [Relay][Dyn] Dynamic TopK Op

[GitHub] [incubator-tvm] jroesch merged pull request #5958: [REFACTOR][RELAY] Move invoke_tvm_op and shape_func to vm dialect

2020-07-10 Thread GitBox
jroesch merged pull request #5958: URL: https://github.com/apache/incubator-tvm/pull/5958 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 master updated: [REFACTOR][RELAY] Move invoke_tvm_op and shape_func to vm dialect (#5958)

2020-07-10 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch 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 ba04c6a [REFACTOR][RELAY] Move

[GitHub] [incubator-tvm] giuseros commented on pull request #6027: Bug fix] Fix in arm_cpu/conv2d_alter_op for NHWC quantized

2020-07-10 Thread GitBox
giuseros commented on pull request #6027: URL: https://github.com/apache/incubator-tvm/pull/6027#issuecomment-656807720 Thank you @icemelon9 ! This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-tvm] icemelon9 commented on pull request #6027: Bug fix] Fix in arm_cpu/conv2d_alter_op for NHWC quantized

2020-07-10 Thread GitBox
icemelon9 commented on pull request #6027: URL: https://github.com/apache/incubator-tvm/pull/6027#issuecomment-656806953 Thanks @giuseros This is an automated message from the Apache Git Service. To respond to the message,

[incubator-tvm] branch master updated: [Bug fix] Fix in arm_cpu/conv2d_alter_op for NHWC quantized (#6027)

2020-07-10 Thread haichen
This is an automated email from the ASF dual-hosted git repository. haichen 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 b6ee52b [Bug fix] Fix in

[GitHub] [incubator-tvm] icemelon9 merged pull request #6027: Bug fix] Fix in arm_cpu/conv2d_alter_op for NHWC quantized

2020-07-10 Thread GitBox
icemelon9 merged pull request #6027: URL: https://github.com/apache/incubator-tvm/pull/6027 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] tqchen merged pull request #6035: Add creation of Hexagon device in RPC client

2020-07-10 Thread GitBox
tqchen merged pull request #6035: URL: https://github.com/apache/incubator-tvm/pull/6035 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 master updated: Add creation of Hexagon device in RPC client (#6035)

2020-07-10 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 3b6c3be Add creation of Hexagon device

[GitHub] [incubator-tvm] giuseros opened a new pull request #6037: Fix conv2_gemm after target structure update

2020-07-10 Thread GitBox
giuseros opened a new pull request #6037: URL: https://github.com/apache/incubator-tvm/pull/6037 After target structure changed in this RFC: https://discuss.tvm.ai/t/rfc-tvm-target-specification/6844/42 The conv2d optimizations was broken for the following reasons: -

[GitHub] [incubator-tvm] zhiics commented on a change in pull request #5753: Support module based interface runtime

2020-07-10 Thread GitBox
zhiics commented on a change in pull request #5753: URL: https://github.com/apache/incubator-tvm/pull/5753#discussion_r452985355 ## File path: src/runtime/graph/graph_runtime_factory.h ## @@ -0,0 +1,155 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

[GitHub] [incubator-tvm] zhiics commented on a change in pull request #5753: Support module based interface runtime

2020-07-10 Thread GitBox
zhiics commented on a change in pull request #5753: URL: https://github.com/apache/incubator-tvm/pull/5753#discussion_r452985355 ## File path: src/runtime/graph/graph_runtime_factory.h ## @@ -0,0 +1,155 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

[GitHub] [incubator-tvm] icemelon9 commented on pull request #5958: [REFACTOR][RELAY] Move invoke_tvm_op and shape_func to vm dialect

2020-07-10 Thread GitBox
icemelon9 commented on pull request #5958: URL: https://github.com/apache/incubator-tvm/pull/5958#issuecomment-656802303 @jroesch Could you take a look again? This is an automated message from the Apache Git Service. To

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #5753: Support module based interface runtime

2020-07-10 Thread GitBox
tqchen commented on a change in pull request #5753: URL: https://github.com/apache/incubator-tvm/pull/5753#discussion_r452977944 ## File path: src/runtime/graph/graph_runtime_factory.h ## @@ -0,0 +1,155 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #5753: Support module based interface runtime

2020-07-10 Thread GitBox
tqchen commented on a change in pull request #5753: URL: https://github.com/apache/incubator-tvm/pull/5753#discussion_r452957910 ## File path: src/node/container.cc ## @@ -357,7 +357,4 @@ TVM_REGISTER_GLOBAL("node.MapItems").set_body([](TVMArgs args, TVMRetValue* ret) *ret

[GitHub] [incubator-tvm] FrozenGene edited a comment on pull request #5913: [ndarray][autotvm] support ndarray.non_empty

2020-07-10 Thread GitBox
FrozenGene edited a comment on pull request #5913: URL: https://github.com/apache/incubator-tvm/pull/5913#issuecomment-656787804 Thanks for reminding. I want to complete the clflush pr and model based runtime pr, then handle this pr. Could you help to handle model based runtime pr now?

[GitHub] [incubator-tvm] FrozenGene commented on pull request #5913: [ndarray][autotvm] support ndarray.non_empty

2020-07-10 Thread GitBox
FrozenGene commented on pull request #5913: URL: https://github.com/apache/incubator-tvm/pull/5913#issuecomment-656787804 Thanks for reminding. I want to complete the clflush pr and model based runtime pr, then handle this pr. Could you help to handle model based runtime pr

[GitHub] [incubator-tvm] tqchen commented on pull request #5913: [ndarray][autotvm] support ndarray.non_empty

2020-07-10 Thread GitBox
tqchen commented on pull request #5913: URL: https://github.com/apache/incubator-tvm/pull/5913#issuecomment-656774112 @FrozenGene please followup This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-tvm] kparzysz-quic opened a new pull request #6036: [LLVM/CPU] Terminate basic block after "ret" instruction

2020-07-10 Thread GitBox
kparzysz-quic opened a new pull request #6036: URL: https://github.com/apache/incubator-tvm/pull/6036 `ret` is a terminator in LLVM IR and there should be no instructions in the basic block following it. When generating a `ret`, end the current block and start a new one.

[incubator-tvm] branch master updated: [CI][ACL] Enable ACL installation in ci_cpu docker container (#5916)

2020-07-10 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 e329069 [CI][ACL] Enable ACL

[GitHub] [incubator-tvm] tqchen commented on pull request #5916: [CI][Contrib] Add ACL docker installation

2020-07-10 Thread GitBox
tqchen commented on pull request #5916: URL: https://github.com/apache/incubator-tvm/pull/5916#issuecomment-656773063 Thanks @lhutton1 ! This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-tvm] tqchen merged pull request #5916: [CI][Contrib] Add ACL docker installation

2020-07-10 Thread GitBox
tqchen merged pull request #5916: URL: https://github.com/apache/incubator-tvm/pull/5916 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 #5892: Add TVM application extension with WASM runtime

2020-07-10 Thread GitBox
tqchen commented on a change in pull request #5892: URL: https://github.com/apache/incubator-tvm/pull/5892#discussion_r452946065 ## File path: apps/wasm-graphcompiler-tvm/README.md ## @@ -0,0 +1,188 @@ +# WebAssembly GraphCompiler for Deep Learning Framework with TVM Runtime +

[GitHub] [incubator-tvm] tqchen closed issue #4188: [RFC][AutoTVM] Selective Tuning

2020-07-10 Thread GitBox
tqchen closed issue #4188: URL: https://github.com/apache/incubator-tvm/issues/4188 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] tqchen commented on issue #4188: [RFC][AutoTVM] Selective Tuning

2020-07-10 Thread GitBox
tqchen commented on issue #4188: URL: https://github.com/apache/incubator-tvm/issues/4188#issuecomment-656755516 closing for now as we are moving towards a new autoscheduler This is an automated message from the Apache Git

[GitHub] [incubator-tvm] tqchen closed issue #5435: [FFI] Improve Array FFI Type Error Message

2020-07-10 Thread GitBox
tqchen closed issue #5435: URL: https://github.com/apache/incubator-tvm/issues/5435 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] mbrookhart commented on pull request #6007: [RELAY][DYN] Dynamic broadcast_to, zeros, ones

2020-07-10 Thread GitBox
mbrookhart commented on pull request #6007: URL: https://github.com/apache/incubator-tvm/pull/6007#issuecomment-656742984 @zhiics could you take a look? This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-tvm] kparzysz-quic opened a new pull request #6035: Add creation of Hexagon device in RPC client

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

[GitHub] [incubator-tvm] notoraptor commented on pull request #6030: [topi][relay] Add operation scatter_add to relay, based on scatter implementation.

2020-07-10 Thread GitBox
notoraptor commented on pull request #6030: URL: https://github.com/apache/incubator-tvm/pull/6030#issuecomment-656711022 All tests passed, this time ! This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-tvm] notoraptor commented on pull request #6030: [topi][relay] Add operation scatter_add to relay, based on scatter implementation.

2020-07-10 Thread GitBox
notoraptor commented on pull request #6030: URL: https://github.com/apache/incubator-tvm/pull/6030#issuecomment-656636533 I got an unexpected error in jenkins: ``` running 3 tests test graph::tests::test_str_to_type ... ok test threading::tests::test_max_concurrency

[GitHub] [incubator-tvm] masahi merged pull request #5919: [BYOC] JSON Runtime with DNNL End-to-End Flow

2020-07-10 Thread GitBox
masahi merged pull request #5919: URL: https://github.com/apache/incubator-tvm/pull/5919 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 #5919: [BYOC] JSON Runtime with DNNL End-to-End Flow

2020-07-10 Thread GitBox
masahi commented on pull request #5919: URL: https://github.com/apache/incubator-tvm/pull/5919#issuecomment-656630522 Thanks @comaniac @zhiics @mbaret @lhutton1 This is an automated message from the Apache Git Service. To

[incubator-tvm] branch master updated (ba2b75b -> 8a0249c)

2020-07-10 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 ba2b75b [CI] Update ci-cpu to the latest (#6031) add 8a0249c [BYOC] JSON Runtime with DNNL End-to-End

[GitHub] [incubator-tvm] d-smirnov commented on a change in pull request #5992: Add support for tflite arg_min and arg_max

2020-07-10 Thread GitBox
d-smirnov commented on a change in pull request #5992: URL: https://github.com/apache/incubator-tvm/pull/5992#discussion_r452734994 ## File path: tests/python/frontend/tflite/test_forward.py ## @@ -1755,6 +1755,39 @@ def test_all_reduce(): if

[GitHub] [incubator-tvm] leonwanghui commented on pull request #5892: Add TVM application extension with WASM runtime

2020-07-10 Thread GitBox
leonwanghui commented on pull request #5892: URL: https://github.com/apache/incubator-tvm/pull/5892#issuecomment-656543313 > please remove the csv file as we cannot checkin binary to the codebase @tqchen `Done` This

[GitHub] [incubator-tvm] Haoran-Young commented on a change in pull request #6022: Add support for checking big ONNX models

2020-07-10 Thread GitBox
Haoran-Young commented on a change in pull request #6022: URL: https://github.com/apache/incubator-tvm/pull/6022#discussion_r452643452 ## File path: python/tvm/relay/frontend/onnx.py ## @@ -2263,6 +2265,14 @@ def from_onnx(model, dtype : str or dict of str to str