Skip to content

Tags: intel/llvm

Tags

sycl-web/sycl-latest-good

Toggle sycl-web/sycl-latest-good's commit message
Merged to sycl-web with no conflict or build issue

sycl-web/status

Toggle sycl-web/status's commit message
Completed successfully

sycl-web/sycl-latest-good -- 0a6e6d1 - Wed Oct 8 16:37:19 2025 -0700
sycl-web/main-latest-good -- fb37929 - Thu Oct 9 14:54:11 2025 +0800

sycl-web/main-latest-good

Toggle sycl-web/main-latest-good's commit message
Merged to sycl-web with no conflict or build issue

sycl-web/latest-buildable

Toggle sycl-web/latest-buildable's commit message
Build passed

nightly-2025-10-09

Toggle nightly-2025-10-09's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[clang-linker-wrapper][NFC] Re-order command line arguments. (#20323)

Set `llvm-link` parameters before input/output files.

`llvm-link <params> <input files> -o <output file>`

nightly-2025-10-08-d782af3

Toggle nightly-2025-10-08-d782af3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[SYCL][E2E] Move free_function_kernels.cpp to UNSUPPORTED (#20305)

It's causing all the hangs/fails on BMG in the
[nightly](https://github.com/intel/llvm/actions/runs/18300912064/job/52109204455),
I manually narrowed it down to this test.

Nightly run with this change
[here](https://github.com/intel/llvm/actions/runs/18324422627/job/52186913555).

Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>

nightly-2025-10-08

Toggle nightly-2025-10-08's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[UR][L0] Added safety checks to prevent double urProgramRelease (#20257)

Users used to be able to call urProgramRelease on the same module, but
with these changes, that would no longer be possible.

---------

Signed-off-by: Zhang, Winston <winston.zhang@intel.com>

nightly-2025-10-07

Toggle nightly-2025-10-07's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[SYCL][Graph] Reuse recording queue when available for finalize (#20106)

There are two issues with the current implementation:

- Creating a placeholder queue is adding overhead at `finalize()` to
common path.
- Queue properties are set to default when no queue can be reused at
Graph `finalize()`.

nightly-2025-10-06

Toggle nightly-2025-10-06's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Benchmark] Disable sycl-bench/lin_reg_coeff benchmark (#20156)

`lin_reg_coeff` seems to be sporadically causing a GPU hang on the BMG
runner: The hang is so bad that we are forced to restart the machine
when the hang happens.

Undoubtedly there is probably a driver issue involved here
(compute-runtime 25.31.34666.3 is used), but to ensure the CI runs
continuously I am disabling the test.

nightly-2025-10-05

Toggle nightly-2025-10-05's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Benchmark] Disable sycl-bench/lin_reg_coeff benchmark (#20156)

`lin_reg_coeff` seems to be sporadically causing a GPU hang on the BMG
runner: The hang is so bad that we are forced to restart the machine
when the hang happens.

Undoubtedly there is probably a driver issue involved here
(compute-runtime 25.31.34666.3 is used), but to ensure the CI runs
continuously I am disabling the test.