Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[SYCL] Reenable GroupAlgorithm tests #1021

Merged
merged 4 commits into from
May 20, 2022

Conversation

cperkinsintel
Copy link

@cperkinsintel cperkinsintel commented May 9, 2022

Some of the GroupAlgorithm operations had their full test coverage deferred when we were only supporting early versions of SPIR-V. We've long since moved on, yet the tests remained truncated. Here I am reenabling them to prevent any further regressions sneaking in. There was also a small bug in the unexercised code where we inadvertently used out-of-bounds checks with the smaller input datas.

Signed-off-by: Chris Perkins [email protected]

…ferred when we were only supporting early versions of SPIR-V. We've long since moved on, yet the tests remained truncate. Here I am reenabling them to prevent any further regressions sneaking in. Note that there are a couple casescommented out because of L0 failures. I haven't investigated that yet, I'm merely opening a draft PR to make sure this first enablement is working as intended.

Signed-off-by: Chris Perkins <[email protected]>
@cperkinsintel cperkinsintel marked this pull request as ready for review May 16, 2022 17:23
@cperkinsintel cperkinsintel requested review from Pennycook and a team as code owners May 16, 2022 17:23
@cperkinsintel cperkinsintel requested a review from v-klochkov May 16, 2022 17:23
@cperkinsintel cperkinsintel marked this pull request as draft May 16, 2022 17:24
@cperkinsintel cperkinsintel marked this pull request as ready for review May 17, 2022 23:41
@cperkinsintel
Copy link
Author

The test failure is unrelated (and flaky).

@cperkinsintel cperkinsintel requested review from againull and a team May 20, 2022 16:45
@cperkinsintel
Copy link
Author

ping to get this finalized/merged.

@againull againull merged commit 46354b5 into intel:intel May 20, 2022
@cperkinsintel cperkinsintel deleted the enable-group-algorithm-tests branch May 24, 2022 15:40
myler pushed a commit to myler/llvm-test-suite that referenced this pull request Jun 17, 2022
Some of the group algorithm operations had their full test coverage deferred when we were only supporting early versions of SPIR-V. We've long since moved on, yet the tests remained truncate. Here I am reenabling them to prevent any further regressions sneaking in. Note that there are a couple cases commented out because of L0 failures. I haven't investigated that yet, I'm merely opening a draft PR to make sure this first enablement is working as intended.

Signed-off-by: Chris Perkins <[email protected]>
myler pushed a commit to myler/llvm-test-suite that referenced this pull request Mar 22, 2023
[SYCL][L0] re-enable SYCL/Plugin/level_zero_batch_barrier.cpp (intel#1092)
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
Some of the group algorithm operations had their full test coverage deferred when we were only supporting early versions of SPIR-V. We've long since moved on, yet the tests remained truncate. Here I am reenabling them to prevent any further regressions sneaking in. Note that there are a couple cases commented out because of L0 failures. I haven't investigated that yet, I'm merely opening a draft PR to make sure this first enablement is working as intended.

Signed-off-by: Chris Perkins <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants