-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: Add ROCm Docker Build #2886
Conversation
…size_kernel (vllm-project#3376)" This reverts commit 78b6c48.
For a green build, see https://buildkite.com/vllm/ci/builds/2766#018e44be-10d1-42a6-a20b-056d24e35d3e/24-496 |
csrc/moe_align_block_size_kernels.cu
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this file reverted?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I just saw the PR description. I believe this can be easily fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@simon-mo Do you mind if I directly push a change to fix the kernel compilation error?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go ahead!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh just created a new PR #3470 to get reviewed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I merged #3470 Can you please rebase the PR with the current main branch?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done!
…n_block_size_kernel (vllm-project#3376)"" This reverts commit fe983cc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Let's merge it once it passes the CI?
This PR adds Buildkite CI for AMD build that test the compilation and running a simple model using api server.
It reverted #3376 because it doesn't compile on AMD. (I will leave a message to the original PR after merge)
Another known issue is that our structured generation library doesn't work on AMD for some reason. See #3280.
But I think this PR has high priority for future build (CMake) and catching compatibility issue.