-
Notifications
You must be signed in to change notification settings - Fork 297
WIP: Enable vulkan on cuda image #2110
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Oliver Walsh <owalsh@redhat.com>
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR enables Vulkan support in the CUDA-based container image by updating build scripts to include Vulkan RPMs and CMake flags, and extending the CUDA Containerfile to install necessary runtime Vulkan dependencies with appropriate repository setup. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
@olliewalsh is this still a draft? |
Yes, want to add some docs |
|
A friendly reminder that this PR had no activity for 30 days. |
|
@olliewalsh whats up with this one? |
Enables vulkan on the cuda image and adds required runtime dependencies
Summary by Sourcery
Enable Vulkan on the CUDA container image by updating build scripts and Containerfile to install Vulkan packages, configure necessary RHEL streams and EPEL repos, and set the GGML_VULKAN CMake flag.
New Features:
Enhancements:
Build: