Tags: LukaszJobczyk/llvm
Tags
Merged to sycl-web with no conflict or build issue
Merged to sycl-web with no conflict or build issue
[SYCL] Add marray support to common + some math functions (intel#8631) This patch adds marray support to all functions from Table 179 of SYCL 2020 spec + to functions fabs, ilogb, fmax, fmin, ldexp, pown, rootn from Table 175 + to function exp10 from Table 177. E2E tests: intel/llvm-test-suite#1656 --------- Co-authored-by: KornevNikita <nikita.kornev@intel.com>
[clang][SYCL] Disable force inlining of kernel call operator for FGPA (… …intel#8688) In some cases force inlining can remove necessary FPGA metadata. This happened with `ivdep` attribute attached to `do .. while(1)` loop.
[SYCL][ESIMD] Rename raw_send{s}_{load/store} APIs (intel#8666) These APIs map to raw_send/raw_sends and do not have to do loads or stores. We discussed this with ESIMD customers and decided to rename to raw_send/raw_sends and rely on overloading for return vs no return. The old APIs still work but throw a warning. Tests: intel/llvm-test-suite#1664 Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
[NFC][SYCL][MATRIX] Add std::ignore for unused parameters to fix warn… …ings. (intel#8684)
[SYCL][InvokeSIMD][Doc] Remove revision history table (intel#8677) The invoke SIMD spec revision table was out of date, and we don't use it anymore in the latest spec template, so just remove it. --------- Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
[SYCL-Fusion] Fix shared lib build (intel#8653) Shared lib build fails due to a missing dep. Signed-off-by: Victor Lomuller <victor@codeplay.com>
PreviousNext