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
Sometimes it might be useful to get PyCUDA/PyOpenCL queue or context, to use with third-party libraries. We may expose device and platform objects too. Some care is required to design an API for the context case, since a single grunnur context handles several PyCUDA ones.
The text was updated successfully, but these errors were encountered:
Sometimes it might be useful to get PyCUDA/PyOpenCL queue or context, to use with third-party libraries. We may expose device and platform objects too. Some care is required to design an API for the context case, since a single
grunnur
context handles several PyCUDA ones.The text was updated successfully, but these errors were encountered: