[GitHub] [tvm] krishnaraj36 opened a new pull request, #15786: [TOPI][ADRENO] Add conv2d transpose nchw texture schedule.

2023-09-19 Thread via GitHub
krishnaraj36 opened a new pull request, #15786: URL: https://github.com/apache/tvm/pull/15786 Added the conv2d transpose strategy for adreno target and enable the optimized schedule. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [tvm] rebel-jonghewk opened a new issue, #15785: [Bug] torch.bincount cannot be compiled

2023-09-19 Thread via GitHub
rebel-jonghewk opened a new issue, #15785: URL: https://github.com/apache/tvm/issues/15785 Thanks for participating in the TVM community! We use https://discuss.tvm.ai for any general usage questions and discussions. The issue tracker is used for actionable items such as feature proposals

[tvm] branch nightly updated (d60fb7295e -> 9613385fd0)

2023-09-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch nightly in repository https://gitbox.apache.org/repos/asf/tvm.git from d60fb7295e [TFLite][Frontend] Support quantized NOT_EQUAL (#15769) add 9613385fd0 [Codegen][ROCm] Mismatched

[GitHub] [tvm] junrushao opened a new pull request, #15784: [nn.Module] Add Missing Import nn.MultiLinear

2023-09-19 Thread via GitHub
junrushao opened a new pull request, #15784: URL: https://github.com/apache/tvm/pull/15784 Following #15662, this PR adds the missing import logic of `nn.MultiLinear` to the `tvm.relax.frontend.nn` namespace. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [tvm] junrushao commented on pull request #15761: [Target] LLVM helper functions for any target info

2023-09-19 Thread via GitHub
junrushao commented on PR #15761: URL: https://github.com/apache/tvm/pull/15761#issuecomment-1726826413 This is awesome! Could you guys help review? @Lunderberg @vvchernov @kparzysz-quic @echuraev -- This is an automated message from the Apache Git Service. To respond to the message,

[tvm] branch main updated (d60fb7295e -> 9613385fd0)

