[GitHub] [tvm] new-TonyWang commented on pull request #9850: [Fix Bug]fix the bugs of keras frontend when parsing LSTM, GRU, RNN layers.

2022-01-29 Thread GitBox
new-TonyWang commented on pull request #9850: URL: https://github.com/apache/tvm/pull/9850#issuecomment-1025085016 > Looks like you need to run `black` formatter on the files, it's failing our linter It's finished.Could you please check it out when you are free? -- This is an aut

[GitHub] [tvm] new-TonyWang commented on pull request #9850: [Fix Bug]fix the bugs of keras frontend when parsing LSTM, GRU, RNN layers.

2022-01-29 Thread GitBox
new-TonyWang commented on pull request #9850: URL: https://github.com/apache/tvm/pull/9850#issuecomment-1025082333 > Looks like you need to run `black` formatter on the files, it's failing our linter ok, I will do it now -- This is an automated message from the Apache Git Service.

[tvm] branch main updated: [MetaSchedule][M4a] User-API: Tune-TE/TIR/Relay (#10079)

2022-01-29 Thread syfeng
This is an automated email from the ASF dual-hosted git repository. syfeng 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 779dc51 [MetaSchedule][M4a] User-API: Tune-TE/TIR/Rela

[GitHub] [tvm] Hzfengsy merged pull request #10079: [MetaSchedule][M4a] User-API: Tune-TE/TIR/Relay

2022-01-29 Thread GitBox
Hzfengsy merged pull request #10079: URL: https://github.com/apache/tvm/pull/10079 -- 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 specific comment. To unsubscribe, e-mail: commits-unsubsc

[GitHub] [tvm] masahi commented on pull request #10105: [CI] Update DGL in gpu image

2022-01-29 Thread GitBox
masahi commented on pull request #10105: URL: https://github.com/apache/tvm/pull/10105#issuecomment-1025076192 I updated `Jenkinsfile` to point to `v0.81`, but Jenkins is still fetching the old image so the tutorial failed. -- This is an automated message from the Apache Git Service. To

[GitHub] [tvm] lazycal commented on pull request #10106: [onnx] fix onnx where broadcast

2022-01-29 Thread GitBox
lazycal commented on pull request #10106: URL: https://github.com/apache/tvm/pull/10106#issuecomment-1025045493 @Laurawly Can you take a look? -- 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] lazycal opened a new pull request #10106: [onnx] fix onnx where broadcast

2022-01-29 Thread GitBox
lazycal opened a new pull request #10106: URL: https://github.com/apache/tvm/pull/10106 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 code reviews from

[GitHub] [tvm] AndrewZhaoLuo closed issue #10064: Indexing ops should support unsigned integer types

2022-01-29 Thread GitBox
AndrewZhaoLuo closed issue #10064: URL: https://github.com/apache/tvm/issues/10064 -- 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 specific comment. To unsubscribe, e-mail: commits-unsubsc

[tvm] branch main updated (538347e -> 1f9c76b)

2022-01-29 Thread andrewzhaoluo
This is an automated email from the ASF dual-hosted git repository. andrewzhaoluo pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 538347e [MetaSchedule] postproc: rewrite_cooperative_fetch (#10081) add 1f9c76b [Op][Topi] 5 ops can accept

[GitHub] [tvm] AndrewZhaoLuo merged pull request #10098: [Op][Topi] 5 ops can accept unsigned integers as indices

2022-01-29 Thread GitBox
AndrewZhaoLuo merged pull request #10098: URL: https://github.com/apache/tvm/pull/10098 -- 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 specific comment. To unsubscribe, e-mail: commits-un

[GitHub] [tvm] junrushao1994 commented on pull request #10105: [CI] Update DGL in gpu image

2022-01-29 Thread GitBox
junrushao1994 commented on pull request #10105: URL: https://github.com/apache/tvm/pull/10105#issuecomment-1025013321 CC @yzh119 who is a core DGL developer -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [tvm] junrushao1994 commented on a change in pull request #10079: [MetaSchedule][M4a] User-API: Tune-TE/TIR/Relay

2022-01-29 Thread GitBox
junrushao1994 commented on a change in pull request #10079: URL: https://github.com/apache/tvm/pull/10079#discussion_r795100767 ## File path: tests/python/unittest/test_meta_schedule_tune_relay.py ## @@ -0,0 +1,151 @@ +# Licensed to the Apache Software Foundation (ASF) under on

[GitHub] [tvm] masahi closed pull request #10101: [Code Style Change] - Changed Vulkan code to match TVM conventions.

2022-01-29 Thread GitBox
masahi closed pull request #10101: URL: https://github.com/apache/tvm/pull/10101 -- 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 specific comment. To unsubscribe, e-mail: commits-unsubscr.

[GitHub] [tvm] masahi commented on pull request #10101: [Code Style Change] - Changed Vulkan code to match TVM conventions.

2022-01-29 Thread GitBox
masahi commented on pull request #10101: URL: https://github.com/apache/tvm/pull/10101#issuecomment-1025000269 Thanks for the suggestion, I don't see a need to apply this change. If @Lunderberg likes this patch we can reopen. -- This is an automated message from the Apache Git Service. T

[GitHub] [tvm] junrushao1994 commented on a change in pull request #10079: [MetaSchedule][M4a] User-API: Tune-TE/TIR/Relay

2022-01-29 Thread GitBox
junrushao1994 commented on a change in pull request #10079: URL: https://github.com/apache/tvm/pull/10079#discussion_r795100613 ## File path: python/tvm/meta_schedule/testing/relay_workload.py ## @@ -15,13 +15,230 @@ # specific language governing permissions and limitations #

[GitHub] [tvm] junrushao1994 commented on pull request #10055: [MetaSchedule][M4b] Testcases for TensorRT builder/runner

2022-01-29 Thread GitBox
junrushao1994 commented on pull request #10055: URL: https://github.com/apache/tvm/pull/10055#issuecomment-1024997162 Thanks @sunggg! It's finally merged :-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[tvm] branch main updated (ba65197 -> 538347e)

2022-01-29 Thread bohan
This is an automated email from the ASF dual-hosted git repository. bohan pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from ba65197 [MetaSchedule][M4b] Testcases for TensorRT builder/runner (#10055) add 538347e [MetaSchedule] postproc: rew

[GitHub] [tvm] spectrometerHBH merged pull request #10081: [MetaSchedule][M4a] Rewrite-Cooperative-Fetch

2022-01-29 Thread GitBox
spectrometerHBH merged pull request #10081: URL: https://github.com/apache/tvm/pull/10081 -- 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 specific comment. To unsubscribe, e-mail: commits-

[tvm] branch main updated (0fb5ae2 -> ba65197)

2022-01-29 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 0fb5ae2 [Op][Topi] Gather, GatherND, Take can accept unsigned integers as indices (#10080) add ba65197 [MetaSch

[GitHub] [tvm] junrushao1994 merged pull request #10055: [MetaSchedule][M4b] Testcases for TensorRT builder/runner

2022-01-29 Thread GitBox
junrushao1994 merged pull request #10055: URL: https://github.com/apache/tvm/pull/10055 -- 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 specific comment. To unsubscribe, e-mail: commits-un

[tvm] branch main updated (21154c2 -> 0fb5ae2)

2022-01-29 Thread mbrookhart
This is an automated email from the ASF dual-hosted git repository. mbrookhart pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 21154c2 [TE] Fix Const Int bound analysis to handle uints for division (#10102) add 0fb5ae2 [Op][Topi] Gather,

[GitHub] [tvm] mbrookhart commented on pull request #10080: [Op][Topi] Gather, GatherND, Take can accept unsigned integers as indices

2022-01-29 Thread GitBox
mbrookhart commented on pull request #10080: URL: https://github.com/apache/tvm/pull/10080#issuecomment-1024948549 Thanks @AndrewZhaoLuo -- 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 spec

[GitHub] [tvm] mbrookhart merged pull request #10080: [Op][Topi] Gather, GatherND, Take can accept unsigned integers as indices

2022-01-29 Thread GitBox
mbrookhart merged pull request #10080: URL: https://github.com/apache/tvm/pull/10080 -- 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 specific comment. To unsubscribe, e-mail: commits-unsub

[GitHub] [tvm] MasterJH5574 commented on a change in pull request #10066: [TIR] Add software pipelining

2022-01-29 Thread GitBox
MasterJH5574 commented on a change in pull request #10066: URL: https://github.com/apache/tvm/pull/10066#discussion_r795060478 ## File path: src/tir/transforms/inject_software_pipeline.cc ## @@ -0,0 +1,785 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [tvm] argrento opened a new pull request #10104: Remove javah support

2022-01-29 Thread GitBox
argrento opened a new pull request #10104: URL: https://github.com/apache/tvm/pull/10104 Follow https://openjdk.java.net/jeps/313 and remove 'javah' from scripts and configs for linux platform and some android apps. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [tvm] FZYUAN-1 edited a comment on pull request #10098: [Op][Topi] 5 ops can accept unsigned integers as indices

2022-01-29 Thread GitBox
FZYUAN-1 edited a comment on pull request #10098: URL: https://github.com/apache/tvm/pull/10098#issuecomment-1024879007 > LGTM mostly, just lmk the plan to deal with unravel_index Thanks for your help! I prefer to drop unravel_index and open a PR later. -- This is an automated mess

[GitHub] [tvm] FZYUAN-1 edited a comment on pull request #10098: [Op][Topi] 5 ops can accept unsigned integers as indices

2022-01-29 Thread GitBox
FZYUAN-1 edited a comment on pull request #10098: URL: https://github.com/apache/tvm/pull/10098#issuecomment-1024879007 > LGTM mostly, just lmk the plan to deal with unravel_index Thanks for your help! I prefer to drop unravel_index and open a PR later. As its test was not included,

[GitHub] [tvm] FZYUAN-1 commented on pull request #10098: [Op][Topi] 5 ops can accept unsigned integers as indices

2022-01-29 Thread GitBox
FZYUAN-1 commented on pull request #10098: URL: https://github.com/apache/tvm/pull/10098#issuecomment-1024879007 > LGTM mostly, just lmk the plan to deal with unravel_index Thanks for your help! I prefer to drop unravel_index and open a PR later. -- This is an automated message fro