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
says that stream keyword argument in __dlpack__(self, /, *, stream=None) should be an integer or None.
However, in dmlc/dlpack#57 discussion (see dmlc/dlpack#57 (comment)) in the case of working with SYCL, the stream may need to be a class representing an in-order sycl queue.
Can we remove the requirements for stream to be an integer ?