-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][Fusion][Tests] Test group functions, group algoriths and reduction #12402
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
Conversation
Failure unrelated to this change |
…tions Add tests for fusing kernels with the same ND-range using group functions, group algorithms and reductions. Signed-off-by: Victor Perez <[email protected]>
7d3e1ea
to
1a3ee2d
Compare
@intel/llvm-gatekeepers can I get this merged, please? |
Looks like this new test fails in Nightly every day since its introduction: https://github.com/intel/llvm/actions/runs/7620444887/job/20755732583 @victor-eds , @sommerlukas , please fix or disable the test while investigation is in progress. |
Thanks for reporting this @aelovikov-intel, we'll investigate. Are there any notable differences in the Nightly pipeline, as the test doesn't seem to fail in pre-commit here or post-commit since then? |
Nothing applicable to this test comes to my mind. We have different |
If the timeline is unclear, please disable the test for now. |
We have a PR for disabling: #12540 |
As the problem seems to only occur for OpenCL CPU, the relevant difference might be that OpenCL CPU is only tested in nightly. |
We do run I suspect the difference is that in Nightly it's the AMD CPU and not Intel for |
Add tests for fusing kernels with the same ND-range using group functions, group algorithms and reductions.