Skip to content

Tags: codeplaysoftware/intel-llvm-mirror

Tags

sycl-nightly/20221215

Toggle sycl-nightly/20221215's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[BuildBot] Uplift CPU/FPGAEMU RT version to 2022.15.12.0.01 (intel#7717)

OpenCL CPU RT:  2022.14.8.0.04 -> 2022.15.12.0.01
OpenCL FPGAEMU RT: 2022.14.8.0.04 -> 2022.15.12.0.01
OpenCL FPGA RT Linux: 20220710_000003 -> 20221104_143714
OpenCL FPGA RT Windows: 20220710_000003 -> 20221104_143951

sycl-nightly/20221214

Toggle sycl-nightly/20221214's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[ESIMD] Add capability to specify 64 bit offsets to esimd memory func…

…tions (intel#7411)

sycl-nightly/20221213

Toggle sycl-nightly/20221213's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL][Level Zero] Implement sycl_ext_intel_queue_index extension (in…

…tel#7599)

The feature needs to pass extra data to `piQueueCreate` which is
impossible with the current interface. As such, and because of the
current ABI freeze, a new `piQueueCreateEx` interface has been added
accepting `pi_queue_properties *Properties` (similarly to other
interfaces allowing optional/additional data) with the plan to retire
the old one at the next ABI break window.

Extension spec: intel#7520

sycl-nightly/20221212

Toggle sycl-nightly/20221212's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL][CUDA] Fix a test which assumed build on Linux machines. (intel…

…#7734)

Fix a test which assumed build on Linux machines.

sycl-nightly/20221210

Toggle sycl-nightly/20221210's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL][CUDA][HIP] Implement support for AMD and NVIDIA architectures …

…as argument to fsycl-targets (intel#7348)

* Update if_architecture_is extension to include NVIDIA and AMD
architectures.
* Moves if_architecture_is code header file from intel to oneapi.
*Updates experimental/sycl_ext_intel_device_architecture.asciidoc with
the contents from proposed/sycl_ext_oneapi_device_architecture.asciidoc.
* Rename sycl_ext_intel_device_architecture.asciidoc to
sycl_ext_oneapi_device_architecture.asciidoc.
* Delete proposed/ycl_ext_oneapi_device_architecture.asciidoc.
* Renames nvidia_gpu_smxx to nvidia_gpu_sm_xx.
* Remove DPC++ un-supported architectures for nvidia (sm_20 to sm_37)

sycl-nightly/20221209

Toggle sycl-nightly/20221209's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL][libclc] Remangler fixes (intel#7723)

@pvchupin I've fixed the issues you mentioned in
intel#7220 (comment) (the
last two commits):
* shared libs build: e0f3a52
* windows mangling: b88627f

The rest is as per intel#7220

Co-authored-by: Aaron Ballman <aaron@aaronballman.com>
Co-authored-by: premanandrao <premanand.m.rao@intel.com>
Co-authored-by: Steffen Larsen <steffen.larsen@intel.com>

2022-WW50

Toggle 2022-WW50's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[NFC][SYCL] Remove checks for C++17 (intel#7687)

This has been the minimally supported version for some time and we have
a static_assert to guard for it. No need to conditionally disable parts
of the codebase.

sycl-nightly/20221208

Toggle sycl-nightly/20221208's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL] Fix post commit failure for intel#6837 (intel#7703)

Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova@intel.com>

sycl-nightly/20221207

Toggle sycl-nightly/20221207's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[NFC][SYCL] Switch to std:: equivalents for utilities in stl_type_tra…

…its.hpp (intel#7668)

sycl-nightly/20221206

Toggle sycl-nightly/20221206's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL] Add a unittest for is_compatible (intel#7619)