Skip to content

Tests slow on BMG Win #17255

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

Closed
sarnex opened this issue Feb 28, 2025 · 1 comment · Fixed by #18286
Closed

Tests slow on BMG Win #17255

sarnex opened this issue Feb 28, 2025 · 1 comment · Fixed by #18286
Labels
bug Something isn't working confirmed

Comments

@sarnex
Copy link
Contributor

sarnex commented Feb 28, 2025

Describe the bug

sycl/test-e2e/Regression/static-buffer-dtor.cpp

Run Invoke-WebRequest -Uri "https://raw.githubusercontent.com/intel/llvm/refs/heads/sycl/devops/scripts/windows_detect_hung_tests.ps1" -OutFile "windows_detect_hung_tests.ps1"      
Test d:\github\_work\llvm\llvm\build-e2e\regression\output\static-buffer-dtor.cpp.tmp.out hung!
Error: Process completed with exit code 1.

sycl/test-e2e/WorkGroupMemory/basic_usage.cpp
I can't find the log for this but I saw it hanging manually on the runner multiple times.

sycl/test-e2e/Adapters/level_zero_events_caching.cpp

Run Invoke-WebRequest -Uri "https://raw.githubusercontent.com/intel/llvm/refs/heads/sycl/devops/scripts/windows_detect_hung_tests.ps1" -OutFile "windows_detect_hung_tests.ps1"      
Test d:\github\_work\llvm\llvm\install\bin\filecheck.exe hung!
Test d:\github\_work\llvm\llvm\build-e2e\adapters\output\level_zero_events_caching.cpp.tmp.out hung!

KernelCompiler/kernel_compiler_sycl_jit.cpp

418.38s: SYCL :: KernelCompiler/kernel_compiler_sycl_jit.cpp
  SYCL :: Adapters/level_zero_batch_test_copy_with_compute.cpp

had to manually cancel it, took over 45 min

To reproduce

  1. Include a code snippet that is as short as possible
  2. Specify the command which should be used to compile the program
  3. Specify the command which should be used to launch the program
  4. Indicate what is wrong and what was expected

Environment

  • OS: [e.g Windows/Linux]
  • Target device and vendor: [e.g. Intel GPU]
  • DPC++ version: [e.g. commit hash or output of clang++ --version]
  • Dependencies version: [e.g. the output of sycl-ls --verbose]

Additional context

No response

@sarnex sarnex added the bug Something isn't working label Feb 28, 2025
sarnex added a commit that referenced this issue Mar 6, 2025
We got a Windows BMG machine, so add Windows BMG testing.

There are two categories of failures here: consistent failures/timeouts
and really slow tests causing CI to take 30min extra.

I disabled both of these and made two GH issues:
[one](#17165),
[two](#17255).

---------

Signed-off-by: Sarnie, Nick <[email protected]>
@sarnex sarnex changed the title Tests slow on BMG WIn Tests slow on BMG Win Mar 12, 2025
AlexeySachkov pushed a commit to AlexeySachkov/llvm that referenced this issue Mar 31, 2025
We got a Windows BMG machine, so add Windows BMG testing.

There are two categories of failures here: consistent failures/timeouts
and really slow tests causing CI to take 30min extra.

I disabled both of these and made two GH issues:
[one](intel#17165),
[two](intel#17255).

---------

Signed-off-by: Sarnie, Nick <[email protected]>
AlexeySachkov added a commit that referenced this issue Apr 1, 2025
This is a joined cherry-pick of #17347 and #17105
made to align disabled 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:

---

[SYCL][Graph][E2E] Disable all Graph E2E testing on Windows Battlemage
(#17348)

We currently only disable the RecordReplay variant of E2E testing on
battlemage, however we have many other tests and the likihood is that if
the RecordReplay tests are failing then other tests will start failing
too.

Disable all Graphs tests until Graph support on Windows battlemage can
be investigated more thoroughly.

See #17165

Patch-By: Ewan Crawford <[email protected]>

---

[CI] Add Windows BMG testing in precommit (#17105)

We got a Windows BMG machine, so add Windows BMG testing.

There are two categories of failures here: consistent failures/timeouts
and really slow tests causing CI to take 30min extra.

I disabled both of these and made two GH issues:
[one](#17165),
[two](#17255).

Patch-by: Sarnie, Nick <[email protected]>

---
@KseniyaTikhomirova
Copy link
Contributor

probably fixed by driver update as #17582 and #18067

@sarnex sarnex closed this as completed in d96db8e May 6, 2025
aelovikov-intel pushed a commit that referenced this issue May 15, 2025
These were marked as failing due to #17255 but were not listed on the
ticket. Trying to re-enable to see if the driver updates also fixes
these.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working confirmed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants