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
[SYCL] Allow using interop program constructor with multi-device context (#3160)
Since programs created with the interoperability constructor have to be
already compiled or linked, they don't run into the same limitations as
those created internally by the runtime.
In addition, enforce this state requirement by throwing an
invalid_object_error if the native program is neither compiled nor linked
as required by SYCL 1.2.1 specification.
0 commit comments