Skip to content

Releases: intel/llvm

DPC++ daily 2022-04-23

23 Apr 16:36
8b3c8c4
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220423

[SYCL] Add support for get_native for buffer and fix backend_return_t…

DPC++ daily 2022-04-22

22 Apr 16:21
e62b5aa
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220422

[SYCL] Force inline spec constant retrieval function to help BEs at -…

DPC++ daily 2022-04-21

21 Apr 16:36
c2362e0
Compare
Choose a tag to compare
Pre-release
Update icd loader (#6036)

The OpenCL ICD loader community enabled the trace mechanism.

DPC++ daily 2022-04-20

20 Apr 16:20
8edb62e
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220420

[SYCL][ESIMD] Change arguments of some APIs to be template parameters…

DPC++ daily 2022-04-19

19 Apr 16:19
ad6253e
Compare
Choose a tag to compare
Pre-release
[SYCL][L0] Fix BDF format on PCI query (#6011)

The PCI address currently reported by the L0 backend does not correctly
report domain, bus, device, and function as hexadecimal values. This
commit changes the reported format to use convert the values hexadecimal
representation. Additionally it also pads the values with leading zeros.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>

DPC++ daily 2022-04-18

18 Apr 16:23
abd0369
Compare
Choose a tag to compare
Pre-release
[SYCL] fix failing clang-format github action.  (#6016)

clang-format Github action is failing. ( see #6015 and discussion: actions/checkout#760 )

Repo needs to be marked as safe for security reasons

Signed-off-by: Chris Perkins chris.perkins@intel.com

DPC++ daily 2022-04-17

17 Apr 16:18
b9cb1d1
Compare
Choose a tag to compare
Pre-release
[SYCL][L0] Use immediate commandlists. (#5833)

This change adds a mode where the plugin uses immediate commandlists instead of standard commandlists. The default remains standard commandlists. The new mode is selected by setting an environment variable.

Signed-off-by: Rajiv Deodhar rajiv.deodhar@intel.com

DPC++ daily 2022-04-16

16 Apr 16:29
b9cb1d1
Compare
Choose a tag to compare
Pre-release
[SYCL][L0] Use immediate commandlists. (#5833)

This change adds a mode where the plugin uses immediate commandlists instead of standard commandlists. The default remains standard commandlists. The new mode is selected by setting an environment variable.

Signed-off-by: Rajiv Deodhar rajiv.deodhar@intel.com

DPC++ daily 2022-04-15

15 Apr 16:25
ff384bb
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220415

[SYCL] Enable OpenCL and Level Zero plugins if SYCL_ENABLE_PLUGINS is…

DPC++ daily 2022-04-14

14 Apr 17:07
ff384bb
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220414

[SYCL] Enable OpenCL and Level Zero plugins if SYCL_ENABLE_PLUGINS is…