[GitHub] [tvm] comaniac merged pull request #7297: [FIX,AUTOTVM] Add flop counts to cublas

2021-01-23 Thread GitBox
comaniac merged pull request #7297: URL: https://github.com/apache/tvm/pull/7297 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

[tvm] branch main updated: [FIX, AUTOTVM] Add flop counts to cublas (#7297)

2021-01-23 Thread comaniac
This is an automated email from the ASF dual-hosted git repository. comaniac pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 218048e [FIX,AUTOTVM] Add flop counts to cublas

[GitHub] [tvm] comaniac commented on pull request #7297: [FIX,AUTOTVM] Add flop counts to cublas

2021-01-23 Thread GitBox
comaniac commented on pull request #7297: URL: https://github.com/apache/tvm/pull/7297#issuecomment-765890787 Thanks @tkonolige This is an automated message from the Apache Git Service. To respond to the message, please log

[tvm] branch main updated: [PatternLang] Add a relay LetPattern (#7332)

2021-01-23 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new e889def [PatternLang] Add a relay LetPattern (#7332)

[GitHub] [tvm] masahi commented on pull request #7332: [PatternLang] Add a relay LetPattern

2021-01-23 Thread GitBox
masahi commented on pull request #7332: URL: https://github.com/apache/tvm/pull/7332#issuecomment-765889637 Thanks @mbrookhart @comaniac This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [tvm] masahi merged pull request #7332: [PatternLang] Add a relay LetPattern

2021-01-23 Thread GitBox
masahi merged pull request #7332: URL: https://github.com/apache/tvm/pull/7332 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 the

[GitHub] [tvm] tqchen commented on a change in pull request #7153: [RUNTIME] Add libbacktrace for backtraces with line numbers

2021-01-23 Thread GitBox
tqchen commented on a change in pull request #7153: URL: https://github.com/apache/tvm/pull/7153#discussion_r563164652 ## File path: include/tvm/runtime/logging.h ## @@ -0,0 +1,380 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

[GitHub] [tvm] comaniac commented on pull request #7317: [AutoScheduler] Separate shapes from DAG hash and enable schedule sharing

2021-01-23 Thread GitBox
comaniac commented on pull request #7317: URL: https://github.com/apache/tvm/pull/7317#issuecomment-766280534 > The added warning message is too general. There are a lot of other reasons to hit this warning message. So I prefer not having it. > I don't have a good place to put this

[GitHub] [tvm] junrushao1994 commented on a change in pull request #7330: [FIX] Improve error messages when array/map types do not match in function calls

2021-01-23 Thread GitBox
junrushao1994 commented on a change in pull request #7330: URL: https://github.com/apache/tvm/pull/7330#discussion_r563241667 ## File path: include/tvm/node/container.h ## @@ -1449,31 +1449,41 @@ namespace runtime { // Additional overloads for PackedFunc checking. template

[GitHub] [tvm] tmoreau89 commented on pull request #7098: [CI][BYORTL] add Verilator regression test to CI

2021-01-23 Thread GitBox
tmoreau89 commented on pull request #7098: URL: https://github.com/apache/tvm/pull/7098#issuecomment-766175904 Thank you @liangfu @tqchen @vegaluisjose ; the PR has been merged. This is an automated message from the Apache

[tvm] branch main updated: add Verilator to CI (#7098)

2021-01-23 Thread moreau
This is an automated email from the ASF dual-hosted git repository. moreau pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 42eb55d add Verilator to CI (#7098) 42eb55d is

[GitHub] [tvm] tmoreau89 commented on a change in pull request #7326: [Tutorial] Autoscheduler on ARM devices

2021-01-23 Thread GitBox
tmoreau89 commented on a change in pull request #7326: URL: https://github.com/apache/tvm/pull/7326#discussion_r563224208 ## File path: tutorials/auto_scheduler/tune_network_arm.py ## @@ -0,0 +1,431 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [tvm] tmoreau89 commented on pull request #7326: [Tutorial] Autoscheduler on ARM devices

2021-01-23 Thread GitBox
tmoreau89 commented on pull request #7326: URL: https://github.com/apache/tvm/pull/7326#issuecomment-766274581 @merrymercy Thanks, I can run the eval of the mobilenet model on RPi4b between autoTVM and Ansor and report the results. Please give me a day or two to collect the results.

[GitHub] [tvm] tqchen commented on a change in pull request #7330: [FIX] Improve error messages when array/map types do not match in function calls

2021-01-23 Thread GitBox
tqchen commented on a change in pull request #7330: URL: https://github.com/apache/tvm/pull/7330#discussion_r563229798 ## File path: include/tvm/node/container.h ## @@ -1449,31 +1449,41 @@ namespace runtime { // Additional overloads for PackedFunc checking. template struct

[GitHub] [tvm] merrymercy commented on a change in pull request #7326: [Tutorial] Autoscheduler on ARM devices

2021-01-23 Thread GitBox
merrymercy commented on a change in pull request #7326: URL: https://github.com/apache/tvm/pull/7326#discussion_r563202991 ## File path: tutorials/auto_scheduler/tune_network_arm.py ## @@ -0,0 +1,431 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [tvm] tmoreau89 merged pull request #7098: [CI][BYORTL] add Verilator regression test to CI

2021-01-23 Thread GitBox
tmoreau89 merged pull request #7098: URL: https://github.com/apache/tvm/pull/7098 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] [tvm] merrymercy commented on pull request #7317: [AutoScheduler] Separate shapes from DAG hash and enable schedule sharing

2021-01-23 Thread GitBox
merrymercy commented on pull request #7317: URL: https://github.com/apache/tvm/pull/7317#issuecomment-766142039 The added warning message is too general. There are a lot of other reasons to hit this warning message. So I prefer not having it. I don't have a good place to put this

[GitHub] [tvm] merrymercy commented on a change in pull request #7326: [Tutorial] Autoscheduler on ARM devices

2021-01-23 Thread GitBox
merrymercy commented on a change in pull request #7326: URL: https://github.com/apache/tvm/pull/7326#discussion_r563202991 ## File path: tutorials/auto_scheduler/tune_network_arm.py ## @@ -0,0 +1,431 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [tvm] merrymercy commented on a change in pull request #7326: [Tutorial] Autoscheduler on ARM devices

2021-01-23 Thread GitBox
merrymercy commented on a change in pull request #7326: URL: https://github.com/apache/tvm/pull/7326#discussion_r563202991 ## File path: tutorials/auto_scheduler/tune_network_arm.py ## @@ -0,0 +1,431 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [tvm] merrymercy commented on pull request #7326: [Tutorial] Autoscheduler on ARM devices

2021-01-23 Thread GitBox
merrymercy commented on pull request #7326: URL: https://github.com/apache/tvm/pull/7326#issuecomment-766184383 Let us address comments from @FrozenGene and verify the performance. Then we can merge this. This is an

[GitHub] [tvm] vegaluisjose commented on pull request #7098: [CI][BYORTL] add Verilator regression test to CI

2021-01-23 Thread GitBox
vegaluisjose commented on pull request #7098: URL: https://github.com/apache/tvm/pull/7098#issuecomment-766111073 Hey guys, The CI is updated now with the new version of Verilator backend. CI (Jenkins) seems to be working.