[GitHub] [incubator-tvm] zhiics commented on a change in pull request #5578: [Relay][Refactor][std::string --> String] Relay updated with String

2020-05-13 Thread GitBox
zhiics commented on a change in pull request #5578: URL: https://github.com/apache/incubator-tvm/pull/5578#discussion_r424893721 ## File path: src/relay/backend/compile_engine.cc ## @@ -580,7 +580,7 @@ class CompileEngineImpl : public CompileEngineNode { auto symbol_na

[GitHub] [incubator-tvm] ANSHUMAN87 commented on pull request #5578: [Relay][Refactor][std::string --> String] Relay updated with String

2020-05-13 Thread GitBox
ANSHUMAN87 commented on pull request #5578: URL: https://github.com/apache/incubator-tvm/pull/5578#issuecomment-628401088 Gentle Ping @jroesch , @tqchen , @zhiics , Thanks! This is an automated message from the Apache Git Ser

[GitHub] [incubator-tvm] ANSHUMAN87 commented on a change in pull request #5588: [Frontend][Tensorflow] Gather nd bug fix for one dim support in tensorflow

2020-05-13 Thread GitBox
ANSHUMAN87 commented on a change in pull request #5588: URL: https://github.com/apache/incubator-tvm/pull/5588#discussion_r424883702 ## File path: python/tvm/relay/frontend/tensorflow.py ## @@ -1378,9 +1378,11 @@ def _gather_nd(): def _impl(inputs, attr, params, mod):

[GitHub] [incubator-tvm] kevinthesun commented on pull request #5467: [Relay]Improve Shape Func handling for Tuple inputs

2020-05-13 Thread GitBox
kevinthesun commented on pull request #5467: URL: https://github.com/apache/incubator-tvm/pull/5467#issuecomment-628383515 ping @jroesch This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [incubator-tvm] roastduck commented on a change in pull request #5551: [Reduction] Fix cross thread reduction

2020-05-13 Thread GitBox
roastduck commented on a change in pull request #5551: URL: https://github.com/apache/incubator-tvm/pull/5551#discussion_r424865522 ## File path: src/te/operation/cross_thread_reduction.cc ## @@ -48,9 +97,18 @@ Stmt MakeCrossThreadReduction(const ComputeOpNode* self, const Sta

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5231: [POC] Pattern Language, Matcher, Rewriter, and Function Paritioner

2020-05-13 Thread GitBox
masahi commented on a change in pull request #5231: URL: https://github.com/apache/incubator-tvm/pull/5231#discussion_r424847028 ## File path: include/tvm/relay/dataflow_matcher.h ## @@ -0,0 +1,67 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5231: [POC] Pattern Language, Matcher, Rewriter, and Function Paritioner

2020-05-13 Thread GitBox
masahi commented on a change in pull request #5231: URL: https://github.com/apache/incubator-tvm/pull/5231#discussion_r424846955 ## File path: include/tvm/relay/dataflow_matcher.h ## @@ -0,0 +1,67 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5231: [POC] Pattern Language, Matcher, Rewriter, and Function Paritioner

2020-05-13 Thread GitBox
masahi commented on a change in pull request #5231: URL: https://github.com/apache/incubator-tvm/pull/5231#discussion_r424846955 ## File path: include/tvm/relay/dataflow_matcher.h ## @@ -0,0 +1,67 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5231: [POC] Pattern Language, Matcher, Rewriter, and Function Paritioner

2020-05-13 Thread GitBox
masahi commented on a change in pull request #5231: URL: https://github.com/apache/incubator-tvm/pull/5231#discussion_r424847028 ## File path: include/tvm/relay/dataflow_matcher.h ## @@ -0,0 +1,67 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5231: [POC] Pattern Language, Matcher, Rewriter, and Function Paritioner

2020-05-13 Thread GitBox
masahi commented on a change in pull request #5231: URL: https://github.com/apache/incubator-tvm/pull/5231#discussion_r424846955 ## File path: include/tvm/relay/dataflow_matcher.h ## @@ -0,0 +1,67 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5231: [POC] Pattern Language, Matcher, Rewriter, and Function Paritioner

2020-05-13 Thread GitBox
masahi commented on a change in pull request #5231: URL: https://github.com/apache/incubator-tvm/pull/5231#discussion_r424844266 ## File path: include/tvm/relay/dataflow_pattern_functor.h ## @@ -0,0 +1,146 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5231: [POC] Pattern Language, Matcher, Rewriter, and Function Paritioner

2020-05-13 Thread GitBox
masahi commented on a change in pull request #5231: URL: https://github.com/apache/incubator-tvm/pull/5231#discussion_r424840667 ## File path: src/relay/ir/dataflow_matcher.cc ## @@ -0,0 +1,656 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more co

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5231: [POC] Pattern Language, Matcher, Rewriter, and Function Paritioner

2020-05-13 Thread GitBox
masahi commented on a change in pull request #5231: URL: https://github.com/apache/incubator-tvm/pull/5231#discussion_r424840667 ## File path: src/relay/ir/dataflow_matcher.cc ## @@ -0,0 +1,656 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more co

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5231: [POC] Pattern Language, Matcher, Rewriter, and Function Paritioner

2020-05-13 Thread GitBox
masahi commented on a change in pull request #5231: URL: https://github.com/apache/incubator-tvm/pull/5231#discussion_r424838458 ## File path: src/relay/ir/dataflow_matcher.cc ## @@ -0,0 +1,656 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more co

[GitHub] [incubator-tvm] maheshambule commented on pull request #5052: Relay to ONNX and ONNX codegen

2020-05-13 Thread GitBox
maheshambule commented on pull request #5052: URL: https://github.com/apache/incubator-tvm/pull/5052#issuecomment-628341773 @tqchen, @yongwww, @zhiics, @kevinthesun, @alexwong, based on the discussion on [RFC](https://discuss.tvm.ai/t/rfc-relay-to-onnx/6101), the PR is updated. Please help

[GitHub] [incubator-tvm] maheshambule edited a comment on pull request #5052: Relay to ONNX and ONNX codegen

2020-05-13 Thread GitBox
maheshambule edited a comment on pull request #5052: URL: https://github.com/apache/incubator-tvm/pull/5052#issuecomment-628341773 @tqchen, @yongwww, @zhiics, @kevinthesun, @alexwong, based on the discussion on [RFC](https://discuss.tvm.ai/t/rfc-relay-to-onnx/6101), the PR is updated. Plea

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5231: [POC] Pattern Language, Matcher, Rewriter, and Function Paritioner

2020-05-13 Thread GitBox
masahi commented on a change in pull request #5231: URL: https://github.com/apache/incubator-tvm/pull/5231#discussion_r424827496 ## File path: src/relay/ir/dataflow_matcher.cc ## @@ -0,0 +1,656 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more co

[GitHub] [incubator-tvm] jroesch commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1)

2020-05-13 Thread GitBox
jroesch commented on a change in pull request #5144: URL: https://github.com/apache/incubator-tvm/pull/5144#discussion_r424823515 ## File path: python/tvm/relay/transform/memory_plan.py ## @@ -0,0 +1,353 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or mor

[GitHub] [incubator-tvm] tqchen commented on pull request #5591: Fix JSON graph dumping.

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

[GitHub] [incubator-tvm] tqchen merged pull request #5591: Fix JSON graph dumping.

2020-05-13 Thread GitBox
tqchen merged pull request #5591: URL: https://github.com/apache/incubator-tvm/pull/5591 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 master updated: Fix JSON graph dumping. (#5591)

2020-05-13 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 482e341 Fix JSON graph dumping. (#5591)

[GitHub] [incubator-tvm] tqchen merged pull request #5589: [Hexagon] One more fix for concurrency count

2020-05-13 Thread GitBox
tqchen merged pull request #5589: URL: https://github.com/apache/incubator-tvm/pull/5589 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 master updated: [Hexagon] One more fix for concurrency count (#5589)

2020-05-13 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 dc9b557 [Hexagon] One more fix for concu

[GitHub] [incubator-tvm] areusch commented on pull request #5581: Add debug mode to tempdir()

2020-05-13 Thread GitBox
areusch commented on pull request #5581: URL: https://github.com/apache/incubator-tvm/pull/5581#issuecomment-628311203 cc @tqchen This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [incubator-tvm] zhiics commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1)

2020-05-13 Thread GitBox
zhiics commented on a change in pull request #5144: URL: https://github.com/apache/incubator-tvm/pull/5144#discussion_r424747097 ## File path: python/tvm/relay/transform/memory_plan.py ## @@ -0,0 +1,353 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #5588: [Frontend][Tensorflow] Gather nd bug fix for one dim support in tensorflow

2020-05-13 Thread GitBox
kevinthesun commented on a change in pull request #5588: URL: https://github.com/apache/incubator-tvm/pull/5588#discussion_r424747754 ## File path: python/tvm/relay/frontend/tensorflow.py ## @@ -1378,9 +1378,11 @@ def _gather_nd(): def _impl(inputs, attr, params, mod):

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #5588: [Frontend][Tensorflow] Gather nd bug fix for one dim support in tensorflow

2020-05-13 Thread GitBox
kevinthesun commented on a change in pull request #5588: URL: https://github.com/apache/incubator-tvm/pull/5588#discussion_r424747754 ## File path: python/tvm/relay/frontend/tensorflow.py ## @@ -1378,9 +1378,11 @@ def _gather_nd(): def _impl(inputs, attr, params, mod):

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #5588: [Frontend][Tensorflow] Gather nd bug fix for one dim support in tensorflow

2020-05-13 Thread GitBox
kevinthesun commented on a change in pull request #5588: URL: https://github.com/apache/incubator-tvm/pull/5588#discussion_r424747754 ## File path: python/tvm/relay/frontend/tensorflow.py ## @@ -1378,9 +1378,11 @@ def _gather_nd(): def _impl(inputs, attr, params, mod):

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #5588: [Frontend][Tensorflow] Gather nd bug fix for one dim support in tensorflow

2020-05-13 Thread GitBox
kevinthesun commented on a change in pull request #5588: URL: https://github.com/apache/incubator-tvm/pull/5588#discussion_r424747754 ## File path: python/tvm/relay/frontend/tensorflow.py ## @@ -1378,9 +1378,11 @@ def _gather_nd(): def _impl(inputs, attr, params, mod):

[GitHub] [incubator-tvm] areusch opened a new pull request #5592: Add ostream formatters for TargetPtr/TargetVal.

2020-05-13 Thread GitBox
areusch opened a new pull request #5592: URL: https://github.com/apache/incubator-tvm/pull/5592 This PR adds formatters so you can use TargetPtr/Val with e.g. LOG(INFO) and std::cout. Planning to add tests will after the runtime rewrite (it's possible these two classes won't be needed afte

[GitHub] [incubator-tvm] tqchen commented on pull request #5590: Overestimate binary size for microTVM compiled binaries.

2020-05-13 Thread GitBox
tqchen commented on pull request #5590: URL: https://github.com/apache/incubator-tvm/pull/5590#issuecomment-628246165 Please fix the CI error This is an automated message from the Apache Git Service. To respond to the message

[incubator-tvm] branch master updated: [MXNET]abs, round, reciprocal, sign, softsign, hard_sigmoid (#5587)

2020-05-13 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 10c2b7f [MXNET]abs, round, reciprocal, s

[GitHub] [incubator-tvm] masahi merged pull request #5587: [FRONTEND][MXNET]abs, round, reciprocal, sign, softsign, hard_sigmoid ops support

2020-05-13 Thread GitBox
masahi merged pull request #5587: URL: https://github.com/apache/incubator-tvm/pull/5587 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] masahi commented on pull request #5587: [FRONTEND][MXNET]abs, round, reciprocal, sign, softsign, hard_sigmoid ops support

2020-05-13 Thread GitBox
masahi commented on pull request #5587: URL: https://github.com/apache/incubator-tvm/pull/5587#issuecomment-628243757 Thanks @siju-samuel This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [incubator-tvm] areusch opened a new pull request #5591: Fix JSON graph dumping.

2020-05-13 Thread GitBox
areusch opened a new pull request #5591: URL: https://github.com/apache/incubator-tvm/pull/5591 * Previously this function placed a JSON-escaped string containing the JSON-encoded graph. This is an automated messag

[GitHub] [incubator-tvm] areusch commented on pull request #5591: Fix JSON graph dumping.

2020-05-13 Thread GitBox
areusch commented on pull request #5591: URL: https://github.com/apache/incubator-tvm/pull/5591#issuecomment-628227555 cc @tqchen This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [incubator-tvm] areusch commented on a change in pull request #5590: Overestimate binary size for microTVM compiled binaries.

2020-05-13 Thread GitBox
areusch commented on a change in pull request #5590: URL: https://github.com/apache/incubator-tvm/pull/5590#discussion_r424707211 ## File path: python/tvm/contrib/binutil.py ## @@ -166,6 +166,11 @@ def tvm_callback_get_section_size(binary_path, section_name, toolchain_prefix):

[incubator-tvm] branch master updated (301f515 -> 079978e)

2020-05-13 Thread zhic
This is an automated email from the ASF dual-hosted git repository. zhic pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 301f515 Add a quantized conv2 unit test for the tflite front-end (#5558) add 079978e [Relay][Transform]

[GitHub] [incubator-tvm] ANSHUMAN87 commented on pull request #5562: [Relay][Transform] Safe check added for Merge Composite Call Node

2020-05-13 Thread GitBox
ANSHUMAN87 commented on pull request #5562: URL: https://github.com/apache/incubator-tvm/pull/5562#issuecomment-628202770 Gentle ping @zhiics ! This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [incubator-tvm] ANSHUMAN87 commented on pull request #5578: [Relay][Refactor][std::string --> String] Relay updated with String

2020-05-13 Thread GitBox
ANSHUMAN87 commented on pull request #5578: URL: https://github.com/apache/incubator-tvm/pull/5578#issuecomment-628201907 Conflict is resolved now, Thanks! This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-tvm] kparzysz-quic opened a new pull request #5589: [Hexagon] One more fix for concurrency count

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

[GitHub] [incubator-tvm] ANSHUMAN87 opened a new pull request #5588: [Frontend][Tensorflow] Gather nd bug fix for one dim support in tensorflow

2020-05-13 Thread GitBox
ANSHUMAN87 opened a new pull request #5588: URL: https://github.com/apache/incubator-tvm/pull/5588 @kazum , @FrozenGene , @kevinthesun : Please help review, Thanks! This is an automated message from the Apache Git Service

[incubator-tvm] branch master updated (d0b15fe -> 301f515)

2020-05-13 Thread anijain2305
This is an automated email from the ASF dual-hosted git repository. anijain2305 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from d0b15fe [RELAY][Convert Layout] Specify additional layouts in convert layout pass (#5422) add 301f

[incubator-tvm] branch master updated (b1eb97a -> d0b15fe)

2020-05-13 Thread anijain2305
This is an automated email from the ASF dual-hosted git repository. anijain2305 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from b1eb97a Fix the runtime raise error (#5586) add d0b15fe [RELAY][Convert Layout] Specify additional

[incubator-tvm] branch master updated: Fix the runtime raise error (#5586)

2020-05-13 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 b1eb97a Fix the runtime raise error (#55

[incubator-tvm] branch master updated: Add prim::device op (#5584)

2020-05-13 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 2cd987d Add prim::device op (#5584) 2cd9