[GitHub] [incubator-tvm] jroesch commented on a change in pull request #5932: [Frontend][Relay] Add Parser 2.0

2020-07-01 Thread GitBox
jroesch commented on a change in pull request #5932: URL: https://github.com/apache/incubator-tvm/pull/5932#discussion_r448248019 ## File path: src/parser/parser.cc ## @@ -0,0 +1,1103 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

[GitHub] [incubator-tvm] jroesch commented on a change in pull request #5932: [Frontend][Relay] Add Parser 2.0

2020-07-01 Thread GitBox
jroesch commented on a change in pull request #5932: URL: https://github.com/apache/incubator-tvm/pull/5932#discussion_r448252018 ## File path: src/parser/tokenizer.h ## @@ -0,0 +1,460 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [incubator-tvm] jroesch commented on a change in pull request #5932: [Frontend][Relay] Add Parser 2.0

2020-07-01 Thread GitBox
jroesch commented on a change in pull request #5932: URL: https://github.com/apache/incubator-tvm/pull/5932#discussion_r448249840 ## File path: src/parser/parser.cc ## @@ -0,0 +1,1103 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

[GitHub] [incubator-tvm] jroesch commented on a change in pull request #5932: [Frontend][Relay] Add Parser 2.0

2020-07-01 Thread GitBox
jroesch commented on a change in pull request #5932: URL: https://github.com/apache/incubator-tvm/pull/5932#discussion_r448250340 ## File path: src/parser/tokenizer.h ## @@ -0,0 +1,460 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [incubator-tvm] jroesch commented on a change in pull request #5932: [Frontend][Relay] Add Parser 2.0

2020-07-01 Thread GitBox
jroesch commented on a change in pull request #5932: URL: https://github.com/apache/incubator-tvm/pull/5932#discussion_r448250952 ## File path: src/parser/parser.cc ## @@ -0,0 +1,1103 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

[GitHub] [incubator-tvm] tqchen merged pull request #5970: Improve docker/bash.sh to handle git worktrees

2020-07-01 Thread GitBox
tqchen merged pull request #5970: URL: https://github.com/apache/incubator-tvm/pull/5970 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 merged pull request #5967: [MXNet] Add parser for contrib.box_decode

2020-07-01 Thread GitBox
tqchen merged pull request #5967: URL: https://github.com/apache/incubator-tvm/pull/5967 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 #5936: [CI] Install DNNL (OneDNN) to CI Environment

2020-07-01 Thread GitBox
comaniac commented on pull request #5936: URL: https://github.com/apache/incubator-tvm/pull/5936#issuecomment-652528142 Got it. Thanks for the update! This is an automated message from the Apache Git Service. To respond to

[incubator-tvm] branch master updated (36a0bf9 -> dd78036)

