Releases: intel/llvm
Releases · intel/llvm
DPC++ daily 2022-05-31
[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 <[email protected]>
DPC++ daily 2022-05-30
sycl-nightly/20220530 [SYCL][Doc] Adjust design for compile-time properties through add_ir_…
DPC++ daily 2022-05-29
sycl-nightly/20220529 [SYCL][Doc] Adjust design for compile-time properties through add_ir_…
DPC++ daily 2022-05-28
sycl-nightly/20220528 [SYCL][Doc] Adjust design for compile-time properties through add_ir_…
DPC++ daily 2022-05-27
sycl-nightly/20220527 [SYCL][Doc] Adjust design for compile-time properties through add_ir_…
DPC++ daily 2022-05-26
[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.
DPC++ daily 2022-05-25
[SYCL][Driver] Enable device code instrumentation by default (#5435) * [SYCL][Driver] Enable device code instrumentation by default * Update tests, as they are not expecting itt device objects * Update tests for Windows * WIP Fix for #5435 Signed-off-by: Artem Gindinson <[email protected]> Co-authored-by: Andrei Elovikov <[email protected]>
DPC++ daily 2022-05-24
sycl-nightly/20220524 [SYCL][Build] Add --enable-all-llvm-targets switch to configure.py (#…
DPC++ daily 2022-05-23
[ESIMD] Don't force-inline VCStackCall functions. (#6175) * [ESIMD] Don't force-inline VCStackCall functions. Signed-off-by: Konstantin S Bobrovsky <[email protected]>
DPC++ daily 2022-05-22
[ESIMD] Don't force-inline VCStackCall functions. (#6175) * [ESIMD] Don't force-inline VCStackCall functions. Signed-off-by: Konstantin S Bobrovsky <[email protected]>