Skip to content

Fix postcommit failure and move tests in right folder #16286

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

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

Naghasan
Copy link
Contributor

@Naghasan Naghasan commented Dec 5, 2024

opencl cpu fails without a stack trace

opencl cpu fails without a stack trace
@Naghasan Naghasan requested a review from a team as a code owner December 5, 2024 14:50
@Naghasan Naghasan requested a review from againull December 5, 2024 14:50
@againull againull self-requested a review December 5, 2024 17:37
@againull againull merged commit 8024711 into intel:sycl Dec 5, 2024
15 checks passed
@@ -2,7 +2,7 @@
// RUN: %{run} %t.out
//

// UNSUPPORTED: gpu-intel-gen12
// UNSUPPORTED: gpu-intel-gen12, cpu
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these tests supposed to pass on PVC? They seem to be failing on PVC. Note that right now we don't have any PVC machines in the CI infra, so it might have snuck by. Does anyone know whether they should pass or fail on PVC?

AlexeySachkov pushed a commit to AlexeySachkov/llvm that referenced this pull request Mar 31, 2025
AlexeySachkov added a commit that referenced this pull request Apr 2, 2025
This is a joined cherry-pick of #16286, #17046 and
#17100 made to align tests between `sycl` and `sycl-rel-6_1_0`
branches to make the pre-commit more stable on the latter.

Descriptions of cherry-picked commits:

---

Fix postcommit failure and move tests in right folder (#16286)

opencl cpu fails without a stack trace

Patch-By: Victor Lomuller <[email protected]>

---

[SYCL][E2E] Limit work group size in WorkGroupScratchMemory tests
(#17046)

Some devices don't support work group sizes of 1024, so use the maximum
size if it is smaller in the copy_dynamic_size.cpp and
dynamic_unused.cpp tests.

Patch-By: Ross Brunton <[email protected]>

---

[SYCL][E2E] Use size_t rather than unsigned long in
WorkGroupScratchMemory tests (#17100)

The max work group size is a `size_t`, rather than an `unsigned long`.
This trips up older versions of MSVC where `size_t` happens to be
`unsigned long long`.

Patch-By: Ross Brunton <[email protected]>

---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants