[GitHub] [incubator-tvm] Hzfengsy commented on a change in pull request #5498: [Optimization] Warp level reduction support for CUDA

2020-05-01 Thread GitBox
Hzfengsy commented on a change in pull request #5498: URL: https://github.com/apache/incubator-tvm/pull/5498#discussion_r418915913 ## File path: tests/python/integration/test_reduce.py ## @@ -338,6 +338,102 @@ def check_target(device): check_target("cuda")

[GitHub] [incubator-tvm] wpan11nv commented on a change in pull request #5498: [Optimization] Warp level reduction support for CUDA

2020-05-01 Thread GitBox
wpan11nv commented on a change in pull request #5498: URL: https://github.com/apache/incubator-tvm/pull/5498#discussion_r418908514 ## File path: tests/python/integration/test_reduce.py ## @@ -338,6 +338,102 @@ def check_target(device): check_target("cuda")

[GitHub] [incubator-tvm] Hzfengsy commented on a change in pull request #5498: [Optimization] Warp level reduction support for CUDA

2020-05-01 Thread GitBox
Hzfengsy commented on a change in pull request #5498: URL: https://github.com/apache/incubator-tvm/pull/5498#discussion_r418901243 ## File path: tests/python/integration/test_reduce.py ## @@ -338,6 +338,102 @@ def check_target(device): check_target("cuda")

[GitHub] [incubator-tvm] tqchen commented on pull request #5484: [REFACTOR][RPC][PROCOTOL-CHANGE] Modularize the RPC infra

2020-05-01 Thread GitBox
tqchen commented on pull request #5484: URL: https://github.com/apache/incubator-tvm/pull/5484#issuecomment-622663587 Update: added a minrpc implementation and example for using popen to create a rpc This is an automated

[GitHub] [incubator-tvm] junrushao1994 commented on a change in pull request #5483: [TIR][Printer] text format printer considering future parsing use

2020-05-01 Thread GitBox
junrushao1994 commented on a change in pull request #5483: URL: https://github.com/apache/incubator-tvm/pull/5483#discussion_r418844571 ## File path: src/printer/tir_text_printer.cc ## @@ -0,0 +1,735 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

[GitHub] [incubator-tvm] liangfu commented on a change in pull request #5492: [RUNTIME] Hexagon driver for offloading kernels to simulator

2020-05-01 Thread GitBox
liangfu commented on a change in pull request #5492: URL: https://github.com/apache/incubator-tvm/pull/5492#discussion_r418825422 ## File path: src/runtime/hexagon/sim/driver/CMakeLists.txt ## @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [incubator-tvm] anijain2305 commented on pull request #5439: TFlite e2e FP32 Object detection model

2020-05-01 Thread GitBox
anijain2305 commented on pull request #5439: URL: https://github.com/apache/incubator-tvm/pull/5439#issuecomment-622643991 Closing as https://github.com/apache/incubator-tvm/pull/5479 is superset This is an automated message

[GitHub] [incubator-tvm] comaniac commented on pull request #5500: Show max flops in autotvm logs.

2020-05-01 Thread GitBox
comaniac commented on pull request #5500: URL: https://github.com/apache/incubator-tvm/pull/5500#issuecomment-622627540 It's cofusing to raise an RFC in an unrelated pull request. Please open an RFC in https://discuss.tvm.ai and update the description of this PR.

[GitHub] [incubator-tvm] tqchen commented on pull request #5498: [Optimization] Warp level reduction support for CUDA

2020-05-01 Thread GitBox
tqchen commented on pull request #5498: URL: https://github.com/apache/incubator-tvm/pull/5498#issuecomment-622617511 cc @icemelon9 @Hzfengsy @Shawn-Inspur This is an automated message from the Apache Git Service. To

[GitHub] [incubator-tvm] tqchen edited a comment on pull request #5498: [Optimization] Warp level reduction support for CUDA

2020-05-01 Thread GitBox
tqchen edited a comment on pull request #5498: URL: https://github.com/apache/incubator-tvm/pull/5498#issuecomment-622617511 This is an automated message from the Apache Git Service. To respond to the message, please log on

[incubator-tvm] branch master updated (360027d -> 8599f7c)

2020-05-01 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 360027d Link necessary libraries when building runtime for Android (#5496) add 8599f7c [TFLite] Model

[GitHub] [incubator-tvm] lixiaoquan commented on a change in pull request #5429: [RELAY][TF] Support symbolic newshape for Reshape

2020-05-01 Thread GitBox
lixiaoquan commented on a change in pull request #5429: URL: https://github.com/apache/incubator-tvm/pull/5429#discussion_r418780844 ## File path: src/relay/transforms/fuse_ops.cc ## @@ -234,6 +235,8 @@ class IndexedForwardGraph::Creator : private ExprVisitor { Node* node

[GitHub] [incubator-tvm] areusch opened a new pull request #5499: [uTVM] Reset target and wait for runtime initialization on connect.

2020-05-01 Thread GitBox
areusch opened a new pull request #5499: URL: https://github.com/apache/incubator-tvm/pull/5499 * This ensures a clean runtime environment for tuning and evaluating tasks. * This patch assumes that the code flashed to target executes the ARM BKPT or RISC-V EBREAK

[GitHub] [incubator-tvm-vta] huajsj commented on pull request #5: Add c++ and python local deploy example

2020-05-01 Thread GitBox
huajsj commented on pull request #5: URL: https://github.com/apache/incubator-tvm-vta/pull/5#issuecomment-622596855 @tmoreau89 , all review comments get addressed, please kindly check. This is an automated message from the

[GitHub] [incubator-tvm] tmoreau89 commented on a change in pull request #5497: [TFLite] Model importer to be compatible with tflite 2.1.0

2020-05-01 Thread GitBox
tmoreau89 commented on a change in pull request #5497: URL: https://github.com/apache/incubator-tvm/pull/5497#discussion_r418765043 ## File path: tests/python/frontend/tflite/test_forward.py ## @@ -79,12 +79,12 @@ def run_tvm_graph(tflite_model_buf, input_data, input_node,

[GitHub] [incubator-tvm-vta] huajsj commented on a change in pull request #5: Add c++ and python local deploy example

2020-05-01 Thread GitBox
huajsj commented on a change in pull request #5: URL: https://github.com/apache/incubator-tvm-vta/pull/5#discussion_r418760249 ## File path: apps/deploy/run_python_deploy.sh ## @@ -0,0 +1,22 @@ +#!/bin/bash +# Licensed to the Apache Software Foundation (ASF) under one +# or

[GitHub] [incubator-tvm] wpan11nv opened a new pull request #5498: [Optimization] Warp level reduction support for CUDA

2020-05-01 Thread GitBox
wpan11nv opened a new pull request #5498: URL: https://github.com/apache/incubator-tvm/pull/5498 - Added the warp level reduction support - Added new shfl_sync intrinsics - This is the building block for scheduling softmax like operations. Signed-off-by: Wei Pan

[GitHub] [incubator-tvm] u99127 commented on a change in pull request #5497: [TFLite] Model importer to be compatible with tflite 2.1.0

2020-05-01 Thread GitBox
u99127 commented on a change in pull request #5497: URL: https://github.com/apache/incubator-tvm/pull/5497#discussion_r418742125 ## File path: tests/python/frontend/tflite/test_forward.py ## @@ -79,12 +79,12 @@ def run_tvm_graph(tflite_model_buf, input_data, input_node,

[GitHub] [incubator-tvm] u99127 commented on pull request #5497: [TFLite] Model importer to be compatible with tflite 2.1.0

2020-05-01 Thread GitBox
u99127 commented on pull request #5497: URL: https://github.com/apache/incubator-tvm/pull/5497#issuecomment-622567360 > > > Summary of changes: > > * Make tflite importer compatible with old tflite (1.13) and 2.1.0 > > * Update `from_tflite.py` tutorial to pip

[GitHub] [incubator-tvm] tmoreau89 commented on a change in pull request #5497: [TFLite] Model importer to be compatible with tflite 2.1.0

2020-05-01 Thread GitBox
tmoreau89 commented on a change in pull request #5497: URL: https://github.com/apache/incubator-tvm/pull/5497#discussion_r418736415 ## File path: tests/python/frontend/tflite/test_forward.py ## @@ -79,12 +79,12 @@ def run_tvm_graph(tflite_model_buf, input_data, input_node,

[incubator-tvm] branch master updated: Link necessary libraries when building runtime for Android (#5496)

2020-05-01 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 360027d Link necessary libraries when

[GitHub] [incubator-tvm] masahi commented on pull request #5493: [REFACTOR][BOYC] Non recursive partitioning

2020-05-01 Thread GitBox
masahi commented on pull request #5493: URL: https://github.com/apache/incubator-tvm/pull/5493#issuecomment-622554154 Thanks @zhiics @comaniac @mbrookhart @manupa-arm This is an automated message from the Apache Git

[incubator-tvm] branch master updated: [REFACTOR][BOYC] Non recursive partitioning (#5493)

2020-05-01 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi 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 9c1e74c [REFACTOR][BOYC] Non recursive

[GitHub] [incubator-tvm] tmoreau89 commented on pull request #5497: [TFLite] Model importer to be compatible with tflite 2.1.0

2020-05-01 Thread GitBox
tmoreau89 commented on pull request #5497: URL: https://github.com/apache/incubator-tvm/pull/5497#issuecomment-622520287 @michalpiszczek This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-tvm] tmoreau89 opened a new pull request #5497: [TFLite] Model importer to be compatible with tflite 2.1.0

2020-05-01 Thread GitBox
tmoreau89 opened a new pull request #5497: URL: https://github.com/apache/incubator-tvm/pull/5497 Summary of changes: * Make tflite importer compatible with old tflite (1.13) and 2.1.0 * Update `from_tflite.py` tutorial to pip install tflite from PyPI repo for convenience, and update

[GitHub] [incubator-tvm] tmoreau89 commented on pull request #5497: [TFLite] Model importer to be compatible with tflite 2.1.0

2020-05-01 Thread GitBox
tmoreau89 commented on pull request #5497: URL: https://github.com/apache/incubator-tvm/pull/5497#issuecomment-622511307 CC @tqchen @FrozenGene @u99127 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-tvm] kparzysz-quic opened a new pull request #5496: Link necessary libraries when building runtime for Android

2020-05-01 Thread GitBox
kparzysz-quic opened a new pull request #5496: URL: https://github.com/apache/incubator-tvm/pull/5496 - Link libgcc to enable use of thread-local storage (`ThreadLocalStore` requires emutls). - Link liblog when building with Hexagon support.

[GitHub] [incubator-tvm] comaniac commented on a change in pull request #5493: [REFACTOR][BOYC] Non recursive partitioning

2020-05-01 Thread GitBox
comaniac commented on a change in pull request #5493: URL: https://github.com/apache/incubator-tvm/pull/5493#discussion_r418668212 ## File path: src/relay/transforms/partition_graph.cc ## @@ -374,19 +270,16 @@ class Partitioner : public ExprMutator { * node to create the

[GitHub] [incubator-tvm] zhiics commented on a change in pull request #5360: [QNN] Support CallNode inputs in qnn.concatenate

2020-05-01 Thread GitBox
zhiics commented on a change in pull request #5360: URL: https://github.com/apache/incubator-tvm/pull/5360#discussion_r418668258 ## File path: src/relay/qnn/op/concatenate.cc ## @@ -149,8 +149,16 @@ Expr ConcatenateQnnCanonicalize(const Attrs& attrs, const Array& new_args,

[GitHub] [incubator-tvm] comaniac commented on a change in pull request #5493: [REFACTOR][BOYC] Non recursive partitioning

2020-05-01 Thread GitBox
comaniac commented on a change in pull request #5493: URL: https://github.com/apache/incubator-tvm/pull/5493#discussion_r418667869 ## File path: src/relay/transforms/partition_graph.cc ## @@ -54,39 +54,27 @@ namespace partitioning { static const Op& compiler_begin_op =

[GitHub] [incubator-tvm] comaniac commented on pull request #5493: [REFACTOR][BOYC] Non recursive partitioning

2020-05-01 Thread GitBox
comaniac commented on pull request #5493: URL: https://github.com/apache/incubator-tvm/pull/5493#issuecomment-622499764 @masahi thanks for valuable suggestions. We've refactored `CreateFunction` to create all `TupleGetItem` nodes so that `GetFunctionOutput` can be safely removed and the

[GitHub] [incubator-tvm] mbaret commented on pull request #5360: [QNN] Support CallNode inputs in qnn.concatenate

2020-05-01 Thread GitBox
mbaret commented on pull request #5360: URL: https://github.com/apache/incubator-tvm/pull/5360#issuecomment-622496886 @zhiics @anijain2305 could you take another look at this please? This is an automated message from the

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #5484: [REFACTOR][RPC][PROCOTOL-CHANGE] Modularize the RPC infra

2020-05-01 Thread GitBox
tqchen commented on a change in pull request #5484: URL: https://github.com/apache/incubator-tvm/pull/5484#discussion_r418663309 ## File path: src/runtime/rpc/rpc_channel.cc ## @@ -0,0 +1,52 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [incubator-tvm] comaniac commented on a change in pull request #5493: [REFACTOR][BOYC] Non recursive partitioning

2020-05-01 Thread GitBox
comaniac commented on a change in pull request #5493: URL: https://github.com/apache/incubator-tvm/pull/5493#discussion_r418662511 ## File path: src/relay/transforms/partition_graph.cc ## @@ -470,115 +353,82 @@ class Partitioner : public ExprMutator { Expr

[GitHub] [incubator-tvm] comaniac commented on a change in pull request #5493: [REFACTOR][BOYC] Non recursive partitioning

2020-05-01 Thread GitBox
comaniac commented on a change in pull request #5493: URL: https://github.com/apache/incubator-tvm/pull/5493#discussion_r418662250 ## File path: src/relay/transforms/partition_graph.cc ## @@ -54,39 +54,27 @@ namespace partitioning { static const Op& compiler_begin_op =

[GitHub] [incubator-tvm] areusch commented on a change in pull request #5484: [REFACTOR][RPC][PROCOTOL-CHANGE] Modularize the RPC infra

2020-05-01 Thread GitBox
areusch commented on a change in pull request #5484: URL: https://github.com/apache/incubator-tvm/pull/5484#discussion_r41866 ## File path: src/runtime/rpc/rpc_channel.cc ## @@ -0,0 +1,52 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #5429: [RELAY][TF] Support symbolic newshape for Reshape

2020-05-01 Thread GitBox
icemelon9 commented on a change in pull request #5429: URL: https://github.com/apache/incubator-tvm/pull/5429#discussion_r418654995 ## File path: src/relay/transforms/fuse_ops.cc ## @@ -234,6 +235,8 @@ class IndexedForwardGraph::Creator : private ExprVisitor { Node* node

[GitHub] [incubator-tvm] s1113950 commented on a change in pull request #5456: Creates a TVM wheel install

2020-05-01 Thread GitBox
s1113950 commented on a change in pull request #5456: URL: https://github.com/apache/incubator-tvm/pull/5456#discussion_r418649206 ## File path: Makefile ## @@ -36,18 +36,30 @@ INCLUDE_FLAGS = -Iinclude -I$(DLPACK_PATH)/include -I$(DMLC_CORE_PATH)/include PKG_CFLAGS =

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #5429: [RELAY][TF] Support symbolic newshape for Reshape

2020-05-01 Thread GitBox
icemelon9 commented on a change in pull request #5429: URL: https://github.com/apache/incubator-tvm/pull/5429#discussion_r418644990 ## File path: src/relay/transforms/pattern_util.h ## @@ -270,7 +270,7 @@ inline Constant MakeConstantScalar(DataType dtype, T value) { */

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #5429: [RELAY][TF] Support symbolic newshape for Reshape

2020-05-01 Thread GitBox
icemelon9 commented on a change in pull request #5429: URL: https://github.com/apache/incubator-tvm/pull/5429#discussion_r418644047 ## File path: src/relay/op/tensor/transform.cc ## @@ -504,17 +548,38 @@ bool ReshapeRel(const Array& types, return false; } - const

[GitHub] [incubator-tvm] weberlo commented on a change in pull request #5417: [RUNTIME][uTVM] AutoTVM + uTVM for Cortex-M7

2020-05-01 Thread GitBox
weberlo commented on a change in pull request #5417: URL: https://github.com/apache/incubator-tvm/pull/5417#discussion_r418643505 ## File path: src/runtime/micro/openocd_low_level_device.cc ## @@ -210,9 +210,9 @@ class OpenOCDLowLevelDevice final : public LowLevelDevice {

[GitHub] [incubator-tvm] weberlo commented on a change in pull request #5417: [RUNTIME][uTVM] AutoTVM + uTVM for Cortex-M7

2020-05-01 Thread GitBox
weberlo commented on a change in pull request #5417: URL: https://github.com/apache/incubator-tvm/pull/5417#discussion_r418642066 ## File path: python/tvm/micro/base.py ## @@ -133,44 +152,91 @@ def __exit__(self, exc_type, exc_value, exc_traceback): self._exit()

[GitHub] [incubator-tvm] tqchen commented on pull request #5494: [CI] Install wasmtime for WebAssembly tests

2020-05-01 Thread GitBox
tqchen commented on pull request #5494: URL: https://github.com/apache/incubator-tvm/pull/5494#issuecomment-622471243 NOTE: we have a blocker on the cpu ci for now https://github.com/apache/incubator-tvm/issues/5455, will update once that blocker is resolved. Can we temporary disable the

[GitHub] [incubator-tvm] comaniac commented on a change in pull request #5493: [REFACTOR][BOYC] Non recursive partitioning

2020-05-01 Thread GitBox
comaniac commented on a change in pull request #5493: URL: https://github.com/apache/incubator-tvm/pull/5493#discussion_r418632315 ## File path: src/relay/transforms/partition_graph.cc ## @@ -124,37 +112,40 @@ class AnnotationChecker : public ExprVisitor { * the

[GitHub] [incubator-tvm] comaniac commented on a change in pull request #5493: [REFACTOR][BOYC] Non recursive partitioning

2020-05-01 Thread GitBox
comaniac commented on a change in pull request #5493: URL: https://github.com/apache/incubator-tvm/pull/5493#discussion_r418631530 ## File path: src/relay/transforms/partition_graph.cc ## @@ -124,37 +112,40 @@ class AnnotationChecker : public ExprVisitor { * the

[GitHub] [incubator-tvm] ehsanmok commented on pull request #5494: [CI] Install wasmtime for WebAssembly tests

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

[GitHub] [incubator-tvm] maheshambule commented on a change in pull request #5474: [Frontend][TFLite] ADD_N operator

2020-05-01 Thread GitBox
maheshambule commented on a change in pull request #5474: URL: https://github.com/apache/incubator-tvm/pull/5474#discussion_r418572669 ## File path: python/tvm/relay/frontend/tflite.py ## @@ -2280,6 +2276,20 @@ def get_expr(self, input_tensor_idx): def has_expr(self,

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5493: [REFACTOR][BOYC] Non recursive partitioning

2020-05-01 Thread GitBox
masahi commented on a change in pull request #5493: URL: https://github.com/apache/incubator-tvm/pull/5493#discussion_r418513081 ## File path: src/relay/transforms/partition_graph.cc ## @@ -54,39 +54,27 @@ namespace partitioning { static const Op& compiler_begin_op =

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5493: [REFACTOR][BOYC] Non recursive partitioning

2020-05-01 Thread GitBox
masahi commented on a change in pull request #5493: URL: https://github.com/apache/incubator-tvm/pull/5493#discussion_r418541385 ## File path: src/relay/transforms/partition_graph.cc ## @@ -374,19 +270,16 @@ class Partitioner : public ExprMutator { * node to create the

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5493: [REFACTOR][BOYC] Non recursive partitioning

2020-05-01 Thread GitBox
masahi commented on a change in pull request #5493: URL: https://github.com/apache/incubator-tvm/pull/5493#discussion_r418541385 ## File path: src/relay/transforms/partition_graph.cc ## @@ -374,19 +270,16 @@ class Partitioner : public ExprMutator { * node to create the

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5493: [REFACTOR][BOYC] Non recursive partitioning

2020-05-01 Thread GitBox
masahi commented on a change in pull request #5493: URL: https://github.com/apache/incubator-tvm/pull/5493#discussion_r418542000 ## File path: src/relay/transforms/partition_graph.cc ## @@ -54,39 +54,27 @@ namespace partitioning { static const Op& compiler_begin_op =

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5493: [REFACTOR][BOYC] Non recursive partitioning

2020-05-01 Thread GitBox
masahi commented on a change in pull request #5493: URL: https://github.com/apache/incubator-tvm/pull/5493#discussion_r418513081 ## File path: src/relay/transforms/partition_graph.cc ## @@ -54,39 +54,27 @@ namespace partitioning { static const Op& compiler_begin_op =

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5493: [REFACTOR][BOYC] Non recursive partitioning

2020-05-01 Thread GitBox
masahi commented on a change in pull request #5493: URL: https://github.com/apache/incubator-tvm/pull/5493#discussion_r418541385 ## File path: src/relay/transforms/partition_graph.cc ## @@ -374,19 +270,16 @@ class Partitioner : public ExprMutator { * node to create the

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5493: [REFACTOR][BOYC] Non recursive partitioning

2020-05-01 Thread GitBox
masahi commented on a change in pull request #5493: URL: https://github.com/apache/incubator-tvm/pull/5493#discussion_r418541385 ## File path: src/relay/transforms/partition_graph.cc ## @@ -374,19 +270,16 @@ class Partitioner : public ExprMutator { * node to create the

[GitHub] [incubator-tvm] maheshambule opened a new pull request #5495: [Relay, Topi] [Frontend][TFLite] ReverseSequence operator

2020-05-01 Thread GitBox
maheshambule opened a new pull request #5495: URL: https://github.com/apache/incubator-tvm/pull/5495 Ref: https://www.tensorflow.org/api_docs/python/tf/reverse_sequence This is an automated message from the Apache Git

[GitHub] [incubator-tvm] FrozenGene commented on pull request #5461: [MXNET]broadcast and logical op support

2020-05-01 Thread GitBox
FrozenGene commented on pull request #5461: URL: https://github.com/apache/incubator-tvm/pull/5461#issuecomment-622379509 Thanks @siju-samuel This is an automated message from the Apache Git Service. To respond to the

[incubator-tvm] branch master updated (3f33b25 -> 967d731)

2020-05-01 Thread zhaowu
This is an automated email from the ASF dual-hosted git repository. zhaowu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 3f33b25 [Hexagon] Change "scalar" and "stack" in IDL from "inrout" to "in" (#5487) add 967d731

[GitHub] [incubator-tvm] mshawcroft commented on a change in pull request #5456: Creates a TVM wheel install

2020-05-01 Thread GitBox
mshawcroft commented on a change in pull request #5456: URL: https://github.com/apache/incubator-tvm/pull/5456#discussion_r418525124 ## File path: Makefile ## @@ -36,18 +36,30 @@ INCLUDE_FLAGS = -Iinclude -I$(DLPACK_PATH)/include -I$(DMLC_CORE_PATH)/include PKG_CFLAGS =

[GitHub] [incubator-tvm] manupa-arm commented on a change in pull request #5493: [REFACTOR][BOYC] Non recursive partitioning

2020-05-01 Thread GitBox
manupa-arm commented on a change in pull request #5493: URL: https://github.com/apache/incubator-tvm/pull/5493#discussion_r418524822 ## File path: src/relay/transforms/partition_graph.cc ## @@ -470,115 +353,82 @@ class Partitioner : public ExprMutator { Expr

[GitHub] [incubator-tvm] manupa-arm commented on a change in pull request #5493: [REFACTOR][BOYC] Non recursive partitioning

2020-05-01 Thread GitBox
manupa-arm commented on a change in pull request #5493: URL: https://github.com/apache/incubator-tvm/pull/5493#discussion_r418522956 ## File path: src/relay/transforms/partition_graph.cc ## @@ -470,115 +353,82 @@ class Partitioner : public ExprMutator { Expr

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5493: [REFACTOR][BOYC] Non recursive partitioning

2020-05-01 Thread GitBox
masahi commented on a change in pull request #5493: URL: https://github.com/apache/incubator-tvm/pull/5493#discussion_r418513081 ## File path: src/relay/transforms/partition_graph.cc ## @@ -54,39 +54,27 @@ namespace partitioning { static const Op& compiler_begin_op =

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5493: [REFACTOR][BOYC] Non recursive partitioning

2020-05-01 Thread GitBox
masahi commented on a change in pull request #5493: URL: https://github.com/apache/incubator-tvm/pull/5493#discussion_r418515180 ## File path: src/relay/transforms/partition_graph.cc ## @@ -470,115 +353,82 @@ class Partitioner : public ExprMutator { Expr

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5493: [REFACTOR][BOYC] Non recursive partitioning

2020-05-01 Thread GitBox
masahi commented on a change in pull request #5493: URL: https://github.com/apache/incubator-tvm/pull/5493#discussion_r418515180 ## File path: src/relay/transforms/partition_graph.cc ## @@ -470,115 +353,82 @@ class Partitioner : public ExprMutator { Expr

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5493: [REFACTOR][BOYC] Non recursive partitioning

2020-05-01 Thread GitBox
masahi commented on a change in pull request #5493: URL: https://github.com/apache/incubator-tvm/pull/5493#discussion_r418514816 ## File path: src/relay/transforms/partition_graph.cc ## @@ -470,115 +353,82 @@ class Partitioner : public ExprMutator { Expr

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5493: [REFACTOR][BOYC] Non recursive partitioning

2020-05-01 Thread GitBox
masahi commented on a change in pull request #5493: URL: https://github.com/apache/incubator-tvm/pull/5493#discussion_r418514358 ## File path: src/relay/transforms/partition_graph.cc ## @@ -470,115 +353,82 @@ class Partitioner : public ExprMutator { Expr

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5493: [REFACTOR][BOYC] Non recursive partitioning

2020-05-01 Thread GitBox
masahi commented on a change in pull request #5493: URL: https://github.com/apache/incubator-tvm/pull/5493#discussion_r418513531 ## File path: src/relay/transforms/partition_graph.cc ## @@ -124,37 +112,40 @@ class AnnotationChecker : public ExprVisitor { * the

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5493: [REFACTOR][BOYC] Non recursive partitioning

2020-05-01 Thread GitBox
masahi commented on a change in pull request #5493: URL: https://github.com/apache/incubator-tvm/pull/5493#discussion_r418513081 ## File path: src/relay/transforms/partition_graph.cc ## @@ -54,39 +54,27 @@ namespace partitioning { static const Op& compiler_begin_op =

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5493: [REFACTOR][BOYC] Non recursive partitioning

2020-05-01 Thread GitBox
masahi commented on a change in pull request #5493: URL: https://github.com/apache/incubator-tvm/pull/5493#discussion_r418512702 ## File path: src/relay/transforms/partition_graph.cc ## @@ -54,39 +54,27 @@ namespace partitioning { static const Op& compiler_begin_op =

[GitHub] [incubator-tvm] manupa-arm commented on a change in pull request #5493: [REFACTOR][BOYC] Non recursive partitioning

2020-05-01 Thread GitBox
manupa-arm commented on a change in pull request #5493: URL: https://github.com/apache/incubator-tvm/pull/5493#discussion_r418499969 ## File path: src/relay/transforms/partition_graph.cc ## @@ -124,37 +112,40 @@ class AnnotationChecker : public ExprVisitor { * the

[incubator-tvm] branch master updated (12e737f -> 3f33b25)

2020-05-01 Thread zhaowu
This is an automated email from the ASF dual-hosted git repository. zhaowu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 12e737f Make "none" DataType explicit (#5491) add 3f33b25 [Hexagon] Change "scalar" and "stack" in IDL

[GitHub] [incubator-tvm] FrozenGene commented on pull request #5487: [Hexagon] Change "scalar" and "stack" in IDL from "inrout" to "in"

2020-05-01 Thread GitBox
FrozenGene commented on pull request #5487: URL: https://github.com/apache/incubator-tvm/pull/5487#issuecomment-622303797 Thanks ! @kparzysz-quic This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-tvm] kazum opened a new pull request #5494: [CI] Install wasmtime for WebAssembly tests

2020-05-01 Thread GitBox
kazum opened a new pull request #5494: URL: https://github.com/apache/incubator-tvm/pull/5494 This is necessary to add tests for #5489. @jroesch @nhynes @ehsanmok @tqchen Please help to review. This is an automated

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #5357: [Relay] enable blocking format in x86 conv2d and fold scale axis

2020-05-01 Thread GitBox
icemelon9 commented on a change in pull request #5357: URL: https://github.com/apache/incubator-tvm/pull/5357#discussion_r418430603 ## File path: python/tvm/relay/op/strategy/x86.py ## @@ -18,13 +18,17 @@ # pylint: