-
Notifications
You must be signed in to change notification settings - Fork 795
Open
Labels
Description
Describe the bug
********************
Failed Tests (2):
SYCL :: SYCLBIN/dg_executable.cpp
SYCL :: SYCLBIN/dg_input.cpp
-- Testing: 1871 of 2455 tests, 12 workers --
FAIL: SYCL :: SYCLBIN/dg_input.cpp (155 of 1871)
******************** TEST 'SYCL :: SYCLBIN/dg_input.cpp' FAILED ********************
Exit Code: 3
Command Output (stdout):
--
# RUN: at line 18
env UR_L0_LEAKS_DEBUG=1 env SYCL_UR_CUDA_ENABLE_IMAGE_SUPPORT=1 env UR_LOADER_USE_LEVEL_ZERO_V2=0 ONEAPI_DEVICE_SELECTOR=cuda:gpu /__w/llvm/llvm/build-e2e/SYCLBIN/Output/dg_input.cpp.tmp.out /__w/llvm/llvm/build-e2e/SYCLBIN/Output/dg_input.cpp.tmp.syclbin
# executed command: env UR_L0_LEAKS_DEBUG=1 env SYCL_UR_CUDA_ENABLE_IMAGE_SUPPORT=1 env UR_LOADER_USE_LEVEL_ZERO_V2=0 ONEAPI_DEVICE_SELECTOR=cuda:gpu /__w/llvm/llvm/build-e2e/SYCLBIN/Output/dg_input.cpp.tmp.out /__w/llvm/llvm/build-e2e/SYCLBIN/Output/dg_input.cpp.tmp.syclbin
# .---command stdout------------
# | Val: 0 != 123
# | Val: -17 != 106
# | Val: -17 != 106
# `-----------------------------
# error: command failed with exit status: 3
--
********************
FAIL: SYCL :: SYCLBIN/dg_executable.cpp (177 of 1871)
******************** TEST 'SYCL :: SYCLBIN/dg_executable.cpp' FAILED ********************
Exit Code: 3
Command Output (stdout):
--
# RUN: at line 18
env UR_L0_LEAKS_DEBUG=1 env SYCL_UR_CUDA_ENABLE_IMAGE_SUPPORT=1 env UR_LOADER_USE_LEVEL_ZERO_V2=0 ONEAPI_DEVICE_SELECTOR=cuda:gpu /__w/llvm/llvm/build-e2e/SYCLBIN/Output/dg_executable.cpp.tmp.out /__w/llvm/llvm/build-e2e/SYCLBIN/Output/dg_executable.cpp.tmp.syclbin
# executed command: env UR_L0_LEAKS_DEBUG=1 env SYCL_UR_CUDA_ENABLE_IMAGE_SUPPORT=1 env UR_LOADER_USE_LEVEL_ZERO_V2=0 ONEAPI_DEVICE_SELECTOR=cuda:gpu /__w/llvm/llvm/build-e2e/SYCLBIN/Output/dg_executable.cpp.tmp.out /__w/llvm/llvm/build-e2e/SYCLBIN/Output/dg_executable.cpp.tmp.syclbin
# .---command stdout------------
# | Val: 0 != 123
# | Val: -17 != 106
# | Val: -17 != 106
# `-----------------------------
# error: command failed with exit status: 3
--
https://github.com/intel/llvm/actions/runs/16407881047/job/46395960457?pr=19525#step:17:324
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