Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: intel/llvm

Tags

sycl-web/status

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

sycl-web/sycl-latest-good -- 1e5d85d - Tue May 6 19:33:51 2025 +0000
sycl-web/main-latest-good -- 22d10f0 - Tue May 6 20:31:54 2025 -0700

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-05-07

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CI] Rename compiler variables (#18338)

We have `cxx` and `cxx_compiler`, very similar names so it can be
confusing. `cxx` is used to build the project, while `cxx_compiler` is
the compiler produced so renaming the latter to `sycl_compiler`.
Additionally aligning the Windows with the Linux build job by renaming
`compiler` to `cxx`.

Addresses comments from #18322

nightly-2025-05-06

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CI] Remove `-j 50` limit from PVC E2E tasks (#18305)

If it fails, lock the runner and let driver team debug.

nightly-2025-05-05

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[SYCL] UR enum values are already typed, avoid explicit casts (#18287)

Apparently, `get_info<info::device::opencl_c_version>` was returning
garbage because its `UrCode` is `__SYCL_TRAIT_HANDLED_IN_RT` while no
special handling was in fact done for it. Since it's deprecated anyway
I'm not trying to fix that but just throw an exception instead.

Before this change:
```
$ llvm-lit -a Basic/info.cpp  2>&1 | grep 'OpenCL C version:'
# | OpenCL C version: ^C
# | OpenCL C version: ^D
# | OpenCL C version: ^E
# | OpenCL C version: ^C
$ sycl-ls
[level_zero:gpu][level_zero:0] Intel(R) oneAPI Unified Runtime over Level-Zero, Intel(R) Data Center GPU Max 1550 12.60.7 [1.6.31294.120000]
[level_zero:gpu][level_zero:1] Intel(R) oneAPI Unified Runtime over Level-Zero, Intel(R) Data Center GPU Max 1550 12.60.7 [1.6.31294.120000]
[opencl:fpga][opencl:0] Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device OpenCL 1.2  [2024.18.10.0.08_160000]
[opencl:cpu][opencl:1] Intel(R) OpenCL, Genuine Intel(R) CPU 0000%@ OpenCL 3.0 (Build 0) [2024.18.10.0.08_160000]
[opencl:gpu][opencl:2] Intel(R) OpenCL Graphics, Intel(R) Data Center GPU Max 1550 OpenCL 3.0 NEO  [24.39.31294.12]
[opencl:gpu][opencl:3] Intel(R) OpenCL Graphics, Intel(R) Data Center GPU Max 1550 OpenCL 3.0 NEO  [24.39.31294.12]
```

nightly-2025-05-04

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[SYCL] UR enum values are already typed, avoid explicit casts (#18287)

Apparently, `get_info<info::device::opencl_c_version>` was returning
garbage because its `UrCode` is `__SYCL_TRAIT_HANDLED_IN_RT` while no
special handling was in fact done for it. Since it's deprecated anyway
I'm not trying to fix that but just throw an exception instead.

Before this change:
```
$ llvm-lit -a Basic/info.cpp  2>&1 | grep 'OpenCL C version:'
# | OpenCL C version: ^C
# | OpenCL C version: ^D
# | OpenCL C version: ^E
# | OpenCL C version: ^C
$ sycl-ls
[level_zero:gpu][level_zero:0] Intel(R) oneAPI Unified Runtime over Level-Zero, Intel(R) Data Center GPU Max 1550 12.60.7 [1.6.31294.120000]
[level_zero:gpu][level_zero:1] Intel(R) oneAPI Unified Runtime over Level-Zero, Intel(R) Data Center GPU Max 1550 12.60.7 [1.6.31294.120000]
[opencl:fpga][opencl:0] Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device OpenCL 1.2  [2024.18.10.0.08_160000]
[opencl:cpu][opencl:1] Intel(R) OpenCL, Genuine Intel(R) CPU 0000%@ OpenCL 3.0 (Build 0) [2024.18.10.0.08_160000]
[opencl:gpu][opencl:2] Intel(R) OpenCL Graphics, Intel(R) Data Center GPU Max 1550 OpenCL 3.0 NEO  [24.39.31294.12]
[opencl:gpu][opencl:3] Intel(R) OpenCL Graphics, Intel(R) Data Center GPU Max 1550 OpenCL 3.0 NEO  [24.39.31294.12]
```

nightly-2025-05-03

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[SYCL] UR enum values are already typed, avoid explicit casts (#18287)

Apparently, `get_info<info::device::opencl_c_version>` was returning
garbage because its `UrCode` is `__SYCL_TRAIT_HANDLED_IN_RT` while no
special handling was in fact done for it. Since it's deprecated anyway
I'm not trying to fix that but just throw an exception instead.

Before this change:
```
$ llvm-lit -a Basic/info.cpp  2>&1 | grep 'OpenCL C version:'
# | OpenCL C version: ^C
# | OpenCL C version: ^D
# | OpenCL C version: ^E
# | OpenCL C version: ^C
$ sycl-ls
[level_zero:gpu][level_zero:0] Intel(R) oneAPI Unified Runtime over Level-Zero, Intel(R) Data Center GPU Max 1550 12.60.7 [1.6.31294.120000]
[level_zero:gpu][level_zero:1] Intel(R) oneAPI Unified Runtime over Level-Zero, Intel(R) Data Center GPU Max 1550 12.60.7 [1.6.31294.120000]
[opencl:fpga][opencl:0] Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device OpenCL 1.2  [2024.18.10.0.08_160000]
[opencl:cpu][opencl:1] Intel(R) OpenCL, Genuine Intel(R) CPU 0000%@ OpenCL 3.0 (Build 0) [2024.18.10.0.08_160000]
[opencl:gpu][opencl:2] Intel(R) OpenCL Graphics, Intel(R) Data Center GPU Max 1550 OpenCL 3.0 NEO  [24.39.31294.12]
[opencl:gpu][opencl:3] Intel(R) OpenCL Graphics, Intel(R) Data Center GPU Max 1550 OpenCL 3.0 NEO  [24.39.31294.12]
```

nightly-2025-05-02

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[NFC][SYCL] Don't use `get_platform_info` outside `platform_impl` (#1…

…8291)

I'll plan to further simplify/unify/eliminate that particular helper.
This change would make subsequent PR(s) easier to review.