Tags: Eiygy-Veyron-Network/llvm
Tags
[SYCL] Fix crash when kernel object field is an array of structs (int… …el#2083) This patch adds a 'top-level' struct InitListExpr for each element of a struct array. This is required to nest the InitListExprs of data members of each struct element correctly under the corresponding struct element. Signed-off-by: Elizabeth Andrews <[email protected]>
[SYCL] Host task accessor deduction guides (intel#2055) This patch adds host task functionality of [SYCL_INTEL_accessor_simplification](intel#1498) extension. `handler` type is now valid argument for `host_accessor` and `buffer.get_host_access()`, which enables non-blocking behavior, while accessing memory on the host.
[SYCL][CUDA] Generalise sampler basic test (intel#1969) Introduces a generic test for sycl::sampler, and moves the existing testing to the OpenCL-specific sampler_ocl.cpp.
[SYCL] Fix segmentation fault in program manager (intel#2057) Signed-off-by: Dmitry Vodopyanov <[email protected]>
[SYCL][Doc] Modify queue shortcuts extension (intel#2060) Add generic lambda support description Add range shortcuts description Signed-off-by: Ruslan Arutyunyan <[email protected]>
[SYCL] Remove the w/a for hanging zeEventHostSynchronize (intel#2023) Signed-off-by: Sergey V Maslov <[email protected]>
[SYCL][ESIMD] Explicit SIMD math APIs. (intel#1855) This commit adds implementation of Explicit SIMD math APIs along with math intrinsics used to implement operations with SIMD classes. Author: Chen, Gang Y <[email protected]> Co-authored-by: Chen, Kai Yu <[email protected]> Signed-off-by: Denis Bakhvalov <[email protected]>
[SYCL][ESIMD] Add simd and simd_view classes (intel#1854) This patch adds simd and simd_view class implementation used to implement Explicit SIMD vector APIs. Author: Wei Pan Co-authored-by: Chen, Gang Y <[email protected]> Co-authored-by: Bobrovsky, Konstantin S <[email protected]> Co-authored-by: Ashar, Pratik J <[email protected]> Signed-off-by: Denis Bakhvalov <[email protected]>
[SYCL][ESIMD] Add basic headers for ESIMD runtime library (intel#1853) This patch adds basic headers used to implement Explicit SIMD APIs and integrates them into deployment. Signed-off-by: Denis Bakhvalov <[email protected]> Author: Wei Pan Co-authored-by: Chen, Kai Yu <[email protected]> Co-authored-by: Chen, Gang Y <[email protected]> Co-authored-by: Bobrovsky, Konstantin S <[email protected]>
PreviousNext