[GitHub] [incubator-tvm] marcelotrevisani opened a new issue #5981: TVM on conda-forge

2020-07-02 Thread GitBox
marcelotrevisani opened a new issue #5981: URL: https://github.com/apache/incubator-tvm/issues/5981 Just to let you know that I added TVM to the ``conda-forge`` So you will be able to install the tvm libs using conda such as: ``conda install -c conda-forge libtvm`` and the python

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

2020-07-02 Thread GitBox
jwfromm commented on pull request #5975: URL: https://github.com/apache/incubator-tvm/pull/5975#issuecomment-653053847 @merrymercy it's fairly quick, I commented out the run command due to dependencies rather than the runtime. This tutorial requires tensorflow 2.2 (our servers currently

[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-02 Thread GitBox
jcf94 commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448939109 ## File path: python/tvm/ansor/compute_dag.py ## @@ -0,0 +1,103 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[incubator-tvm] branch master updated (512ed39 -> 9c1e673)

2020-07-02 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 512ed39 [TOPI] Fix x86 conv2d template when tuning with unpacked layout (#5938) add 9c1e673 fix tvm

[GitHub] [incubator-tvm] tqchen commented on pull request #5977: fix tvm relay testing tf.py typo error

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

[GitHub] [incubator-tvm] tqchen merged pull request #5977: fix tvm relay testing tf.py typo error

2020-07-02 Thread GitBox
tqchen merged pull request #5977: URL: https://github.com/apache/incubator-tvm/pull/5977 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] jwfromm edited a comment on pull request #5975: [Tutorial] Demo showing how to run a pruned 珞 model.

2020-07-02 Thread GitBox
jwfromm edited a comment on pull request #5975: URL: https://github.com/apache/incubator-tvm/pull/5975#issuecomment-653053847 @merrymercy it's fairly quick, I commented out the run command due to dependencies rather than the run time. This tutorial requires tensorflow 2.2 (our servers

[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-02 Thread GitBox
jcf94 commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r448974042 ## 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] kparzysz-quic opened a new pull request #5982: [LLVM] Remove redundant function CreateBufferVecPtr

2020-07-02 Thread GitBox
kparzysz-quic opened a new pull request #5982: URL: https://github.com/apache/incubator-tvm/pull/5982 The functions `CreateBufferPtr` and `CreateBufferVecPtr` do the exact same thing, so there is no need for both of them to exist. The latter is only used in place, which further suggests

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

2020-07-02 Thread GitBox
areusch commented on a change in pull request #5960: URL: https://github.com/apache/incubator-tvm/pull/5960#discussion_r449140041 ## File path: src/target/codegen.cc ## @@ -47,7 +47,12 @@ runtime::Module Build(IRModule mod, const Target& target) { .value()) {

[incubator-tvm] branch master updated: [Target] Migrate data structure of TargetNode (#5960)

2020-07-02 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 6ce8a1c [Target] Migrate data structure

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

2020-07-02 Thread GitBox
tqchen commented on pull request #5960: URL: https://github.com/apache/incubator-tvm/pull/5960#issuecomment-653182013 Thanks @junrushao1994 @areusch This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-tvm] tqchen merged pull request #5960: [Target] Migrate data structure of TargetNode

2020-07-02 Thread GitBox
tqchen merged pull request #5960: URL: https://github.com/apache/incubator-tvm/pull/5960 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] u99127 edited a comment on pull request #5975: [Tutorial] Demo showing how to run a pruned 珞 model.

2020-07-02 Thread GitBox
u99127 edited a comment on pull request #5975: URL: https://github.com/apache/incubator-tvm/pull/5975#issuecomment-653161883 > > > @merrymercy it's fairly quick, I commented out the run command due to dependencies rather than the run time. This tutorial requires tensorflow 2.2

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

2020-07-02 Thread GitBox
u99127 commented on pull request #5975: URL: https://github.com/apache/incubator-tvm/pull/5975#issuecomment-653161883 > > > @merrymercy it's fairly quick, I commented out the run command due to dependencies rather than the run time. This tutorial requires tensorflow 2.2 (our

[GitHub] [incubator-tvm] mbrookhart opened a new pull request #5983: Dynamic Tile Op

2020-07-02 Thread GitBox
mbrookhart opened a new pull request #5983: URL: https://github.com/apache/incubator-tvm/pull/5983 @icemelon9 @kevinthesun FYI - I'm working on gradients for these ops, need to refactor the autodiff testing a little bit to ignore these dynamic inputs, they shouldn't be

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

2020-07-02 Thread GitBox
u99127 commented on pull request #5848: URL: https://github.com/apache/incubator-tvm/pull/5848#issuecomment-653135171 > > > @u99127 can you please take a look again? LGTM. This is an automated message from the

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

2020-07-02 Thread GitBox
junrushao1994 commented on a change in pull request #5960: URL: https://github.com/apache/incubator-tvm/pull/5960#discussion_r449148119 ## File path: tests/micro/test_runtime_micro_on_arm.py ## @@ -33,7 +33,7 @@ # Ex : export

[incubator-tvm] branch master updated: [LLVM] Remove redundant function CreateBufferVecPtr (#5982)

2020-07-02 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 78a006c [LLVM] Remove redundant

[GitHub] [incubator-tvm] tqchen merged pull request #5982: [LLVM] Remove redundant function CreateBufferVecPtr

2020-07-02 Thread GitBox
tqchen merged pull request #5982: URL: https://github.com/apache/incubator-tvm/pull/5982 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] jwfromm commented on a change in pull request #5975: [Tutorial] Demo showing how to run a pruned 珞 model.

2020-07-02 Thread GitBox
jwfromm commented on a change in pull request #5975: URL: https://github.com/apache/incubator-tvm/pull/5975#discussion_r449148996 ## 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] kparzysz-quic opened a new pull request #5984: [LLVM] VectorType::get with two parameters is deprecated in LLVM 11+

2020-07-02 Thread GitBox
kparzysz-quic opened a new pull request #5984: URL: https://github.com/apache/incubator-tvm/pull/5984 In LLVM 11+ the distinction between fixed and scalable vector types has become more explicit. Before the introduction of scalable vector types `VectorType::get(e,n)` created what is now a

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

2020-07-02 Thread GitBox
anijain2305 commented on pull request #5848: URL: https://github.com/apache/incubator-tvm/pull/5848#issuecomment-653098040 @u99127 can you please take a look again? This is an automated message from the Apache Git Service.

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

2020-07-02 Thread GitBox
junrushao1994 commented on pull request #5960: URL: https://github.com/apache/incubator-tvm/pull/5960#issuecomment-653105688 @areusch Hey Andrew, this PR changes the target definition of micro-dev from `c -device=micro_dev` to `micro_dev`

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

2020-07-02 Thread GitBox
anijain2305 commented on pull request #5848: URL: https://github.com/apache/incubator-tvm/pull/5848#issuecomment-653176255 @siju-samuel Please approve and merge if its looks good :) This is an automated message from the

[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-02 Thread GitBox
tqchen commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r449232301 ## File path: src/ansor/transform_step.cc ## @@ -0,0 +1,241 @@ +/* + * 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-02 Thread GitBox
tqchen commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r449232556 ## File path: src/ansor/transform_step.cc ## @@ -0,0 +1,241 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [incubator-tvm] junrushao1994 commented on pull request #5976: MXNet frontend support for AMP cast op

2020-07-02 Thread GitBox
junrushao1994 commented on pull request #5976: URL: https://github.com/apache/incubator-tvm/pull/5976#issuecomment-653201033 Hmmm just to confirm, do we really want to keep those "fake" operators in the NNVM IR? This is an

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

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

[GitHub] [incubator-tvm] tqchen edited a comment on pull request #5985: [CI] Bump tvmai/ci-cpu to 0.63 in CI

2020-07-02 Thread GitBox
tqchen edited a comment on pull request #5985: URL: https://github.com/apache/incubator-tvm/pull/5985#issuecomment-653209091 We cannot yet directly merge it(merging will result in ci outrage), because of the CI error mentioned

[GitHub] [incubator-tvm] tqchen commented on pull request #5985: [CI] Bump tvmai/ci-cpu to 0.63 in CI

2020-07-02 Thread GitBox
tqchen commented on pull request #5985: URL: https://github.com/apache/incubator-tvm/pull/5985#issuecomment-653209091 We cannot yet directly merge it, because of the CI error mentioned (http://ci.tvm.ai:8080/job/temp-ci-docker-staging/job/ci-stage/39/execution/node/324/log/). It won't be

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

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

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

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

2020-07-02 Thread GitBox
comaniac commented on pull request #5919: URL: https://github.com/apache/incubator-tvm/pull/5919#issuecomment-653202171 Wait for #5985. This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-tvm] comaniac commented on pull request #5985: [CI] Bump tvmai/ci-cpu to 0.63 in CI

2020-07-02 Thread GitBox
comaniac commented on pull request #5985: URL: https://github.com/apache/incubator-tvm/pull/5985#issuecomment-653212522 Sure no problem. Will also leave #5919 open during this time. This is an automated message from the

[GitHub] [incubator-tvm] comaniac closed pull request #5985: [CI] Bump tvmai/ci-cpu to 0.63 in CI

2020-07-02 Thread GitBox
comaniac closed pull request #5985: URL: https://github.com/apache/incubator-tvm/pull/5985 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 commented on pull request #5985: [CI] Bump tvmai/ci-cpu to 0.63 in CI

2020-07-02 Thread GitBox
tqchen commented on pull request #5985: URL: https://github.com/apache/incubator-tvm/pull/5985#issuecomment-653212192 Let us close this for now, I will file another one when the issue get resolved, sorry for the confusion. We will likely need to update tensorflow to 2.2 to resolve the

[incubator-tvm] branch master updated (6ce8a1c -> a519292)

2020-07-02 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 6ce8a1c [Target] Migrate data structure of TargetNode (#5960) add a519292 [Tutorial] Demo showing how

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

2020-07-02 Thread GitBox
tqchen commented on pull request #5975: URL: https://github.com/apache/incubator-tvm/pull/5975#issuecomment-653225192 Thanks everyone, this is merged, will ping the thread again once we have TF 2.2 landed in the CI This is

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

2020-07-02 Thread GitBox
tqchen merged pull request #5975: URL: https://github.com/apache/incubator-tvm/pull/5975 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] Leslie-Fang commented on issue #5978: [Frontend][TENSORFLOW] batch_norm() got an unexpected keyword argument 'exponential_avg_factor'

2020-07-02 Thread GitBox
Leslie-Fang commented on issue #5978: URL: https://github.com/apache/incubator-tvm/issues/5978#issuecomment-653250342 @FrozenGene Could you help to take a look of this issue:) Thanks This is an automated message from the

[GitHub] [incubator-tvm] comaniac opened a new pull request #5985: [CI] Bump tvmai/ci-cpu to 0.63 in CI

2020-07-02 Thread GitBox
comaniac opened a new pull request #5985: URL: https://github.com/apache/incubator-tvm/pull/5985 After #5936, the latest docker image with DNNL is `tvmai/ci-cpu:0.63`. cc @tqchen @zhiics This is an automated message

[GitHub] [incubator-tvm] comaniac commented on pull request #5985: [CI] Bump tvmai/ci-cpu to 0.63 in CI

2020-07-02 Thread GitBox
comaniac commented on pull request #5985: URL: https://github.com/apache/incubator-tvm/pull/5985#issuecomment-653210069 Ah...then would you suggest closing this PR first and you will file another one after the issue has been resolved, or we just leave it here for now?

[incubator-tvm] branch master updated (a519292 -> 5248c14)

2020-07-02 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 a519292 [Tutorial] Demo showing how to run a pruned 珞 model. (#5975) add 5248c14 [LLVM]

[GitHub] [incubator-tvm] tqchen merged pull request #5984: [LLVM] VectorType::get with two parameters is deprecated in LLVM 11+

2020-07-02 Thread GitBox
tqchen merged pull request #5984: URL: https://github.com/apache/incubator-tvm/pull/5984 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 pull request #5984: [LLVM] VectorType::get with two parameters is deprecated in LLVM 11+

2020-07-02 Thread GitBox
tqchen commented on pull request #5984: URL: https://github.com/apache/incubator-tvm/pull/5984#issuecomment-653266636 Thanks @kparzysz-quic @junrushao1994 ! 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-02 Thread GitBox
jcf94 commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r449339111 ## File path: src/ansor/utils.cc ## @@ -0,0 +1,55 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

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

2020-07-02 Thread GitBox
jcf94 commented on pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#issuecomment-653291178 > Left a lot of feedback, overall would like to get some clarity in the docs and comments, and think about reducing away some of the concepts to better map to existing TVM

[GitHub] [incubator-tvm] windclarion closed pull request #5987: [TARGET] each option of target str should only contain one '='

2020-07-02 Thread GitBox
windclarion closed pull request #5987: URL: https://github.com/apache/incubator-tvm/pull/5987 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] FrozenGene commented on a change in pull request #5753: [Draft] Support Module based interface runtime

2020-07-02 Thread GitBox
FrozenGene commented on a change in pull request #5753: URL: https://github.com/apache/incubator-tvm/pull/5753#discussion_r449345174 ## File path: python/tvm/runtime/graph_runtime_factory.py ## @@ -0,0 +1,144 @@ +# Licensed to the Apache Software Foundation (ASF) under one +#

[incubator-tvm] branch master updated: [TFLite] QNN support for TFLite 2.1.0 quantized models (#5848)

2020-07-02 Thread sijusamuel
This is an automated email from the ASF dual-hosted git repository. sijusamuel 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 575a383 [TFLite] QNN support for

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

2020-07-02 Thread GitBox
siju-samuel commented on pull request #5848: URL: https://github.com/apache/incubator-tvm/pull/5848#issuecomment-653280854 Thanks @anijain2305 @u99127 @tqchen. This is now merged. This is an automated message from the Apache

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

2020-07-02 Thread GitBox
siju-samuel merged pull request #5848: URL: https://github.com/apache/incubator-tvm/pull/5848 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] samskalicky commented on pull request #5986: Fixes for GraphRuntime destruction

2020-07-02 Thread GitBox
samskalicky commented on pull request #5986: URL: https://github.com/apache/incubator-tvm/pull/5986#issuecomment-653270573 @tqchen for review, @zhiics @trevor-m FYI This is an automated message from the Apache Git Service.

[GitHub] [incubator-tvm] tqchen commented on pull request #5986: Fixes for GraphRuntime destruction

2020-07-02 Thread GitBox
tqchen commented on pull request #5986: URL: https://github.com/apache/incubator-tvm/pull/5986#issuecomment-653288776 Thanks @samskalicky . I agree that the destruction would be an issue here. The fix however, is a bit adhoc. The root of problem is due to the fact of using a

[GitHub] [incubator-tvm] tqchen commented on issue #5978: [Frontend][TENSORFLOW] batch_norm() got an unexpected keyword argument 'exponential_avg_factor'

2020-07-02 Thread GitBox
tqchen commented on issue #5978: URL: https://github.com/apache/incubator-tvm/issues/5978#issuecomment-653289235 Thanks for reporting the problem, the community uses https://discuss.tvm.ai/ for quick trouble shooting and discussions, please open a new thread there

[GitHub] [incubator-tvm] tqchen commented on issue #5979: Quantize DeepLabV3+ problem

2020-07-02 Thread GitBox
tqchen commented on issue #5979: URL: https://github.com/apache/incubator-tvm/issues/5979#issuecomment-653289036 Please open a new thread on https://discuss.tvm.ai/ This is an automated message from the Apache Git Service.

[GitHub] [incubator-tvm] tqchen closed issue #5979: Quantize DeepLabV3+ problem

2020-07-02 Thread GitBox
tqchen closed issue #5979: URL: https://github.com/apache/incubator-tvm/issues/5979 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 closed issue #5978: [Frontend][TENSORFLOW] batch_norm() got an unexpected keyword argument 'exponential_avg_factor'

2020-07-02 Thread GitBox
tqchen closed issue #5978: URL: https://github.com/apache/incubator-tvm/issues/5978 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] FrozenGene commented on a change in pull request #5753: [Draft] Support Module based interface runtime

2020-07-02 Thread GitBox
FrozenGene commented on a change in pull request #5753: URL: https://github.com/apache/incubator-tvm/pull/5753#discussion_r449346814 ## File path: python/tvm/rpc/client.py ## @@ -160,7 +160,12 @@ def load_module(self, path): m : Module The remote module

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

2020-07-02 Thread GitBox
FrozenGene commented on a change in pull request #5753: URL: https://github.com/apache/incubator-tvm/pull/5753#discussion_r449346502 ## File path: python/tvm/runtime/graph_runtime_factory.py ## @@ -0,0 +1,144 @@ +# Licensed to the Apache Software Foundation (ASF) under one +#

[GitHub] [incubator-tvm] windclarion opened a new pull request #5987: [TARGET] each option of target str should only contain one '='

2020-07-02 Thread GitBox
windclarion opened a new pull request #5987: URL: https://github.com/apache/incubator-tvm/pull/5987 src/target/target_id.cc ParseAttrsFromRawString L222: if ((pos = FindUniqueSubstr(s, "=")) != -1) require option contains only one '=' The CHECK code in FindUniqueSubstr will

[GitHub] [incubator-tvm] samskalicky opened a new pull request #5986: Fixes for GraphRuntime destruction

2020-07-02 Thread GitBox
samskalicky opened a new pull request #5986: URL: https://github.com/apache/incubator-tvm/pull/5986 Ive been getting this issue when running tests, all pass, and then as the process starts to exit fails with a core dump: ``` pure virtual method called terminate called without an

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #5976: MXNet frontend support for AMP cast op

2020-07-02 Thread GitBox
icemelon9 commented on a change in pull request #5976: URL: https://github.com/apache/incubator-tvm/pull/5976#discussion_r449321892 ## File path: python/tvm/relay/frontend/mxnet.py ## @@ -903,6 +903,22 @@ def _mx_resize(inputs, attrs): return _op.image.resize(inputs[0],

[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-02 Thread GitBox
jcf94 commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r449339055 ## File path: python/tvm/ansor/serialization.py ## @@ -0,0 +1,156 @@ +# 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-02 Thread GitBox
jcf94 commented on a change in pull request #5962: URL: https://github.com/apache/incubator-tvm/pull/5962#discussion_r449338958 ## File path: python/tvm/ansor/serialization.py ## @@ -0,0 +1,156 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

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

2020-07-02 Thread GitBox
FrozenGene commented on a change in pull request #5753: URL: https://github.com/apache/incubator-tvm/pull/5753#discussion_r449345174 ## File path: python/tvm/runtime/graph_runtime_factory.py ## @@ -0,0 +1,144 @@ +# Licensed to the Apache Software Foundation (ASF) under one +#

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

2020-07-02 Thread GitBox
FrozenGene commented on a change in pull request #5753: URL: https://github.com/apache/incubator-tvm/pull/5753#discussion_r449346234 ## File path: python/tvm/runtime/graph_runtime_factory.py ## @@ -0,0 +1,144 @@ +# Licensed to the Apache Software Foundation (ASF) under one +#

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

2020-07-02 Thread GitBox
areusch commented on pull request #5921: URL: https://github.com/apache/incubator-tvm/pull/5921#issuecomment-653318864 note: I couldn't get the llvm backend module to work on my mac. it could be a mac issue, but building with c works fine, so perhaps it's a cflags problem?

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

2020-07-02 Thread GitBox
areusch edited a comment on pull request #5921: URL: https://github.com/apache/incubator-tvm/pull/5921#issuecomment-653318864 note: I couldn't get the llvm backend module for `bundle_deploy` to work on my mac. it could be a mac issue, but building with c works fine, so perhaps it's a

[GitHub] [incubator-tvm] windclarion opened a new pull request #5988: [TARGET] each option of target str should only contain one '='

2020-07-02 Thread GitBox
windclarion opened a new pull request #5988: URL: https://github.com/apache/incubator-tvm/pull/5988 src/target/target_id.cc ParseAttrsFromRawString L222: if ((pos = FindUniqueSubstr(s, "=")) != -1) require option contains only one '=' The CHECK code in FindUniqueSubstr will

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

2020-07-02 Thread GitBox
FrozenGene commented on a change in pull request #5753: URL: https://github.com/apache/incubator-tvm/pull/5753#discussion_r449346309 ## File path: python/tvm/runtime/graph_runtime_factory.py ## @@ -0,0 +1,144 @@ +# Licensed to the Apache Software Foundation (ASF) under one +#

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

2020-07-02 Thread GitBox
FrozenGene commented on a change in pull request #5753: URL: https://github.com/apache/incubator-tvm/pull/5753#discussion_r449346234 ## File path: python/tvm/runtime/graph_runtime_factory.py ## @@ -0,0 +1,144 @@ +# Licensed to the Apache Software Foundation (ASF) under one +#

[GitHub] [incubator-tvm] siju-samuel commented on a change in pull request #5988: [TARGET] each option of target str should only contain one '='

2020-07-02 Thread GitBox
siju-samuel commented on a change in pull request #5988: URL: https://github.com/apache/incubator-tvm/pull/5988#discussion_r449361801 ## File path: python/tvm/target/target.py ## @@ -194,21 +194,22 @@ def arm_cpu(model='unknown', options=None): Additional options

[GitHub] [incubator-tvm] Leslie-Fang opened a new issue #5978: [Frontend][TENSORFLOW] batch_norm() got an unexpected keyword argument 'exponential_avg_factor'

2020-07-02 Thread GitBox
Leslie-Fang opened a new issue #5978: URL: https://github.com/apache/incubator-tvm/issues/5978 I am trying to convert a resnet style model into TVM, but I got the error message: ``` Traceback (most recent call last): File "tensorflow_tvm.py", line 47, in mod, params =

[GitHub] [incubator-tvm] zhangzhen507 opened a new issue #5979: Quantize DeepLabV3+ problem

2020-07-02 Thread GitBox
zhangzhen507 opened a new issue #5979: URL: https://github.com/apache/incubator-tvm/issues/5979 I quantize DeepLabV3+ model from Tensorflow and meet the problem here. The quantization pass has the following problem. 02-07-2020:01:42:42,719 INFO [_calibrate.py:99]

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

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

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

2020-07-02 Thread GitBox
kevinthesun commented on pull request #5938: URL: https://github.com/apache/incubator-tvm/pull/5938#issuecomment-652801150 Thanks @merrymercy @junrushao1994 @tqchen This is an automated message from the Apache Git Service.

[GitHub] [incubator-tvm] giuseros commented on pull request #5980: Fixed point multiplication improvements for AArch64

2020-07-02 Thread GitBox
giuseros commented on pull request #5980: URL: https://github.com/apache/incubator-tvm/pull/5980#issuecomment-65255 cc @tqchen @anijain2305 @kparzysz-quic This is an automated message from the Apache Git Service. To

[GitHub] [incubator-tvm] giuseros opened a new pull request #5980: Fixed point multiplication improvements for AArch64

2020-07-02 Thread GitBox
giuseros opened a new pull request #5980: URL: https://github.com/apache/incubator-tvm/pull/5980 ### RFC This PR is based on the following RFC: https://discuss.tvm.ai/t/rfc-using-arm-intrinsics-to-implement-fixed-point-multiplication-in-tvm/7150/6 ### High level description of