-
Notifications
You must be signed in to change notification settings - Fork 797
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
See https://github.com/intel/llvm/actions/runs/16586003151/job/46913174494
D:\github\_work\llvm\llvm\khronos_sycl_cts\util\logger.cpp(41): warning:
Exception fired for case of using same kernel bundle with bundle_state::input
state, 0 write(s) and 1 read(s) for type sycl::half
D:\github\_work\llvm\llvm\khronos_sycl_cts\util\sycl_exceptions.h(184): warning:
SYCL exception
with category name: 'sycl'
with code: 'invalid'
with code raw value: '8'
with code message: 'SYCL Error'
with what: 'Kernel is incompatible with all devices in devs'
D:\github\_work\llvm\llvm\khronos_sycl_cts\util\test_base.cpp(28): FAILED:
explicitly with message:
a SYCL exception was caught: Kernel is incompatible with all devices in devs
Looks like a50acd0 is guilty. @againull could you please check.
To reproduce
- Include a code snippet that is as short as possible
- Specify the command which should be used to compile the program
- Specify the command which should be used to launch the program
- Indicate what is wrong and what was expected
Environment
- OS: [e.g Windows/Linux]
- Target device and vendor: [e.g. Intel GPU]
- DPC++ version: [e.g. commit hash or output of
clang++ --version
] - Dependencies version: [e.g. the output of
sycl-ls --verbose
]
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working