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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
