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

GPU detection via cupy #155

Open
wlruys opened this issue Jan 19, 2024 · 0 comments
Open

GPU detection via cupy #155

wlruys opened this issue Jan 19, 2024 · 0 comments
Assignees

Comments

@wlruys
Copy link
Contributor

wlruys commented Jan 19, 2024

Currently we use a cupy import guard to enable or disable gpu features in the runtime.

As of Cupy 13.0 importing it on a machine without a GPU will no longer cause an ImportError. Instead a RuntimeError will be generated when gpu functions are executed.

Parla globals need to be updated to catch this properly.

@wlruys wlruys self-assigned this Jan 19, 2024
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

No branches or pull requests

1 participant