Releases: intel/llvm
Releases · intel/llvm
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 <artem.gindinson@intel.com> Co-authored-by: Andrei Elovikov <andrei.elovikov@intel.com>
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 <konstantin.s.bobrovsky@intel.com>
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 <konstantin.s.bobrovsky@intel.com>
DPC++ daily 2022-05-21
[ESIMD] Don't force-inline VCStackCall functions. (#6175) * [ESIMD] Don't force-inline VCStackCall functions. Signed-off-by: Konstantin S Bobrovsky <konstantin.s.bobrovsky@intel.com>
DPC++ daily 2022-05-20
sycl-nightly/20220520 [SYCL] Protect access to the kernel and sampler objects with a mutex …
DPC++ daily 2022-05-19
[SYCL][L0] Adds device member to L0 make_queue input type (#6148) * [SYCL][L0] Adds device member to L0 make_queue input type This commit adds a new `device` member to the `make_queue` input type for the L0 backend. This allows the L0 backend to correctly associate the right device with the command queue to create the PI queue from, preventing unintended and illegal behavior when the PI queue is later used for otherwise valid operations. It is currently still valid to create a SYCL queue from a native L0 command queue without associating the correct device, which will lead to the queue being associated with the first device in the supplied SYCL context. This behavior is however marked as deprecated. Note: The ABI checker test changes were generated with the checker tool, so the ones that are marked as removed are simply just moved by the tool. This is a non-breaking ABI change for the runtime library. Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
DPC++ daily 2022-05-18
sycl-nightly/20220518 [SYCL][L0] Optimize the LastCommandEvent of the synchronized queue (#…
DPC++ daily 2022-05-17
sycl-nightly/20220517 [NFC][BuildBot] Fix typo in the help message (#6161)
DPC++ daily 2022-05-16
sycl-nightly/20220516 [SYCL][DOC] Add extension for annotated_arg class and its properties …