Skip to content

Tags: chunhuanMeng/llvm

Tags

sycl-web/status

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

sycl-web/sycl-latest-good -- eb19e81 - Mon Apr 21 22:50:59 2025 +0000
sycl-web/main-latest-good -- f541a3a - Tue Apr 22 10:17:35 2025 +0200

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

sycl-web/sycl-latest-good

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

nightly-2025-04-22

Toggle nightly-2025-04-22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[SYCL] Disable sporadically failing cache unit test (intel#18123)

See [here](intel#18122).

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

nightly-2025-04-21

Toggle nightly-2025-04-21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[SYCL][NFC] Avoid double allocation in `device_impl::get_device_info_…

…string` (intel#18099)

Before the change: two allocations plus copy between them, after: one
allocation plus zero-init of it so should be a strict improvement.

nightly-2025-04-20

Toggle nightly-2025-04-20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[SYCL][NFC] Avoid double allocation in `device_impl::get_device_info_…

…string` (intel#18099)

Before the change: two allocations plus copy between them, after: one
allocation plus zero-init of it so should be a strict improvement.

nightly-2025-04-19

Toggle nightly-2025-04-19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[SYCL][NFC] Avoid double allocation in `device_impl::get_device_info_…

…string` (intel#18099)

Before the change: two allocations plus copy between them, after: one
allocation plus zero-init of it so should be a strict improvement.

nightly-2025-04-18

Toggle nightly-2025-04-18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Driver][NFC][FPGA] Remove FPGA archive support (intel#17788)

Remove the specific FPGA support in the driver and tools that are
associated with FPGA archives. These archives provided an intermediate
representation of binaries used for FPGA targets.

Creation of these archives were accomplished by using the
-fsycl-link=early and -fsycl-link=image options along with the
-fintelfpga enabling option.

This is simply a step towards full removal of FPGA support in the
compiler driver and clang-offload-bundler.

nightly-2025-04-16

Toggle nightly-2025-04-16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[SYCL] Remove secondary submission queue from handler (intel#17967)

handler's secondary queue is not used for any meaningful work.