You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: