Tags: intel/llvm
Tags
Merged to sycl-web with no conflict or build issue
Merged to sycl-web with no conflict or build issue
[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>
[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>
[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()`.
[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.
[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.
PreviousNext