2023-09-19 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 d60fb7295e [TFLite][Frontend] Support quantized NOT_EQUAL (#15769) add 9613385fd0 [Codegen][ROCm] Mismatched Dtype

[GitHub] [tvm] junrushao merged pull request #15777: [Codegen][ROCm] Mismatched Dtype of Workgroup/Workitem

2023-09-19 Thread via GitHub
junrushao merged PR #15777: URL: https://github.com/apache/tvm/pull/15777 -- 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:

[tvm] branch unity updated (25c6218e64 -> 1965315108)

2023-09-19 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao pushed a change to branch unity in repository https://gitbox.apache.org/repos/asf/tvm.git from 25c6218e64 [Unity] Skip shape checking on transformed params (#15736) add 1965315108 [Unity][BugFix] FuseTIR not

[GitHub] [tvm] junrushao merged pull request #15782: [Unity][BugFix] FuseTIR not keeping ExternFunc in IRModule

2023-09-19 Thread via GitHub
junrushao merged PR #15782: URL: https://github.com/apache/tvm/pull/15782 -- 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:

[GitHub] [tvm] junrushao commented on a diff in pull request #15776: [Disco] Integrate RCCL

2023-09-19 Thread via GitHub
junrushao commented on code in PR #15776: URL: https://github.com/apache/tvm/pull/15776#discussion_r1330808771 ## src/runtime/disco/ccl/ccl.cc: ## @@ -16,9 +16,48 @@ * specific language governing permissions and limitations * under the License. */ +#ifndef

[GitHub] [tvm] junrushao commented on a diff in pull request #15776: [Disco] Integrate RCCL

2023-09-19 Thread via GitHub
junrushao commented on code in PR #15776: URL: https://github.com/apache/tvm/pull/15776#discussion_r1330805517 ## tests/python/disco/test_ccl.py: ## @@ -28,22 +28,51 @@ from tvm.runtime import disco as di from tvm.runtime.relax_vm import VirtualMachine from tvm.script import

[GitHub] [tvm] junrushao commented on a diff in pull request #15776: [Disco] Integrate RCCL

2023-09-19 Thread via GitHub
junrushao commented on code in PR #15776: URL: https://github.com/apache/tvm/pull/15776#discussion_r1330804996 ## tests/python/disco/test_ccl.py: ## @@ -28,22 +28,51 @@ from tvm.runtime import disco as di from tvm.runtime.relax_vm import VirtualMachine from tvm.script import

[GitHub] [tvm] TH3CHARLie commented on a diff in pull request #5205: [TIR] Introduce BufferLoad/Store

2023-09-19 Thread via GitHub
TH3CHARLie commented on code in PR #5205: URL: https://github.com/apache/tvm/pull/5205#discussion_r1330696705 ## include/tvm/tir/var.h: ## @@ -0,0 +1,343 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the

[tvm] branch unity updated: [Unity] Skip shape checking on transformed params (#15736)

2023-09-19 Thread jwfromm
This is an automated email from the ASF dual-hosted git repository. jwfromm pushed a commit to branch unity in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/unity by this push: new 25c6218e64 [Unity] Skip shape checking on

[GitHub] [tvm] jwfromm merged pull request #15736: [Unity] Skip shape checking on transformed params

2023-09-19 Thread via GitHub
jwfromm merged PR #15736: URL: https://github.com/apache/tvm/pull/15736 -- 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:

[GitHub] [tvm] junrushao commented on a diff in pull request #15776: [Disco] Integrate RCCL

2023-09-19 Thread via GitHub
junrushao commented on code in PR #15776: URL: https://github.com/apache/tvm/pull/15776#discussion_r1330656037 ## tests/python/disco/test_rccl.py: ## @@ -0,0 +1,376 @@ +# Licensed to the Apache Software Foundation (ASF) under one Review Comment: you may parameterize the

[GitHub] [tvm] LeshengJin commented on a diff in pull request #15776: [Disco] Integrate RCCL

2023-09-19 Thread via GitHub
LeshengJin commented on code in PR #15776: URL: https://github.com/apache/tvm/pull/15776#discussion_r1330654090 ## src/runtime/disco/ccl/utils.h: ## @@ -19,22 +19,21 @@ #ifndef TVM_RUNTIME_DISCO_NCCL_UTILS_H_ #define TVM_RUNTIME_DISCO_NCCL_UTILS_H_ -#include #include

[GitHub] [tvm] LeshengJin commented on a diff in pull request #15776: [Disco] Integrate RCCL

2023-09-19 Thread via GitHub
LeshengJin commented on code in PR #15776: URL: https://github.com/apache/tvm/pull/15776#discussion_r1330653754 ## src/runtime/disco/ccl/utils.h: ## @@ -19,22 +19,21 @@ #ifndef TVM_RUNTIME_DISCO_NCCL_UTILS_H_ #define TVM_RUNTIME_DISCO_NCCL_UTILS_H_ -#include #include

[GitHub] [tvm] jinhongyii commented on pull request #15781: [Unity][Dlight] Fix inline consumer in matmul tensorize rule

2023-09-19 Thread via GitHub
jinhongyii commented on PR #15781: URL: https://github.com/apache/tvm/pull/15781#issuecomment-1726350383 cc: @Hzfengsy -- 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

[GitHub] [tvm] jinhongyii opened a new pull request, #15781: [Unity][Dlight] Fix inline consumer in matmul tensorize rule

2023-09-19 Thread via GitHub
jinhongyii opened a new pull request, #15781: URL: https://github.com/apache/tvm/pull/15781 Some blocks have failed to be inlined to the producer cache-write stage. This could be due to another producer block that has not been scheduled. This PR fixes this by using the same function in

[GitHub] [tvm] Aleksei-grovety opened a new pull request, #15780: [microNPU][ETHOSU] MatMul legalization support

2023-09-19 Thread via GitHub
Aleksei-grovety opened a new pull request, #15780: URL: https://github.com/apache/tvm/pull/15780 NPU has a restriction that weights must be constant, so the matrix multiplication operation was expressed using split, elementwise multiplication, reduce sum, concatenations operations.

[GitHub] [tvm] leiwen83 closed pull request #15597: add tir_var_best_tuned function attr

2023-09-19 Thread via GitHub
leiwen83 closed pull request #15597: add tir_var_best_tuned function attr URL: https://github.com/apache/tvm/pull/15597 -- 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

[GitHub] [tvm] masahi closed issue #15770: [Bug]

2023-09-19 Thread via GitHub
masahi closed issue #15770: [Bug] URL: https://github.com/apache/tvm/issues/15770 -- 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:

[GitHub] [tvm] srkreddy1238 opened a new pull request, #15779: [TVMC] enable dumping imported modules too

2023-09-19 Thread via GitHub
srkreddy1238 opened a new pull request, #15779: URL: https://github.com/apache/tvm/pull/15779 Now we can dump the imported modules source too like device code. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL