-
Notifications
You must be signed in to change notification settings - Fork 41
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
[MacOS:] Metal.functional()
wrongly returns true despite no GPUs available
#458
Comments
@christiangnrd this is an issue somewhat similar to #453 |
Thank you for taking the time to report these! I'm not exactly sure what the best way to resolve this is. We could enforce |
I think that would be the best option. Since we automatically select a device, without the user having to check if one is available and select it, it's fair to assume that code using said implicit device works after checking In CUDA.jl this is automatic, because the driver fails to initialize if no devices are available. |
The following tests were executed and failed because
Metal.functional()
returned true:https://github.com/omlins/CellArrays.jl/actions/runs/11330323307/job/31507893740#step:6:564
The text was updated successfully, but these errors were encountered: