test-e2e/AddressCast/dynamic_address_cast.cpp fails on CPU
- Dominant language
- LLVM
- Stars
- 1.5k
- Forks
- 854
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 137
Description
### Describe the bug
See https://github.com/intel/llvm/actions/runs/27011441219/job/79718619318?pr=22222
```
# RUN: at line 9
/__w/llvm/llvm/toolchain/bin/clang++ -Werror -fsycl -fsycl-targets=native_cpu /__w/llvm/llvm/llvm/sycl/test-e2e/AddressCast/dynamic_address_cast.cpp -o /__w/llvm/llvm/build-e2e/AddressCast/Output/dynamic_address_cast.cpp.tmp.out
# executed command: /__w/llvm/llvm/toolchain/bin/clang++ -Werror -fsycl -fsycl-targets=native_cpu /__w/llvm/llvm/llvm/sycl/test-e2e/AddressCast/dynamic_address_cast.cpp -o /__w/llvm/llvm/build-e2e/AddressCast/Output/dynamic_address_cast.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line 10
env ONEAPI_DEVICE_SELECTOR=native_cpu:cpu /__w/llvm/llvm/build-e2e/AddressCast/Output/dynamic_address_cast.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=native_cpu:cpu /__w/llvm/llvm/build-e2e/AddressCast/Output/dynamic_address_cast.cpp.tmp.out
# note: command had no output on stdout or stderr
# error: command failed with exit status: 255
```
Test was [disabled](https://github.com/intel/llvm/blob/sycl/sycl/test-e2e/AddressCast/dynamic_address_cast.cpp#L9-L10) a long time ago with "Issue with OpenCL CPU runtime implementation of OpGenericCastToPtrExplicit".
### To reproduce
1. Include a code snippet that is as short as possible
2. Specify the command which should be used to compile the program
3. Specify the command which should be used to launch the program
4. 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_
Contributor guide
Assessment
This issue has not been assessed yet.