Skip to content
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

[SYCL][Graph] Disable Windows test with L0 leak #13802

Merged
merged 1 commit into from
May 16, 2024

Commits on May 16, 2024

  1. [SYCL][Graph] Disable Windows test with L0 leak

    After PR intel#13685 merged to re-enabling
    running graphs tests on Windows with immediate command lists a
    non-deterministic leak has appeared in post-commit CI for a different
    PR https://github.com/intel/llvm/actions/runs/9097140304/job/25008463548
    
    Don't run the test on Windows with immediate command lists until this
    can be investigated and fixed.
    
    ```
    env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 env UR_L0_LEAKS_DEBUG=1 SYCL_ENABLE_DEFAULT_CONTEXTS=0 env ONEAPI_DEVICE_SELECTOR=level_zero:gpu  D:\github\actions-runner\_work\llvm\llvm\build-e2e\Graph\Explicit\Output\host_task_single.cpp.tmp.out 2>&1 | d:\github\actions-runner\_work\llvm\llvm\install\bin\filecheck.exe D:\github\actions-runner\_work\llvm\llvm\llvm\sycl\test-e2e\Graph\Explicit\host_task_single.cpp --implicit-check-not=LEAK
    ```
    EwanC committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6a9c83d View commit details
    Browse the repository at this point in the history