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

Tags: michralpeters/llvm

Tags

sycl-web/status

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

sycl-web/sycl-latest-good -- 37960cd - Fri Mar 3 18:35:18 2023 +0100
sycl-web/main-latest-good -- a65678b - Fri Mar 3 15:28:59 2023 -0800

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-web/sycl-latest-good

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

sycl-nightly/20230303

Toggle sycl-nightly/20230303's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL][DOC] Initial commit of oneapi extension proposal for adding P2…

…P mechanisms to SYCL (intel#6104)

Signed-off-by: James Brodman <james.brodman@intel.com>
Co-authored-by: Greg Lueck <gregory.m.lueck@intel.com>

sycl-nightly/20230302

Toggle sycl-nightly/20230302's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL] Augment known_identity for std::complex and std::plus. (intel#…

…8425)

This PR proposes to augment sycl::has_known_identity to return true for
std::complex and std::plus operator. This will have two benefits:

1. It enables support for complex numbers in sycl::reduction without the
user having to explicitly pass identity.
2. sycl::known_identity can now be used to simplify the implementation
of group algorithms (See PR intel#5394).

Also, this PR addresses the Github issue intel#5477.
Test Case PR: intel/llvm-test-suite#1609

sycl-nightly/20230301

Toggle sycl-nightly/20230301's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[NFC] Remove erroneous debug output introduced in a pulldown (intel#8494

)

Manifsted itself as "TEST: flang" output during CMake invocation.

sycl-nightly/20230228

Toggle sycl-nightly/20230228's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL] Copy llvm-test-suite/SYCL/AOT/{gpu,cpu}.cpp tests to sycl/test…

…-e2e (intel#8480)

sycl/test-e2e/AOT/gpu.cpp is using %gpu_aot_target_opts substitution and
I need it to verify some internal infrastructure changes. The cpu.cpp is
copied just in case/for "completeness".

sycl-nightly/20230227

Toggle sycl-nightly/20230227'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 basic_tests/types.cpp on Windows (intel#8470)

Recent extension of the test (addition of
`-D__NO_EXT_VECTOR_TYPE_ON_HOST__` RUN line) exposed an existing
limitation of `vec` class alignment on Windows, which caused the test to
fail.

This commit conditionally disables the check to avoid the test failure
because of this known issue/limitation.

sycl-nightly/20230226

Toggle sycl-nightly/20230226's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL] Initialize members of device_global map entries (intel#8451)

This commit adds default initializers to select members of
DeviceGlobalMapEntry to avoid cases where bogus values would confuse
late initialization of the entries.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
0