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
intel/llvm#7599 introduces support for the sycl_ext_intel_queue_index by adding an alternative signature of piQueueCreate which allows specifying a null terminated array of queue properties to enable the application to specify the desired queue index for devices which support it. Refer to the extension specification for more detail, and the PR for implementation details.
To resolve this ticket the UR spec should be updated to enable this extension.
The text was updated successfully, but these errors were encountered:
intel/llvm#7599 introduces support for the
sycl_ext_intel_queue_index
by adding an alternative signature ofpiQueueCreate
which allows specifying a null terminated array of queue properties to enable the application to specify the desired queue index for devices which support it. Refer to the extension specification for more detail, and the PR for implementation details.To resolve this ticket the UR spec should be updated to enable this extension.
The text was updated successfully, but these errors were encountered: