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
There is no need to overload SyclQueue itself, we just need to a way to create DpctlQueue_Ref inside jit, so on the unboxing stage we will create python object from this.
One possible way to achieve this - overload <dpnp array>.sycl_queue attribute.
The text was updated successfully, but these errors were encountered:
There is no need to overload SyclQueue itself, we just need to a way to create DpctlQueue_Ref inside jit, so on the unboxing stage we will create python object from this.
One possible way to achieve this - overload
<dpnp array>.sycl_queue
attribute.The text was updated successfully, but these errors were encountered: