Open
Description
Describe the bug
https://github.com/intel/llvm/actions/runs/13242519017/job/36963134572?pr=16895
(Also https://github.com/intel/llvm/actions/runs/13241707593/job/36959267753?pr=16813)
FAIL: SYCL :: EnqueueNativeCommand/custom-command-multiple-dev-cuda.cpp (1125 of 2274)
******************** TEST 'SYCL :: EnqueueNativeCommand/custom-command-multiple-dev-cuda.cpp' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 2
/__w/llvm/llvm/toolchain/bin//clang++ -Werror -fsycl -fsycl-targets=nvptx64-nvidia-cuda /__w/llvm/llvm/llvm/sycl/test-e2e/EnqueueNativeCommand/custom-command-multiple-dev-cuda.cpp -o /__w/llvm/llvm/build-e2e/EnqueueNativeCommand/Output/custom-command-multiple-dev-cuda.cpp.tmp.out -L/usr/local/cuda/lib64 -lcuda -I/usr/local/cuda/targets/x86_64-linux/include
# executed command: /__w/llvm/llvm/toolchain/bin//clang++ -Werror -fsycl -fsycl-targets=nvptx64-nvidia-cuda /__w/llvm/llvm/llvm/sycl/test-e2e/EnqueueNativeCommand/custom-command-multiple-dev-cuda.cpp -o /__w/llvm/llvm/build-e2e/EnqueueNativeCommand/Output/custom-command-multiple-dev-cuda.cpp.tmp.out -L/usr/local/cuda/lib64 -lcuda -I/usr/local/cuda/targets/x86_64-linux/include
# note: command had no output on stdout or stderr
# RUN: at line 3
env UR_CUDA_ENABLE_IMAGE_SUPPORT=1 ONEAPI_DEVICE_SELECTOR=cuda:gpu /__w/llvm/llvm/build-e2e/EnqueueNativeCommand/Output/custom-command-multiple-dev-cuda.cpp.tmp.out
# executed command: env UR_CUDA_ENABLE_IMAGE_SUPPORT=1 ONEAPI_DEVICE_SELECTOR=cuda:gpu /__w/llvm/llvm/build-e2e/EnqueueNativeCommand/Output/custom-command-multiple-dev-cuda.cpp.tmp.out
# .---command stdout------------
# | 1 devices found
# | Using on device 0: NVIDIA GeForce RTX 3090
# | Checking result on host: FAILED
# | 0 ?= 1
# `-----------------------------
# error: command failed with exit status: 1
--
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