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

Fix #87 - read GPU information directly from drivers #227

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

Conversation

lars-t-hansen
Copy link
Collaborator

No description provided.

@lars-t-hansen lars-t-hansen changed the title W 87 gpu apis Fix #87 - read GPU information directly from drivers Dec 20, 2024
@lars-t-hansen
Copy link
Collaborator Author

This is WIP, but essentially complete for NVIDIA. AMD will be the same - though the AMD documentation is mostly for a C++ interface, there is a lower-level, documented C interface that will be fine for us.

As noted on the bug, there are issues with linking, and the fact that the static libraries (or at least object files) must be built on hosts that have the GPU SDKs installed. For now, the .a files are part of this patch.

@lars-t-hansen
Copy link
Collaborator Author

For reasons not understood, linking against the static libraries works on some hosts but fails on others (including on CI).

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