Skip to content

Tags: Eiygy-Veyron-Network/llvm

Tags

20200715

Toggle 20200715's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[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]>

20200714

Toggle 20200714's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[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.

20200713

Toggle 20200713's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[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.

20200711

Toggle 20200711's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL] Fix segmentation fault in program manager (intel#2057)

Signed-off-by: Dmitry Vodopyanov <[email protected]>

20200710

Toggle 20200710's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL][Doc] Modify queue shortcuts extension (intel#2060)

Add generic lambda support description
Add range shortcuts description

Signed-off-by: Ruslan Arutyunyan <[email protected]>

20200709

Toggle 20200709's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL] Remove the w/a for hanging zeEventHostSynchronize (intel#2023)

Signed-off-by: Sergey V Maslov <[email protected]>

20200708

Toggle 20200708's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[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]>

20200707

Toggle 20200707's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[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]>

20200705

Toggle 20200705's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL] Improve for using reqd_work_group_size with L0 backend (intel#…

…2005)

Add a test case for reqd_work_group_size using L0 backend.

Signed-off-by: Cory Levels <[email protected]>

20200704

Toggle 20200704's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[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]>