[I] [RESULT][VOTE] Release Apache TVM v0.15.0 [tvm]

2024-01-25 Thread via GitHub
ysh329 opened a new issue, #16475: URL: https://github.com/apache/tvm/issues/16475 Dear TVM community, I'm glad to announce the results of the vote for the release of the `v0.14.0.rc0` package. This vote passes with 3 "+1 votes" (3 binding), no "0 votes", and no "-1 vote". ##

Re: [I] [VOTE] Release Apache TVM v0.15.0.rc0 [tvm]

2024-01-25 Thread via GitHub
Hzfengsy commented on issue #16428: URL: https://github.com/apache/tvm/issues/16428#issuecomment-1911507621 +1 -- 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

Re: [I] [VOTE] Release Apache TVM v0.15.0.rc0 [tvm]

2024-01-25 Thread via GitHub
ysh329 commented on issue #16428: URL: https://github.com/apache/tvm/issues/16428#issuecomment-1911507376 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

Re: [PR] [BugTIR] fix thread_sync occurs in letstmt [tvm]

2024-01-25 Thread via GitHub
JackWeiw commented on code in PR #16454: URL: https://github.com/apache/tvm/pull/16454#discussion_r1467227960 ## src/tir/transforms/storage_access.cc: ## @@ -94,6 +98,20 @@ void StorageAccessVisitor::VisitStmt_(const EvaluateNode* op) { allow_append_ = false; } +void

Re: [I] [VOTE] Release Apache TVM v0.15.0.rc0 [tvm]

2024-01-25 Thread via GitHub
ysh329 commented on issue #16428: URL: https://github.com/apache/tvm/issues/16428#issuecomment-1911491329 +1 -- 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

(tvm) branch nightly updated (593a4bd9d7 -> 8ade9c30ed)

