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
Making a native queue doesn't require hDevice to be non null, but this
associates the queue with a null device, even if hContext contains valid
devices.
This fixes the behaviour for a single device context, making the queue
be associated with the only device in the context. But there is a
question mark over whether this entry point makes sense for a multi
device UR context. Should we be able to construct a queue with a native
queue without knowing what the UR device associated with the queue is?
Probably not.
Co-authored-by: aarongreig <aaron.greig@codeplay.com>
0 commit comments