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

Adding Arc model names to get_device_name() #295

Closed
wants to merge 1 commit into from
Closed

Adding Arc model names to get_device_name() #295

wants to merge 1 commit into from

Conversation

fredlarochelle
Copy link

Modifying the get_device_name() function for Arc GPUs. Now, the function does not return the GPU ID, but rather it returns the name of the GPU if it is available.

I couldn't easily find them on the internet, but the IDs for the data center GPUs could easily be added too.

Also, I didn't use the walrus operator since it is only available in Python 3.8 and later.

@fredlarochelle
Copy link
Author

See #285, I might have jumped the gun, seems the functionality is already there, just a small problem with the A770...

@fredlarochelle fredlarochelle deleted the device-name branch April 18, 2023 05:22
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