Releases: intel/llvm
Releases · intel/llvm
DPC++ daily 2022-08-16
[SYCL] Improve range reduction performance on CPU (#6164) The performance improvement is the result of two complementary changes: Using an alternative heuristic to select work-group size on the CPU. Keeping work-groups small simplifies combination of partial results and reduces the number of temporary variables. Adjusting the mapping of the range to an ND-range. Breaking the range into contiguous chunks that are assigned to each results in streaming patterns that are better-suited to prefetching hardware. Signed-off-by: John Pennycook [email protected]
DPC++ daily 2022-08-13
sycl-nightly/20220813 [SYCL] SYCL 2020 standalone device selectors ( gpu_selector_v and fri…
DPC++ daily 2022-08-12
[SPIR-V][DOC] Update SPV_INTEL_function_pointers (#4883) OpFunctionPointerINTEL was renamed to OpConstantFunctionPointerINTEL Signed-off-by: Dmitry Sidorov <[email protected]> Co-authored-by: Alexey Sachkov <[email protected]>
DPC++ daily 2022-08-11
sycl-nightly/20220811 [SYCL][ABI-Break] Remove ABI replacements (#6562)
oneAPI DPC++ Compiler dependencies
This release contains OpenCL RT for Intel CPU and FPGA emulator used for oneAPI DPC++ Compiler and runtime validation
Please, see the runtime installation guide here.
DPC++ daily 2022-08-10
sycl-nightly/20220810 [SYCL][Reduction] Optimize reduCGFuncForRangeFastAtomics for discrete…
DPC++ daily 2022-08-09
sycl-nightly/20220809 [NFC][SYCL] Move memory_manager.hpp include/sycl/detail/ -> source/de…
DPC++ daily 2022-08-08
[SYCL] Fix unittest initialization of queue with selector (#6540) https://github.com/intel/llvm/pull/6486 added new queue constructors for the use of callable device selectors. In accordance with SYCL 2020 these constructors are marked explicit and as such implicit conversion from initializer lists does not work. These changes fixes the Wait.cpp unittest to use the explicit constructor. Signed-off-by: Larsen, Steffen <[email protected]>
DPC++ daily 2022-08-06
[SYCL] SYCL 2020 callable device selectors (#6486) Signed-off-by: Chris Perkins <[email protected]>
DPC++ daily 2022-08-05
sycl-nightly/20220805 [SYCL] Link sycl-devicelib-host lib in clang-cl + fscyl by default. (…