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.
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
grunnurcontext handles several PyCUDA ones.