2024-01-25 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 593a4bd9d7 [Relax] NDArray Cache Update with DLTensor Support (#16464) add b98bc66584 [Relax] Memory planning

Re: [PR] [BugTIR] fix thread_sync occurs in letstmt [tvm]

2024-01-25 Thread via GitHub
JackWeiw commented on code in PR #16454: URL: https://github.com/apache/tvm/pull/16454#discussion_r1467213250 ## tests/python/tir-transform/test_tir_transform_thread_sync.py: ## @@ -160,8 +160,49 @@ def expected(A: T.Buffer((4, 4), "float32"), E: T.Buffer((4, 4), "float32")):

[PR] Update flash attention to integrate flash decoding with paged KV cache [tvm]

2024-01-25 Thread via GitHub
masahi opened a new pull request, #16474: URL: https://github.com/apache/tvm/pull/16474 Flash attention recently added support for loading from paged KV cache in https://github.com/Dao-AILab/flash-attention/commit/54e80a3829c6d2337570d01e78ebd9529c02d342. The support was added to

Re: [PR] [Unity][Cutlass] Fix C source generation of dense operation [tvm]

2024-01-25 Thread via GitHub
creaiter closed pull request #16463: [Unity][Cutlass] Fix C source generation of dense operation URL: https://github.com/apache/tvm/pull/16463 -- 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

Re: [PR] [Redo][Unity] Split DecomposeOpsForTraining into two steps [tvm]

2024-01-25 Thread via GitHub
slyubomirsky commented on PR #16465: URL: https://github.com/apache/tvm/pull/16465#issuecomment-1911284435 Ah, that seems like a good reason then. :+1: Some bigger simplifications in the works. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] [Transform] Preserve all reachable functions in FuseTIR [tvm]

2024-01-25 Thread via GitHub
slyubomirsky commented on code in PR #16471: URL: https://github.com/apache/tvm/pull/16471#discussion_r1467148384 ## src/relax/transform/fuse_tir.cc: ## @@ -950,63 +940,66 @@ class TIRFuseMutator : public ExprMutator { if (call->op->IsInstance()) { // Case 1. It

Re: [PR] [Transform] Preserve all reachable functions in FuseTIR [tvm]

2024-01-25 Thread via GitHub
slyubomirsky commented on PR #16471: URL: https://github.com/apache/tvm/pull/16471#issuecomment-1911262047 Could you add the test case from that PR? It probably will solve that problem. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

(tvm) branch main updated: [Unity] Improved error message in tvm::relax::UpdateStructInfo (#16472)

2024-01-25 Thread sslyu
This is an automated email from the ASF dual-hosted git repository. sslyu 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 8ade9c30ed [Unity] Improved error message in

Re: [PR] [Unity] Improved error message in tvm::relax::UpdateStructInfo [tvm]

2024-01-25 Thread via GitHub
slyubomirsky merged PR #16472: URL: https://github.com/apache/tvm/pull/16472 -- 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 main updated: [Unity] Improve error message in tensor_to_shape struct inference (#16473)

2024-01-25 Thread sslyu
This is an automated email from the ASF dual-hosted git repository. sslyu 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 47424b374b [Unity] Improve error message in

Re: [PR] [Unity] Improve error message in tensor_to_shape struct inference [tvm]

2024-01-25 Thread via GitHub
slyubomirsky merged PR #16473: URL: https://github.com/apache/tvm/pull/16473 -- 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:

Re: [PR] [DRAFT] test the temporary aws credentials [tvm]

2024-01-25 Thread via GitHub
yongwww closed pull request #16459: [DRAFT] test the temporary aws credentials URL: https://github.com/apache/tvm/pull/16459 -- 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

Re: [PR] [BugTIR] fix thread_sync occurs in letstmt [tvm]

2024-01-25 Thread via GitHub
vinx13 commented on code in PR #16454: URL: https://github.com/apache/tvm/pull/16454#discussion_r1466957964 ## tests/python/tir-transform/test_tir_transform_thread_sync.py: ## @@ -160,8 +160,49 @@ def expected(A: T.Buffer((4, 4), "float32"), E: T.Buffer((4, 4), "float32")):

(tvm) branch main updated: [LINT] Fix pylint issues in test_dma_builtin.py (#16468)

2024-01-25 Thread lukhut
This is an automated email from the ASF dual-hosted git repository. lukhut 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 5012208e4b [LINT] Fix pylint issues in

Re: [PR] [LINT] Fix pylint issues in test_dma_builtin.py [tvm]

2024-01-25 Thread via GitHub
lhutton1 merged PR #16468: URL: https://github.com/apache/tvm/pull/16468 -- 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:

[PR] [Unity] Improved error message in tvm::relax::UpdateStructInfo [tvm]

2024-01-25 Thread via GitHub
Lunderberg opened a new pull request, #16472: URL: https://github.com/apache/tvm/pull/16472 If the struct info cannot be updated, provide the expression, the previous struct info, and the new struct info in the error message. -- This is an automated message from the Apache Git Service.

Re: [PR] [Unity][Relax] Avoid removing `PrimFunc`s that are used for in-place calls in `FuseTIR` [tvm]

2024-01-25 Thread via GitHub
Lunderberg commented on PR #16462: URL: https://github.com/apache/tvm/pull/16462#issuecomment-1910354803 > These PrimFuncs will not be dead code either, since they will actually be called in the final program. Hmm. My impression for the `funcs_to_keep` was that it forwarded all

Re: [PR] [Redo][Unity] Split DecomposeOpsForTraining into two steps [tvm]

2024-01-25 Thread via GitHub
Lunderberg commented on PR #16465: URL: https://github.com/apache/tvm/pull/16465#issuecomment-1910312936 It isn't strictly necessary, but I'd like to move in that direction as a first step in removing the `LegalizeOpsForInference` step altogether. This came up in a conversation

Re: [PR] [BugTIR] fix thread_sync occurs in letstmt [tvm]

2024-01-25 Thread via GitHub
JackWeiw commented on PR #16454: URL: https://github.com/apache/tvm/pull/16454#issuecomment-1909980005 cc @vinx13 @spectrometerHBH please spend a little time do a review if you see this -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[PR] [TVMC] Enable VM from tvmc command line and cross compile [tvm]

2024-01-25 Thread via GitHub
krishnaraj36 opened a new pull request, #16469: URL: https://github.com/apache/tvm/pull/16469 1. Enable VM executor in tvmc command line script (--use-vm) 2. Enable cross-compiler option for VM executor compile, it fixed opencl compilation for adreno platform. -- This is an automated

[PR] [LINT] Fix pylint issues in test_dma_builtin.py [tvm]

2024-01-25 Thread via GitHub
ekalda opened a new pull request, #16468: URL: https://github.com/apache/tvm/pull/16468 We see `no-self-argument` and `wrong-import-order` pylint errors in downstream CI. Eyeballing the file, both of these errors are legit, it's not clear why the upstream CI didn't catch them, potentially

(tvm) branch main updated (b98bc66584 -> bbbc8956a9)

2024-01-25 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from b98bc66584 [Relax] Memory planning for "partially dynamic" shapes (#16466) add bbbc8956a9 [Contrib] Workspace for

Re: [PR] [Contrib] Workspace for cuBLAS backend [tvm]

2024-01-25 Thread via GitHub
masahi merged PR #16413: URL: https://github.com/apache/tvm/pull/16413 -- 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:

Re: [PR] [Contrib] Workspace for cuBLAS backend [tvm]

2024-01-25 Thread via GitHub
masahi commented on code in PR #16413: URL: https://github.com/apache/tvm/pull/16413#discussion_r1466127313 ## src/runtime/contrib/cublas/cublas_utils.h: ## @@ -80,7 +80,14 @@ struct CuBlasThreadEntry { struct CuBlasLtThreadEntry { CuBlasLtThreadEntry();