[BUILD] Bump cutlass to v4.7.1 - #54190
Conversation
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.
Tip: disable this comment in your organization's Code Review settings.
|
/ci run |
|
✅ Triggered Buildkite CI #85960 for commit |
There was a problem hiding this comment.
Pull request overview
This PR updates vLLM’s CUDA build configuration to fetch a newer CUTLASS revision, aligning the project with newer CUTLASS features needed by the C++/CUDA extensions.
Changes:
- Bump
CUTLASS_REVISIONused byFetchContent_Declare(cutlass ...)fromv4.4.2tov4.7.1.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
/ci retry |
|
✅ Triggered Buildkite CI #85974 for commit |
|
/ci run |
|
✅ Triggered Buildkite CI #85976 for commit |
|
/ci retry |
|
✅ Triggered Buildkite CI #86820 for commit |
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
Purpose
Inspired by #43814 (comment), we need to have newer cutlass for C extensions.
Test Plan
Will be tested by CI.
Test Result
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.