-
Notifications
You must be signed in to change notification settings - Fork 740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SYCL] Add support for sycl::ext::oneapi::property::queue::use_priority #7523
Conversation
/verify with intel/llvm-test-suite#1414 |
What does priority mean for a queue ? Thanks. |
Are there plans for a feature test macro? |
Sure. Added in a10e2c7 |
I've added doc for the new property: https://github.com/intel/llvm/blob/6e884e0ce0e67d70417877a895d479fe06d14d74/sycl/doc/extensions/supported/sycl_ext_oneapi_queue_priority.asciidoc |
sycl/doc/extensions/supported/sycl_ext_oneapi_queue_priority.asciidoc
Outdated
Show resolved
Hide resolved
sycl/doc/extensions/supported/sycl_ext_oneapi_queue_priority.asciidoc
Outdated
Show resolved
Hide resolved
Signed-off-by: Sergey V Maslov <sergey.v.maslov@intel.com>
Signed-off-by: Sergey V Maslov <sergey.v.maslov@intel.com>
Signed-off-by: Sergey V Maslov <sergey.v.maslov@intel.com>
Signed-off-by: Sergey V Maslov <sergey.v.maslov@intel.com>
Signed-off-by: Sergey V Maslov <sergey.v.maslov@intel.com>
Signed-off-by: Sergey V Maslov <sergey.v.maslov@intel.com>
Signed-off-by: Sergey V Maslov <sergey.v.maslov@intel.com>
Signed-off-by: Sergey V Maslov <sergey.v.maslov@intel.com>
0562e5f
to
9750e53
Compare
Signed-off-by: Sergey V Maslov <sergey.v.maslov@intel.com>
Signed-off-by: Sergey V Maslov <sergey.v.maslov@intel.com>
Signed-off-by: Sergey V Maslov <sergey.v.maslov@intel.com>
@KseniyaTikhomirova , @againull : please review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
L0 plugin changes look good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@gmlueck : please re-review Apparently, the CUDA & ESIMD test failures are unrelated. |
sycl/doc/extensions/supported/sycl_ext_oneapi_queue_priority.asciidoc
Outdated
Show resolved
Hide resolved
sycl/doc/extensions/supported/sycl_ext_oneapi_queue_priority.asciidoc
Outdated
Show resolved
Hide resolved
sycl/doc/extensions/supported/sycl_ext_oneapi_queue_priority.asciidoc
Outdated
Show resolved
Hide resolved
sycl/doc/extensions/supported/sycl_ext_oneapi_queue_priority.asciidoc
Outdated
Show resolved
Hide resolved
Signed-off-by: Sergey V Maslov <sergey.v.maslov@intel.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Specification LGTM.
@againull : please merge The CUDA failures are unrelated:
|
@smaslov-intel Per our agreement with the team we can't ignore unrelated failures and have to be sure that all unrelated failures are addressed via created trackers/issues or PRs. |
@smaslov-intel, please address post-commit on Windows: https://github.com/intel/llvm/actions/runs/3577020965/jobs/6015526146
|
Signed-off-by: Sergey V Maslov <sergey.v.maslov@intel.com>
Coming in #7600 |
Fixes post-commit issue reported in #7523 (comment) Signed-off-by: Sergey V Maslov <sergey.v.maslov@intel.com>
Adds a new queue property (hint) for setting its priority in backends that support it.
Currently supported in Level Zero backend only and ignored for others.
Test: intel/llvm-test-suite#1414
Signed-off-by: Sergey V Maslov sergey.v.maslov@intel.com