[Kernel] Remove redundant Exp calculations#16123
[Kernel] Remove redundant Exp calculations#16123LucasWilkinson merged 6 commits intovllm-project:mainfrom
Conversation
Signed-off-by: DefTruth <qiustudent_r@163.com>
Signed-off-by: DefTruth <qiustudent_r@163.com>
|
👋 Hi! Thank you for contributing to the vLLM project. 💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels. Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can either: Add 🚀 |
|
@LucasWilkinson PTAL, thanks~ |
LucasWilkinson
left a comment
There was a problem hiding this comment.
LGTM, thanks for the contribution!
|
@LucasWilkinson some tests failed, but it seems not related to this PR. |
|
weird, i don't why the mamba kernel tests failed FAILED kernels/test_mamba_ssm_ssd.py::test_mamba_chunk_scan_cont_batch[seq_len_chunk_size_cases0-5-8-itype0]
AssertionError: chunk_indices and chunk_offsets should have been set |
|
The mamba ssd kernel test failed, related PR #16623 |
Signed-off-by: DefTruth <qiustudent_r@163.com> Signed-off-by: Yang Wang <elainewy@meta.com>
Signed-off-by: DefTruth <qiustudent_r@163.com>
Signed-off-by: DefTruth <qiustudent_r@163.com>
Signed-off-by: DefTruth <qiustudent_r@163.com> Signed-off-by: Mu Huai <tianbowen.tbw@antgroup.com>
Remove redundant Exp calculations