-
Notifications
You must be signed in to change notification settings - Fork 738
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] Re-apply task sequence changes #14750
Conversation
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.
Looks OK for Driver
@steffenlarsen, @AlexeySachkov, @GarveyJoe, could you please review this PR? Thank you |
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.
Overall I think it looks good!
sycl/include/sycl/ext/intel/experimental/fpga_kernel_properties.hpp
Outdated
Show resolved
Hide resolved
sycl/test/check_device_code/task_sequence_intel_explicit_get.cpp
Outdated
Show resolved
Hide resolved
sycl/test/check_device_code/task_sequence_intel_no_explicit_get.cpp
Outdated
Show resolved
Hide resolved
Co-authored-by: Steffen Larsen <steffen.larsen@intel.com>
Co-authored-by: Steffen Larsen <steffen.larsen@intel.com>
Co-authored-by: Steffen Larsen <steffen.larsen@intel.com>
Co-authored-by: Steffen Larsen <steffen.larsen@intel.com>
Co-authored-by: Steffen Larsen <steffen.larsen@intel.com>
…t.cpp Co-authored-by: Steffen Larsen <steffen.larsen@intel.com>
@intel/llvm-gatekeepers PR is ready to merge |
Notified @aejjehint about post-commit failures: https://github.com/intel/llvm/actions/runs/10117762715/job/27983612239 |
This change re-apply the task sequence changes from PR #12453 that were reverted in #14359 now that the spec has been approved and the back-end implementation is ready. The spec is also moved from proposed to experimental.