Skip to content
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

Add support for both NVIDIA and AMD GPUs #66

Draft
wants to merge 54 commits into
base: main
Choose a base branch
from

Conversation

sfiligoi
Copy link
Collaborator

@sfiligoi sfiligoi commented Feb 3, 2025

The NV and AMD GPU code now each have their own shared library.
The two can co-exist, and the code will use whichever GPU is available.

Note: The GPU code can be compiled independently of the CPU code, and installed separately, too.
The default behavior is to try to use the GPU libraries, if available, but gracefully proceed with CPU-only execution if such library have not been installed.

sfiligoi and others added 30 commits January 23, 2025 14:38
@sfiligoi sfiligoi marked this pull request as draft February 3, 2025 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant