Releases: intel/llvm
Releases · intel/llvm
DPC++ daily 2022-06-04
[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
[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
sycl-nightly/20220602 [SYCL] fflush(stderr) to deliver assert message before abort'ing (#6227)
DPC++ daily 2022-06-01
sycl-nightly/20220601 [SYCL][L0] Force submit of dependent open command batches (#6199)
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 <steffen.larsen@intel.com>
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.