-
Notifications
You must be signed in to change notification settings - Fork 130
[SYCL][Fusion] Test fusion scheduler integration #1416
[SYCL][Fusion] Test fusion scheduler integration #1416
Conversation
This PR is marked as draft because it needs to be rebased after #1404 has been merged. |
a074ce6
to
c162b1b
Compare
Rebased and marked as ready for review now that #1404 has been merged. |
/verify with intel/llvm#7531 |
Ping @dm-vodopyanov and @intel/llvm-reviewers-runtime. |
c162b1b
to
ef61277
Compare
ef61277
to
50ed2d5
Compare
Ping @dm-vodopyanov and @intel/llvm-reviewers-runtime |
50ed2d5
to
b3815f9
Compare
/verify with intel/llvm#7831 |
b3815f9
to
7a3de20
Compare
Ping @dm-vodopyanov and @intel/llvm-reviewers-runtime. |
@intel/llvm-gatekeepers Can someone please merge this for me, as I'm not authorized. |
/verify with intel/llvm#8051 |
Need to test the PR with latest intel/llvm before merging. @sommerlukas can you please update the branch with latest changes from intel/llvm to trigger Jenkins/pre-ci-* checks? |
7a3de20
to
7bb1d46
Compare
@dm-vodopyanov: I've rebased this PR on top of |
Yes, thank you! |
@sommerlukas there are failures in pre-commit, can you please take a look?
Level Zero Linux:
OpenCL Windows:
Level Zero Windows:
|
7bb1d46
to
6351fdb
Compare
Test integration of kernel fusion into the SYCL runtime scheduler. Check that cancellation of the fusion happens if required by synchronization rules. Signed-off-by: Lukas Sommer <[email protected]>
6351fdb
to
0364261
Compare
@dm-vodopyanov Thanks for the summary. The errors should be fixed now, all checks have passed. |
@sommerlukas Thanks! |
Test integration of kernel fusion into the SYCL runtime scheduler. Check that cancellation of the fusion happens if required by synchronization rules, as described in the [extension proposal](https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/experimental/sycl_ext_codeplay_kernel_fusion.asciidoc#synchronization-in-the-sycl-application). Spec: intel/llvm#7098 Implementation: intel/llvm#7531 Signed-off-by: Lukas Sommer <[email protected]>
…te#1416) Test integration of kernel fusion into the SYCL runtime scheduler. Check that cancellation of the fusion happens if required by synchronization rules, as described in the [extension proposal](https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/experimental/sycl_ext_codeplay_kernel_fusion.asciidoc#synchronization-in-the-sycl-application). Spec: intel#7098 Implementation: intel#7531 Signed-off-by: Lukas Sommer <[email protected]>
Test integration of kernel fusion into the SYCL runtime scheduler.
Check that cancellation of the fusion happens if required by synchronization rules, as described in the extension proposal.
Spec: intel/llvm#7098
Implementation: intel/llvm#7531
Signed-off-by: Lukas Sommer [email protected]