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

Tags: mingshi2333/llvm

Tags

sycl-web/status

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

sycl-web/sycl-latest-good -- 153ccbe - Fri Feb 2 12:12:26 2024 -0800
sycl-web/main-latest-good -- 146e5ce - Sun Feb 4 12:39:13 2024 -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

nightly-2024-02-04

Toggle nightly-2024-02-04's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[NFCI][SYCL] Refactor getBinaryImageFormat (intel#12586)

A future PR will add support for magic numbers other than four bytes.
Refactor the code to make those future changes easier to review.

nightly-2024-02-03

Toggle nightly-2024-02-03's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[NFCI][SYCL] Refactor getBinaryImageFormat (intel#12586)

A future PR will add support for magic numbers other than four bytes.
Refactor the code to make those future changes easier to review.

nightly-2024-02-02

Toggle nightly-2024-02-02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[SYCL][ESIMD] Fix a few issues with scatter(usm, ...) (intel#12585)

Problems found by Gregory (thanks!):

1) There were some duplicated tests, remove those

2) We didn't test non-LSC mask on Gen12

3) We get an ambiguous call because we had an old function that didn't
have VS, but the new functions have default VS=1, so we don't need the
old one.

4) When we pass a simd_view for the vals, we got a template match
failure. This is the same issue we hit in the compile-time tests where
even if we have a simd_view overload the compiler can't infer N, so we
need to provide T,N anyway, so add that in the tests.

I tested this on Gen12.

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

nightly-2024-02-01

Toggle nightly-2024-02-01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CI][NFC] Unify naming scheme for SYCL workflows. (intel#12568)

All GitHub Actions workflows added by intel/llvm project are expected to
use following naming notation:

1. Name starts with `sycl` prefix.
2. Use dash `-` to separate words (instead of underscore `_`).

This patches fixes naming of workflows which do not follow this
notation.

nightly-2024-01-31

Toggle nightly-2024-01-31's commit message
LLVM and SPIRV-LLVM-Translator pulldown (WW04)

LLVM: llvm/llvm-project@cd7ea4e
SPIRV-LLVM-Translator: KhronosGroup/SPIRV-LLVM-Translator@8c357de

nightly-2024-01-30

Toggle nightly-2024-01-30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[NFC][SYCL] Set some target restrictions for some tests (intel#12505)

A few tests in the driver area require amdgpu or nvptx targets to be
built in order to properly run. Add these requirements to the tests.
0