You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "Lunderberg (via GitHub)" <gi...@apache.org> on 2024/03/06 18:19:36 UTC

[PR] [Bugfix][Thrust] Mark relax.cumsum implementation as scheduled [tvm]

Lunderberg opened a new pull request, #16688:
URL: https://github.com/apache/tvm/pull/16688

   Prior to this commit, the
   `tests/python/relax/test_frontend_nn_op.py::test_renormalize_top_p_top_k_prob` test is failing on the main branch.  This is due to use of `tir.transform.DefaultGPUSchedule` on a kernel that cannot be scheduled.
   
   This commit updates `relax.backend.DispatchSortScan()` to mark its output `cumsum` function as scheduled.


-- 
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-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] [Bugfix][Thrust] Mark relax.cumsum implementation as scheduled [tvm]

Posted by "yongwww (via GitHub)" <gi...@apache.org>.
yongwww commented on PR #16688:
URL: https://github.com/apache/tvm/pull/16688#issuecomment-1981873234

   Thanks for the patch. The test should be fixed in https://github.com/apache/tvm/pull/16676.


-- 
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-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] [Bugfix][Thrust] Mark relax.cumsum implementation as scheduled [tvm]

Posted by "Lunderberg (via GitHub)" <gi...@apache.org>.
Lunderberg closed pull request #16688: [Bugfix][Thrust] Mark relax.cumsum implementation as scheduled
URL: https://github.com/apache/tvm/pull/16688


-- 
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-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] [Bugfix][Thrust] Mark relax.cumsum implementation as scheduled [tvm]

Posted by "Lunderberg (via GitHub)" <gi...@apache.org>.
Lunderberg commented on PR #16688:
URL: https://github.com/apache/tvm/pull/16688#issuecomment-1984638023

   Sounds good, and thank you!


-- 
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-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org