Skip to content

Tags: vagabond2522/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
HALT

Build failed after merge
 .: (from main)

 commit 4ac0e7e
 Author: Gang Chen <[email protected]>
 Date:   Fri Oct 25 11:24:47 2024 -0700

     [AMDGPU] Add a type for the named barrier (#113614)

 Affected files:
   clang/include/clang/Basic/AMDGPUTypes.def
   clang/lib/CodeGen/CGDebugInfo.cpp
   clang/lib/CodeGen/CodeGenTypes.cpp
   clang/test/AST/ast-dump-amdgpu-types.c
   clang/test/CodeGen/amdgpu-barrier-type-debug-info.c
   clang/test/CodeGenCXX/amdgpu-barrier-typeinfo.cpp
   clang/test/CodeGenHIP/amdgpu-barrier-type.hip
   clang/test/SemaCXX/amdgpu-barrier.cpp
   clang/test/SemaHIP/amdgpu-barrier.hip
   clang/test/SemaOpenCL/amdgpu-barrier.cl
   clang/test/SemaOpenMP/amdgpu-barrier.cpp
   llvm/lib/IR/Type.cpp

 Notify: [email protected]

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

nightly-2024-10-27

Toggle nightly-2024-10-27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[SYCL][E2E] Add more xfails to recently re-enabled test (intel#15878)

This test was failing on post commit in these cases after being
re-enabled.
https://github.com/intel/llvm/actions/runs/11523103039

nightly-2024-10-26

Toggle nightly-2024-10-26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[SYCL][E2E] Add more xfails to recently re-enabled test (intel#15878)

This test was failing on post commit in these cases after being
re-enabled.
https://github.com/intel/llvm/actions/runs/11523103039

2024-WW43

Toggle 2024-WW43's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[NFC][SYCL][SYCLLowerIR] Add cl::opt SpecConstantMode for LIT testing (

…intel#15821)

This allows testing SpecConstantsPass with different modes.

nightly-2024-10-25

Toggle nightly-2024-10-25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Driver][NFC] Fix build warning with size comparison (intel#15860)

nightly-2024-10-23

Toggle nightly-2024-10-23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[UR] Split the UNIFIED_RUNTIME_TAG to its own file (intel#15809)

With current repo setup, we need to update UNIFIED_RUNTIME_TAG
constantly. This is creating conflicts when doing merge from other
branches. To faciliate the automation to handle such conflicts,
we would prefer to split the tag into into own file, the automation
will then be triggereed whenever the file changes (implying UR tag
change).

---------

Co-authored-by: Udit Agarwal <[email protected]>

nightly-2024-10-22

Toggle nightly-2024-10-22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[SYCL][E2E] Remove use of deprecated device selectors in FilterSelect…

…or tests (intel#15785)

Use new device selector callables, instead of deprecated device selector
objects.

These tests do not run on CI because they require multiple devices, so
they were missed by the addition of `-Werror` to e2e tests.