Skip to content

Fixes issue not finding GPU devices on EC2 VMs #33

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

Merged
merged 1 commit into from
Apr 27, 2022

Conversation

ansg191
Copy link
Owner

@ansg191 ansg191 commented Apr 27, 2022

EC2 GPUs not stored in /sys/class/drm where ghw was checking. So
instead, we check through the PCI devices looking for Display
Controllers. This can be adjusted later to search for Display Controller
subclasses to remove integrated graphics and such.

Fixes #32

Signed-off-by: Anshul Gupta [email protected]

EC2 GPUs not stored in /sys/class/drm where ghw was checking. So
instead, we check through the PCI devices looking for Display
Controllers. This can be adjusted later to search for Display Controller
 subclasses to remove integrated graphics and such.

 Fixes #32

Signed-off-by: Anshul Gupta <[email protected]>
@ansg191 ansg191 merged commit 50e4389 into master Apr 27, 2022
@ansg191 ansg191 deleted the 32-gpu-not-found-ec2 branch April 27, 2022 19:05
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.

GPU info not returned for EC2 instances
1 participant