-
Notifications
You must be signed in to change notification settings - Fork 807
Open
Labels
Description
Describe the bug
Failing with driver bump
https://github.com/intel/llvm/actions/runs/17983166100/job/51156425322?pr=20162
FAIL: SYCL :: Matrix/element_wise_ops.cpp (1513 of 1893)
******************** TEST 'SYCL :: Matrix/element_wise_ops.cpp' FAILED ********************
Exit Code: -11
Command Output (stdout):
--
# RUN: at line 13
env env UR_LOADER_USE_LEVEL_ZERO_V2=0 ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/Matrix/Output/element_wise_ops.cpp.tmp.out
# executed command: env env UR_LOADER_USE_LEVEL_ZERO_V2=0 ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/Matrix/Output/element_wise_ops.cpp.tmp.out
# .---command stdout------------
# | 8x16x32: passed
# | 8x16x32: passed
# | 8x16x16: passed
# | 16x16x16: passed
# | 1x64x16: passed
# | 1x64x32: passed
# | 32x64x16: passed
# `-----------------------------
# error: command failed with exit status: -11
--
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