Releases: intel/llvm
Releases · intel/llvm
DPC++ daily 2022-04-23
sycl-nightly/20220423 [SYCL] Add support for get_native for buffer and fix backend_return_t…
DPC++ daily 2022-04-22
sycl-nightly/20220422 [SYCL] Force inline spec constant retrieval function to help BEs at -…
DPC++ daily 2022-04-21
Update icd loader (#6036) The OpenCL ICD loader community enabled the trace mechanism.
DPC++ daily 2022-04-20
sycl-nightly/20220420 [SYCL][ESIMD] Change arguments of some APIs to be template parameters…
DPC++ daily 2022-04-19
[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
[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
[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
[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
sycl-nightly/20220415 [SYCL] Enable OpenCL and Level Zero plugins if SYCL_ENABLE_PLUGINS is…
DPC++ daily 2022-04-14
sycl-nightly/20220414 [SYCL] Enable OpenCL and Level Zero plugins if SYCL_ENABLE_PLUGINS is…