2020-07-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 36a0bf9 Print right number of parentheses for LoadNode (#5965) add dd78036 Improve docker/bash.sh to

[incubator-tvm] branch master updated (dd78036 -> 5c1bf98)

2020-07-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 dd78036 Improve docker/bash.sh to handle git worktrees (#5970) add 5c1bf98 Add MXnNet parser for

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

2020-07-01 Thread GitBox
comaniac commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448495818 ## File path: python/tvm/ansor/auto_schedule.py ## @@ -0,0 +1,186 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] anijain2305 commented on pull request #5848: [TFLite] QNN support for TFLite 2.1.0 quantized models

2020-07-01 Thread GitBox
anijain2305 commented on pull request #5848: URL: https://github.com/apache/incubator-tvm/pull/5848#issuecomment-652479286 @u99127 ping This is an automated message from the Apache Git Service. To respond to the message,

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

2020-07-01 Thread GitBox
comaniac commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448497661 ## File path: python/tvm/ansor/measure.py ## @@ -0,0 +1,379 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] siju-samuel commented on pull request #5848: [TFLite] QNN support for TFLite 2.1.0 quantized models

2020-07-01 Thread GitBox
siju-samuel commented on pull request #5848: URL: https://github.com/apache/incubator-tvm/pull/5848#issuecomment-652468515 LGTM, Any more changes pending? This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-tvm] tqchen commented on pull request #5936: [CI] Install DNNL (OneDNN) to CI Environment

2020-07-01 Thread GitBox
tqchen commented on pull request #5936: URL: https://github.com/apache/incubator-tvm/pull/5936#issuecomment-652486306 Update, I tried to update. There was some problems wrt to the ci-cpu(not related to this PR) that needs to be fixed

[GitHub] [incubator-tvm] dprankratz commented on a change in pull request #5666: [TIR][Bugfix] Improved massive build times caused by tir.floormod and tir.floordiv. Fixed Topi testcase.

2020-07-01 Thread GitBox
dprankratz commented on a change in pull request #5666: URL: https://github.com/apache/incubator-tvm/pull/5666#discussion_r448486304 ## File path: src/tir/transforms/lower_intrin.cc ## @@ -106,14 +106,34 @@ class IntrinInjecter : public tvm::arith::IRMutatorWithAnalyzer {

[GitHub] [incubator-tvm] ANSHUMAN87 opened a new pull request #5974: [Arith] Constant cancellation added for subtraction

2020-07-01 Thread GitBox
ANSHUMAN87 opened a new pull request #5974: URL: https://github.com/apache/incubator-tvm/pull/5974 Additional constant cancellation added with few useful test cases. cc @tqchen , @yzhliu This is an automated

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

2020-07-01 Thread GitBox
comaniac commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448511210 ## File path: python/tvm/ansor/auto_schedule.py ## @@ -0,0 +1,186 @@ +# 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-01 Thread GitBox
tqchen commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448091752 ## File path: src/ansor/measure.h ## @@ -0,0 +1,432 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

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

2020-07-01 Thread GitBox
masahi commented on pull request #5919: URL: https://github.com/apache/incubator-tvm/pull/5919#issuecomment-652641725 Do we want to wait until dnnl is up on the CI? And what about @zhiics's comment below. > And we should remove the json_runtime_example

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

2020-07-01 Thread GitBox
weberlo commented on a change in pull request #5921: URL: https://github.com/apache/incubator-tvm/pull/5921#discussion_r448588346 ## File path: include/tvm/runtime/crt/func_registry.h ## @@ -0,0 +1,132 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

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

2020-07-01 Thread GitBox
weberlo commented on a change in pull request #5921: URL: https://github.com/apache/incubator-tvm/pull/5921#discussion_r448599756 ## File path: cmake/modules/StandaloneCrt.cmake ## @@ -0,0 +1,134 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5961: [Relay/TOPI][OP] Add meshgrid op in Relay, TOPI, Pytorch frontend

2020-07-01 Thread GitBox
masahi commented on a change in pull request #5961: URL: https://github.com/apache/incubator-tvm/pull/5961#discussion_r448616432 ## File path: src/relay/op/tensor/transform.cc ## @@ -1269,6 +1269,93 @@ RELAY_REGISTER_OP("repeat") .set_attr("FTVMCompute", RepeatCompute)

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

2020-07-01 Thread GitBox
comaniac commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448509125 ## File path: python/tvm/ansor/workload_registry.py ## @@ -0,0 +1,268 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] tqchen commented on pull request #5974: [Arith] Constant cancellation added for subtraction

2020-07-01 Thread GitBox
tqchen commented on pull request #5974: URL: https://github.com/apache/incubator-tvm/pull/5974#issuecomment-652562410 The canonicalization based rules should already be sufficient for these cases, so if there is no explicit motivating usecases, it would be useful to keep things simple and

[GitHub] [incubator-tvm] icemelon9 merged pull request #5826: [DYNAMIC] Add Dynamic reshape to a dynamic namespace and add DynamicToStatic Pass

2020-07-01 Thread GitBox
icemelon9 merged pull request #5826: URL: https://github.com/apache/incubator-tvm/pull/5826 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

[incubator-tvm] branch master updated (5c1bf98 -> b979bf6)

2020-07-01 Thread haichen
This is an automated email from the ASF dual-hosted git repository. haichen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 5c1bf98 Add MXnNet parser for box_decode (#5967) add b979bf6 [DYNAMIC] Add Dynamic reshape to a

[GitHub] [incubator-tvm] u99127 commented on a change in pull request #5848: [TFLite] QNN support for TFLite 2.1.0 quantized models

2020-07-01 Thread GitBox
u99127 commented on a change in pull request #5848: URL: https://github.com/apache/incubator-tvm/pull/5848#discussion_r448548518 ## File path: python/tvm/relay/frontend/tflite.py ## @@ -651,12 +701,43 @@ def convert_shape(self, op): def convert_relu(self, op):

[GitHub] [incubator-tvm] tqchen commented on pull request #5974: [Arith] Constant cancellation added for subtraction

2020-07-01 Thread GitBox
tqchen commented on pull request #5974: URL: https://github.com/apache/incubator-tvm/pull/5974#issuecomment-652599386 We are using the two systems in a complementary way. Given that the simplifier is a core piece of the system and can easily introduce regressions, it is preferred to be

[GitHub] [incubator-tvm] d-smirnov commented on a change in pull request #5848: [TFLite] QNN support for TFLite 2.1.0 quantized models

2020-07-01 Thread GitBox
d-smirnov commented on a change in pull request #5848: URL: https://github.com/apache/incubator-tvm/pull/5848#discussion_r448572493 ## File path: python/tvm/relay/frontend/tflite.py ## @@ -263,21 +305,29 @@ def get_tensor_value(self, tensor_wrapper): except

[GitHub] [incubator-tvm] yzhliu commented on a change in pull request #5618: [Arith] Inequalities solver

2020-07-01 Thread GitBox
yzhliu commented on a change in pull request #5618: URL: https://github.com/apache/incubator-tvm/pull/5618#discussion_r448630150 ## File path: src/arith/solve_linear_inequality.cc ## @@ -0,0 +1,648 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

[GitHub] [incubator-tvm] yzhliu commented on a change in pull request #5618: [Arith] Inequalities solver

2020-07-01 Thread GitBox
yzhliu commented on a change in pull request #5618: URL: https://github.com/apache/incubator-tvm/pull/5618#discussion_r448630687 ## File path: src/arith/solve_linear_inequality.cc ## @@ -0,0 +1,648 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

[GitHub] [incubator-tvm] anijain2305 commented on a change in pull request #5848: [TFLite] QNN support for TFLite 2.1.0 quantized models

2020-07-01 Thread GitBox
anijain2305 commented on a change in pull request #5848: URL: https://github.com/apache/incubator-tvm/pull/5848#discussion_r448586450 ## File path: python/tvm/relay/frontend/tflite.py ## @@ -263,21 +305,29 @@ def get_tensor_value(self, tensor_wrapper): except

[GitHub] [incubator-tvm] comaniac commented on pull request #5919: [BYOC] JSON Runtime with DNNL End-to-End Flow

2020-07-01 Thread GitBox
comaniac commented on pull request #5919: URL: https://github.com/apache/incubator-tvm/pull/5919#issuecomment-652645424 We could wait for CI. It should have been updated and included DNNL library already (#5936 ). This is

[GitHub] [incubator-tvm] ANSHUMAN87 commented on pull request #5974: [Arith] Constant cancellation added for subtraction

2020-07-01 Thread GitBox
ANSHUMAN87 commented on pull request #5974: URL: https://github.com/apache/incubator-tvm/pull/5974#issuecomment-652566834 @tqchen : Thanks for your clear feedback! I did also have similar concerns here. These are some trivial issues I observed during my analysis. Now I understand

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #5826: [DYNAMIC] Add Dynamic reshape to a dynamic namespace and add DynamicToStatic Pass

2020-07-01 Thread GitBox
icemelon9 commented on a change in pull request #5826: URL: https://github.com/apache/incubator-tvm/pull/5826#discussion_r448548105 ## File path: python/tvm/relay/op/_tensor_grad.py ## @@ -511,7 +511,7 @@ def batch_matmul_grad(orig, grad): @register_gradient("reshape") def

[GitHub] [incubator-tvm] tqchen commented on pull request #5938: [TOPI] Fix x86 conv2d template when tuning with unpacked layout

2020-07-01 Thread GitBox
tqchen commented on pull request #5938: URL: https://github.com/apache/incubator-tvm/pull/5938#issuecomment-652643278 @kevinthesun please follow up This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-tvm] trevor-m commented on a change in pull request #5961: [Relay/TOPI][OP] Add meshgrid op in Relay, TOPI, Pytorch frontend

2020-07-01 Thread GitBox
trevor-m commented on a change in pull request #5961: URL: https://github.com/apache/incubator-tvm/pull/5961#discussion_r448619297 ## File path: src/relay/op/tensor/transform.cc ## @@ -1269,6 +1269,93 @@ RELAY_REGISTER_OP("repeat") .set_attr("FTVMCompute", RepeatCompute)

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

2020-07-01 Thread GitBox
comaniac commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448507669 ## File path: python/tvm/ansor/workload_registry.py ## @@ -0,0 +1,268 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] tqchen merged pull request #5945: [RELAY] Add resnet-3d & Update network definitions for NHWC layout

2020-07-01 Thread GitBox
tqchen merged pull request #5945: URL: https://github.com/apache/incubator-tvm/pull/5945 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 (b979bf6 -> a4ebf92)

2020-07-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 b979bf6 [DYNAMIC] Add Dynamic reshape to a dynamic namespace and add DynamicToStatic Pass (#5826) add

[GitHub] [incubator-tvm] anijain2305 commented on a change in pull request #5848: [TFLite] QNN support for TFLite 2.1.0 quantized models

2020-07-01 Thread GitBox
anijain2305 commented on a change in pull request #5848: URL: https://github.com/apache/incubator-tvm/pull/5848#discussion_r448593312 ## File path: python/tvm/relay/frontend/tflite.py ## @@ -651,12 +701,43 @@ def convert_shape(self, op): def convert_relu(self, op):

[GitHub] [incubator-tvm] MarisaKirisame commented on pull request #5513: [TOPI]][RELAY][MXNET]Reverse/Flip operator

2020-07-01 Thread GitBox
MarisaKirisame commented on pull request #5513: URL: https://github.com/apache/incubator-tvm/pull/5513#issuecomment-652666248 @siju-samuel please rebase the code. This is an automated message from the Apache Git Service. To

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #5960: [Target] Migrate data structure of TargetNode

2020-07-01 Thread GitBox
tqchen commented on a change in pull request #5960: URL: https://github.com/apache/incubator-tvm/pull/5960#discussion_r448655057 ## File path: python/tvm/relay/qnn/op/legalizations.py ## @@ -229,18 +229,17 @@ def _shift(data, zero_point, out_dtype): def

[GitHub] [incubator-tvm] binarybana commented on a change in pull request #5975: [Tutorial] Demo showing how to run a pruned 珞 model.

2020-07-01 Thread GitBox
binarybana commented on a change in pull request #5975: URL: https://github.com/apache/incubator-tvm/pull/5975#discussion_r448687234 ## File path: tutorials/frontend/deploy_sparse.py ## @@ -0,0 +1,326 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] binarybana commented on a change in pull request #5975: [Tutorial] Demo showing how to run a pruned 珞 model.

2020-07-01 Thread GitBox
binarybana commented on a change in pull request #5975: URL: https://github.com/apache/incubator-tvm/pull/5975#discussion_r448687396 ## File path: tutorials/frontend/deploy_sparse.py ## @@ -0,0 +1,326 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] masahi merged pull request #5961: [Relay/TOPI][OP] Add meshgrid op in Relay, TOPI, Pytorch frontend

2020-07-01 Thread GitBox
masahi merged pull request #5961: URL: https://github.com/apache/incubator-tvm/pull/5961 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 (a4ebf92 -> aa035f4)

2020-07-01 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 a4ebf92 [RELAY] Add resnet-3d & Update network definitions for NHWC layout (#5945) add aa035f4

[GitHub] [incubator-tvm] MarisaKirisame commented on pull request #5795: [Relay] Keep fixed dim when unifying dynamic shape

2020-07-01 Thread GitBox
MarisaKirisame commented on pull request #5795: URL: https://github.com/apache/incubator-tvm/pull/5795#issuecomment-652665390 LGTM. @jroesch please take a look to make sure it is good. I am confused about the semantic of Any.

[GitHub] [incubator-tvm] tqchen commented on pull request #5975: [Tutorial] Demo showing how to run a pruned 珞 model.

2020-07-01 Thread GitBox
tqchen commented on pull request #5975: URL: https://github.com/apache/incubator-tvm/pull/5975#issuecomment-652672949 cc @antinucleon @junrushao1994 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-tvm] jwfromm commented on pull request #5975: [Tutorial] Demo showing how to run a pruned 珞 model.

2020-07-01 Thread GitBox
jwfromm commented on pull request #5975: URL: https://github.com/apache/incubator-tvm/pull/5975#issuecomment-652663993 @masahi, @vinx13, @binarybana can you take a look and let me know what you think? This is an automated

[GitHub] [incubator-tvm] jwfromm opened a new pull request #5975: [Tutorial] Demo showing how to run a pruned 珞 model.

2020-07-01 Thread GitBox
jwfromm opened a new pull request #5975: URL: https://github.com/apache/incubator-tvm/pull/5975 This tutorial demonstrates how to load and run a sparse model from the popular transformers module from [Hugging Face](https://huggingface.co/) (珞). Very recently a 95% sparse version of BERT

[GitHub] [incubator-tvm] masahi commented on pull request #5975: [Tutorial] Demo showing how to run a pruned 珞 model.

2020-07-01 Thread GitBox
masahi commented on pull request #5975: URL: https://github.com/apache/incubator-tvm/pull/5975#issuecomment-652686170 I liked emojis in the PR:) How about adding a sample output, with avx2 or 512? This is an automated

[GitHub] [incubator-tvm] eric-haibin-lin opened a new pull request #5976: MXNet frontend support for AMP cast op

2020-07-01 Thread GitBox
eric-haibin-lin opened a new pull request #5976: URL: https://github.com/apache/incubator-tvm/pull/5976 Thanks for contributing to TVM! Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request

[GitHub] [incubator-tvm] binarybana commented on a change in pull request #5975: [Tutorial] Demo showing how to run a pruned 珞 model.

2020-07-01 Thread GitBox
binarybana commented on a change in pull request #5975: URL: https://github.com/apache/incubator-tvm/pull/5975#discussion_r448652687 ## File path: tutorials/frontend/deploy_sparse.py ## @@ -0,0 +1,326 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] yzhliu commented on pull request #5618: [Arith] Inequalities solver

2020-07-01 Thread GitBox
yzhliu commented on pull request #5618: URL: https://github.com/apache/incubator-tvm/pull/5618#issuecomment-652720020 @tqchen @ANSHUMAN87 Please take a look again. This is an automated message from the Apache Git Service. To

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

2020-07-01 Thread GitBox
jcf94 commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448134777 ## File path: python/tvm/ansor/auto_schedule.py ## @@ -0,0 +1,186 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

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

2020-07-01 Thread GitBox
jcf94 commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448151347 ## File path: python/tvm/ansor/measure.py ## @@ -0,0 +1,379 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

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

2020-07-01 Thread GitBox
jcf94 commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448733346 ## File path: python/tvm/ansor/auto_schedule.py ## @@ -0,0 +1,186 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

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

2020-07-01 Thread GitBox
jcf94 commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448733020 ## File path: python/tvm/ansor/auto_schedule.py ## @@ -0,0 +1,186 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

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

2020-07-01 Thread GitBox
jcf94 commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448734132 ## File path: python/tvm/ansor/workload_registry.py ## @@ -0,0 +1,268 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

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

2020-07-01 Thread GitBox
jcf94 commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448734584 ## File path: python/tvm/ansor/workload_registry.py ## @@ -0,0 +1,268 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] junrushao1994 commented on a change in pull request #5960: [Target] Migrate data structure of TargetNode

2020-07-01 Thread GitBox
junrushao1994 commented on a change in pull request #5960: URL: https://github.com/apache/incubator-tvm/pull/5960#discussion_r448642829 ## File path: python/tvm/relay/qnn/op/legalizations.py ## @@ -229,18 +229,17 @@ def _shift(data, zero_point, out_dtype): def

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

2020-07-01 Thread GitBox
jcf94 commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448732905 ## File path: python/tvm/ansor/auto_schedule.py ## @@ -0,0 +1,186 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

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

2020-07-01 Thread GitBox
jcf94 commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448733815 ## File path: python/tvm/ansor/measure.py ## @@ -0,0 +1,379 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [incubator-tvm] merrymercy edited a comment on pull request #5975: [Tutorial] Demo showing how to run a pruned 珞 model.

2020-07-01 Thread GitBox
merrymercy edited a comment on pull request #5975: URL: https://github.com/apache/incubator-tvm/pull/5975#issuecomment-652786167 How long does this tutorial take to run? If it takes a lot of time, it is better to provide some sample outputs, so readers can know what is expected.

[GitHub] [incubator-tvm] merrymercy edited a comment on pull request #5975: [Tutorial] Demo showing how to run a pruned 珞 model.

2020-07-01 Thread GitBox
merrymercy edited a comment on pull request #5975: URL: https://github.com/apache/incubator-tvm/pull/5975#issuecomment-652786167 How long does this tutorial take to run? If it takes a lot of time, it is better to provide some sample outputs, so can know what are expected. If it does

[GitHub] [incubator-tvm] merrymercy edited a comment on pull request #5975: [Tutorial] Demo showing how to run a pruned 珞 model.

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

[GitHub] [incubator-tvm] merrymercy commented on pull request #5975: [Tutorial] Demo showing how to run a pruned 珞 model.

2020-07-01 Thread GitBox
merrymercy commented on pull request #5975: URL: https://github.com/apache/incubator-tvm/pull/5975#issuecomment-652786167 How long does this tutorial take to run? If it takes a lot of time, it is better to provide some sample outputs. So can know what are expected. If it does not

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

2020-07-01 Thread GitBox
comaniac commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448757750 ## File path: python/tvm/ansor/workload_registry.py ## @@ -0,0 +1,268 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] Leslie-Fang opened a new pull request #5977: fix tvm relay testing tf.py typo error

2020-07-01 Thread GitBox
Leslie-Fang opened a new pull request #5977: URL: https://github.com/apache/incubator-tvm/pull/5977 Find a typo error when go through the tf module, please take a look @tqchen This is an automated message from the Apache

[incubator-tvm] branch master updated: [TOPI] Fix x86 conv2d template when tuning with unpacked layout (#5938)

2020-07-01 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 512ed39 [TOPI] Fix x86 conv2d

[GitHub] [incubator-tvm] kevinthesun merged pull request #5938: [TOPI] Fix x86 conv2d template when tuning with unpacked layout

2020-07-01 Thread GitBox
kevinthesun merged pull request #5938: URL: https://github.com/apache/incubator-tvm/pull/5938 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] comaniac commented on a change in pull request #5962: [Ansor][AutoTVM v2.0] Part 0: Ansor minimum system for auto schedule generating

2020-07-01 Thread GitBox
comaniac commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448510530 ## File path: python/tvm/ansor/workload_registry.py ## @@ -0,0 +1,268 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] ANSHUMAN87 commented on pull request #5974: [Arith] Constant cancellation added for subtraction

2020-07-01 Thread GitBox
ANSHUMAN87 commented on pull request #5974: URL: https://github.com/apache/incubator-tvm/pull/5974#issuecomment-652639159 Okay I got the point. Thanks! So will it be correct to assume that the cases which are not handled by canonicalization should be added as rule in rewrite or it is

[GitHub] [incubator-tvm] zhiics commented on pull request #5919: [BYOC] JSON Runtime with DNNL End-to-End Flow

2020-07-01 Thread GitBox
zhiics commented on pull request #5919: URL: https://github.com/apache/incubator-tvm/pull/5919#issuecomment-652642564 @masahi Thanks, my comment should be resolved with a followup PR. This is an automated message from the

[GitHub] [incubator-tvm] tqchen commented on pull request #5974: [Arith] Constant cancellation added for subtraction

2020-07-01 Thread GitBox
tqchen commented on pull request #5974: URL: https://github.com/apache/incubator-tvm/pull/5974#issuecomment-652642206 yes, it would be great to also backed by a motivating example(e.g. the need to simplify indices for conv2d operator). Since we are not building a generic simplifier that

[GitHub] [incubator-tvm] masahi commented on pull request #5961: [Relay/TOPI][OP] Add meshgrid op in Relay, TOPI, Pytorch frontend

2020-07-01 Thread GitBox
masahi commented on pull request #5961: URL: https://github.com/apache/incubator-tvm/pull/5961#issuecomment-652647948 oh @trevor-m there is a conflict, we need to rebase This is an automated message from the Apache Git

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

2020-07-01 Thread GitBox
weberlo commented on pull request #5921: URL: https://github.com/apache/incubator-tvm/pull/5921#issuecomment-652648550 @areusch Added some comments. Also curious if there are any special instructions for running the tests. I added `set(USE_STANDALONE_CRT on)` in `config.cmake`, but when

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5961: [Relay/TOPI][OP] Add meshgrid op in Relay, TOPI, Pytorch frontend

2020-07-01 Thread GitBox
masahi commented on a change in pull request #5961: URL: https://github.com/apache/incubator-tvm/pull/5961#discussion_r448621954 ## File path: src/relay/op/tensor/transform.cc ## @@ -1269,6 +1269,93 @@ RELAY_REGISTER_OP("repeat") .set_attr("FTVMCompute", RepeatCompute)

[GitHub] [incubator-tvm] weberlo commented on pull request #5940: Add Quantize/Dequantize Partitioning

2020-07-01 Thread GitBox
weberlo commented on pull request #5940: URL: https://github.com/apache/incubator-tvm/pull/5940#issuecomment-652652538 CC @ZihengJiang This is an automated message from the Apache Git Service. To respond to the message,

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

2020-07-01 Thread GitBox
jcf94 commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448175918 ## File path: python/tvm/ansor/workload_registry.py ## @@ -0,0 +1,268 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

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

2020-07-01 Thread GitBox
jcf94 commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448190996 ## File path: python/tvm/ansor/workload_registry.py ## @@ -0,0 +1,268 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

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

2020-07-01 Thread GitBox
jcf94 commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448194924 ## File path: python/tvm/ansor/workload_registry.py ## @@ -0,0 +1,268 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

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

2020-07-01 Thread GitBox
jcf94 commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448195439 ## File path: python/tvm/ansor/workload_registry.py ## @@ -0,0 +1,268 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

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

2020-07-01 Thread GitBox
jcf94 commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448195439 ## File path: python/tvm/ansor/workload_registry.py ## @@ -0,0 +1,268 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

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

2020-07-01 Thread GitBox
jcf94 commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448174640 ## File path: python/tvm/ansor/workload_registry.py ## @@ -0,0 +1,268 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

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

2020-07-01 Thread GitBox
jcf94 commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448188584 ## File path: python/tvm/ansor/workload_registry.py ## @@ -0,0 +1,268 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

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

2020-07-01 Thread GitBox
jcf94 commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448189514 ## File path: python/tvm/ansor/workload_registry.py ## @@ -0,0 +1,268 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

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

2020-07-01 Thread GitBox
jcf94 commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448189760 ## File path: python/tvm/ansor/workload_registry.py ## @@ -0,0 +1,268 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] jroesch commented on a change in pull request #5932: [Frontend][Relay] Add Parser 2.0

2020-07-01 Thread GitBox
jroesch commented on a change in pull request #5932: URL: https://github.com/apache/incubator-tvm/pull/5932#discussion_r448220277 ## File path: src/parser/op_table.h ## @@ -0,0 +1,93 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

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

2020-07-01 Thread GitBox
jcf94 commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448189514 ## File path: python/tvm/ansor/workload_registry.py ## @@ -0,0 +1,268 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

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

2020-07-01 Thread GitBox
jcf94 commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448224342 ## File path: python/tvm/ansor/auto_schedule.py ## @@ -0,0 +1,186 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more