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

Tags: lsatanov/llvm

Tags

sycl-nightly/20220206

Toggle sycl-nightly/20220206's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL] Disable fallback assert by default (intel#4694)

Due excessive amount of issues submitted against fallback assert implementation the fallback assert is now disabled by default until fixed.

sycl-nightly/20220205

Toggle sycl-nightly/20220205's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[CI] Hotfix for failing LLVM test suite jobs (intel#5483)

sycl-nightly/20220204

Toggle sycl-nightly/20220204's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL][DOC] Move proposed FPGA extensions (intel#5453)

These two extension specifications are proposed changes to existing
extensions.  Move them to the "proposed" directory.  You can see the
proposed changes via:

```
$ git diff HEAD:sycl/doc/extensions/{supported,proposed}/SYCL_EXT_INTEL_DATAFLOW_PIPES.asciidoc
$ git diff HEAD:sycl/doc/extensions/{supported,proposed}/SYCL_EXT_INTEL_FPGA_LSU.md
```

sycl-nightly/20220203

Toggle sycl-nightly/20220203's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL] Deprecate sycl::atomics in SYCL 2020 mode (intel#5440)

Explicitly marked class cl::sycl::atomic as deprecated to meet an ad hoc requirement of new SYCL standard.

sycl-nightly/20220202

Toggle sycl-nightly/20220202's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL][DOC] Clarification to device global design (intel#5432)

Clarify which SPIR-V decorations the `sycl-post-link` tool generates
for each device global variable.  Also update the link to the
compile-time property design, which is now merged.

sycl-nightly/20220201

Toggle sycl-nightly/20220201's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL][DOC] Move SRGB extension doc (intel#5439)

Move this extension document to the "supported" category.

sycl-nightly/20220131

Toggle sycl-nightly/20220131's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL] Fix CI failure (intel#5434)

Fix build issues i
B649
ntroduced by intel#5259

sycl-nightly/20220130

Toggle sycl-nightly/20220130's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL][XPTI] Add instrumentation for USM allocations (intel#5391)

Save code location information about USM allocations to TLS.

sycl-nightly/20220129

Toggle sycl-nightly/20220129's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Matrix][SYCL] Add support for bf16's wi_element (intel#5397)

sycl-nightly/20220128

Toggle sycl-nightly/20220128's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[HIP] Add generic address space impl of __spirv_ocl_frexp for HIP bac…

…kend (intel#5377)

This involved manually mangling the namespaces since the default would be address space 5 otherwise.
0