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

Tags: LukaszJobczyk/llvm

Tags

sycl-web/sycl-latest-good

Toggle sycl-web/sycl-latest-good's commit message
Merged to sycl-web with no conflict or build issue

sycl-web/status

Toggle sycl-web/status's commit message
Completed successfully

sycl-web/sycl-latest-good -- 93a629a - Wed Mar 22 12:15:35 2023 +0000
sycl-web/main-latest-good -- acf6a32 - Wed Mar 22 13:36:54 2023 +0000

sycl-web/main-latest-good

Toggle sycl-web/main-latest-good's commit message
Merged to sycl-web with no conflict or build issue

sycl-web/latest-buildable

Toggle sycl-web/latest-buildable's commit message
Build passed

sycl-nightly/20230321

Toggle sycl-nightly/20230321's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL] Add marray support to common + some math functions (intel#8631)

This patch adds marray support to all functions from Table 179 of SYCL
2020 spec + to functions fabs, ilogb, fmax, fmin, ldexp, pown, rootn
from Table 175 + to function exp10 from Table 177.

E2E tests: intel/llvm-test-suite#1656

---------

Co-authored-by: KornevNikita <nikita.kornev@intel.com>

sycl-nightly/20230320

Toggle sycl-nightly/20230320's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[clang][SYCL] Disable force inlining of kernel call operator for FGPA (

…intel#8688)

In some cases force inlining can remove necessary FPGA metadata. This
happened with `ivdep` attribute attached to `do .. while(1)` loop.

sycl-nightly/20230318

Toggle sycl-nightly/20230318's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL][ESIMD] Rename raw_send{s}_{load/store} APIs (intel#8666)

These APIs map to raw_send/raw_sends and do not have to do loads or
stores. We discussed this with ESIMD customers and decided to rename to
raw_send/raw_sends and rely on overloading for return vs no return.

The old APIs still work but throw a warning.

Tests: intel/llvm-test-suite#1664

Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>

sycl-nightly/20230317

Toggle sycl-nightly/20230317's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[NFC][SYCL][MATRIX] Add std::ignore for unused parameters to fix warn…

…ings. (intel#8684)

sycl-nightly/20230316

Toggle sycl-nightly/20230316's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL][InvokeSIMD][Doc] Remove revision history table (intel#8677)

The invoke SIMD spec revision table was out of date, and we don't use it
anymore in the latest spec template, so just remove it.

---------

Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>

sycl-nightly/20230315

Toggle sycl-nightly/20230315's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL-Fusion] Fix shared lib build (intel#8653)

Shared lib build fails due to a missing dep.

Signed-off-by: Victor Lomuller <victor@codeplay.com>
0