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: list GPU devices also with SupraSeal #444

Merged
merged 1 commit into from
Dec 21, 2023
Merged

Conversation

vmx
Copy link
Contributor

@vmx vmx commented Dec 20, 2023

SupraSeal has it's own GPU device management. The rest of the system does not know, which GPUs will be used/are available. Though some code paths still use the usual Rust based code. Instead of returning no devices, the call to get_gpu_devices now returns all devices the Rust based system will use. It's not necessarily the same as SupraSeal will use.

@vmx vmx requested a review from magik6k December 20, 2023 16:14
SupraSeal has it's own GPU device management. The rest of the system
does *not* know, which GPUs will be used/are available. Though some
code paths still use the usual Rust based code. Instead of returning
no devices, the call to `get_gpu_devices` now returns all devices
the Rust based system will use. It's not necessarily the same as
SupraSeal will use.
@vmx vmx merged commit e9e18c6 into master Dec 21, 2023
9 checks passed
@vmx vmx deleted the gpu-report-supraseal branch December 21, 2023 10:55
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.

2 participants