-
Notifications
You must be signed in to change notification settings - Fork 808
Open
Labels
Description
Describe the bug
SYCL :: bindless_images/vulkan_interop/unsampled_images_semaphore.cpp
SYCL :: bindless_images/vulkan_interop/unsampled_images_timeline_semaphore.cpp
********************
FAIL: SYCL :: bindless_images/vulkan_interop/unsampled_images_semaphore.cpp (1208 of 1842)
******************** TEST 'SYCL :: bindless_images/vulkan_interop/unsampled_images_semaphore.cpp' FAILED ********************
Exit Code: 255
Command Output (stdout):
--
# RUN: at line 7
env env UR_LOADER_USE_LEVEL_ZERO_V2=0 ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/bindless_images/vulkan_interop/Output/unsampled_images_semaphore.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/bindless_images/vulkan_interop/Output/unsampled_images_semaphore.cpp.tmp.out
# .---command stdout------------
# | Found suitable Vulkan device: Intel(R) Graphics (BMG G21)
# `-----------------------------
# .---command stderr------------
# | Kernel submission failed! level_zero backend failed with error: 20 (UR_RESULT_ERROR_DEVICE_LOST)
# `-----------------------------
# error: command failed with exit status: 255
--
********************
TIMEOUT: SYCL :: bindless_images/vulkan_interop/unsampled_images_timeline_semaphore.cpp (1842 of 1842)
******************** TEST 'SYCL :: bindless_images/vulkan_interop/unsampled_images_timeline_semaphore.cpp' FAILED ********************
Exit Code: -9
Timeout: Reached timeout of 300 seconds
Command Output (stdout):
--
# RUN: at line 7
env env UR_LOADER_USE_LEVEL_ZERO_V2=0 ONEAPI_DEVICE_SELECTOR=level_zero:gpu env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 /__w/llvm/llvm/build-e2e/bindless_images/vulkan_interop/Output/unsampled_images_timeline_semaphore.cpp.tmp.out
# executed command: env env UR_LOADER_USE_LEVEL_ZERO_V2=0 ONEAPI_DEVICE_SELECTOR=level_zero:gpu env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 /__w/llvm/llvm/build-e2e/bindless_images/vulkan_interop/Output/unsampled_images_timeline_semaphore.cpp.tmp.out
# .---command stdout------------
# | Found suitable Vulkan device: Intel(R) Graphics (BMG G21)
# `-----------------------------
# error: command failed with exit status: -9
# error: command reached timeout: True
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