Skip to content

Releases: intel/llvm

DPC++ daily 2022-06-04

04 Jun 16:20
3a91cec
Compare
Choose a tag to compare
Pre-release
[SYCL] Align usm_allocator with the specification (#6191)

According to

https://www.khronos.org/registry/SYCL/specs/sycl-2020/html/sycl-2020.html#_c_allocator_interface

the default value for the "Alignment" template parameter must be 0. Otherwise
the rebound allocator wouldn't change the alignment properly.

Test added in https://github.com/intel/llvm-test-suite/pull/1038

DPC++ daily 2022-06-03

03 Jun 16:20
099af9c
Compare
Choose a tag to compare
Pre-release
[SYCL][HIP] Use valid cast for CUdeviceptr in HIP PI (#6207)

Replace invalid reinterpret_cast with static_cast
for CUdeviceptr in hip_piextMemGetNativeHandle
when building HIP PI on CUDA machine;

Signed-off-by: Lukas Sommer <lukas.sommer@codeplay.com>

DPC++ daily 2022-06-02

02 Jun 16:22
6a32706
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220602

[SYCL] fflush(stderr) to deliver assert message before abort'ing (#6227)

DPC++ daily 2022-06-01

01 Jun 16:21
e8bff05
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220601

[SYCL][L0] Force submit of dependent open command batches (#6199)

DPC++ daily 2022-05-31

31 May 16:18
f119000
Compare
Choose a tag to compare
Pre-release
[SYCL] Retain event in old OpenCL interop constructor (#6214)

https://github.com/intel/llvm/pull/6180 moved the retain logic for
events to the make_event interop API. However, this means that the old
OpenCL interop constructor for event does not retain the native event.
These changes add the retain logic directly to the old OpenCL interop
constructor for OpenCL.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>

DPC++ daily 2022-05-30

30 May 16:17
f6420c7
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220530

[SYCL][Doc] Adjust design for compile-time properties through add_ir_…

DPC++ daily 2022-05-29

29 May 16:17
f6420c7
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220529

[SYCL][Doc] Adjust design for compile-time properties through add_ir_…

DPC++ daily 2022-05-28

28 May 16:20
f6420c7
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220528

[SYCL][Doc] Adjust design for compile-time properties through add_ir_…

DPC++ daily 2022-05-27

27 May 16:19
f6420c7
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220527

[SYCL][Doc] Adjust design for compile-time properties through add_ir_…

DPC++ daily 2022-05-26

26 May 16:19
07c4bff
Compare
Choose a tag to compare
Pre-release
[NFC] Cleanup instrumentation test and hookup warning check (#6196)

The sycl-instrumentation.c test had some inconsistencies, clean these up
and check that the expected warning is emitted.