8000 Tags · brandongc/llvm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: brandongc/llvm

Tags

sycl-nightly/20210126

Toggle sycl-nightly/20210126's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL] Allow user control over range rounding, and disable for older …

…SYCL spec. (intel#3082)

This change lets users choose at compile-time whether to do range-rounding.
Rounding is always disabled when using older SYCL specs because the implementation creates const lambdas, which are incompatible with the mutable lambdas allowed in the old spec.

Signed-off-by: rdeodhar <rajiv.deodhar@intel.com>

sycl-nightly/20210125

Toggle sycl-nightly/20210125's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL][NFC] Fix typos in test code comments (intel#3092)

This patch updates tests related to work_group_size attributes by fixing
typos and adding CHECK that happened on commit intel#2906

Signed-off-by: Soumi Manna <soumi.manna@intel.com>

sycl-nightly/20210122

Toggle sycl-nightly/20210122's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Driver][NFC] Fix typo in code comments (intel#3079)

sycl-nightly/20210121

Toggle sycl-nightly/20210121's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL] Use same source for libsycl-crt (intel#3019)

Currently, the implementation of assert support for Linux and Windows are in 2 files glibc_wrapper.cpp and msvc_wrapper.cpp. We can merge them into one source and use macro "_WIN32" to separate Windows and Linux specific code.
We plan to add some more functions in libsycl-crt in the future and the implementation may be same for both Linux and Windows platform, keeping 2 different sources for Linux and Windows will lead to duplicate code then.

Signed-off-by: gejin <ge.jin@intel.com>

sycl-nightly/20210120

Toggle sycl-nightly/20210120'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 indirect read and write methods to simd class (inte…

…l#3039)

Signed-off-by: Gang Y Chen <gang.y.chen@intel.com>

sycl-nightly/20210119

Toggle sycl-nightly/20210119's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL][Doc] Update for get started guide (intel#3053)

* Add note that SYCL 2020 implementation is in progress (see issue intel#2971)
* Add note that DPC++ runtime and headers require C++14 (see PR intel#2528)

Signed-off-by: Pavel V Chupin <pavel.v.chupin@intel.com>

sycl-nightly/20210118

Toggle sycl-nightly/20210118's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL][NFC] Fix warnings reported by Clang (intel#3050)

sycl-nightly/20210117

Toggle sycl-nightly/20210117's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL][NFC] Remove commented out code (intel#3029)

sycl-nightly/20210116

Toggle sycl-nightly/20210116's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL] Fix acquiring a mutex in _pi_context::finalize (intel#3001)

I observed crashes in ESIMD tests at the exit of _pi_context::finalize
function. Unlocking not owned mutex is Undefined Behavior.
Crashes occurred only on Debug builds on Windows platforms when using
LevelZero. I saw the following error: "unlock of unowned mutex".

sycl-nightly/20210115

Toggle sycl-nightly/20210115'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 class conversion ctor and operator (intel#3028)

Signed-off-by: Gang Y Chen <gang.y.chen@intel.com>
0