Skip to content

bindless_images/vulkan_interop/vulkan_sycl_image_unsampled_timeline_semaphore.cpp timeout on Linux DG2 #21764

@sarnex

Description

@sarnex

Describe the bug

bindless_images/vulkan_interop/vulkan_sycl_image_unsampled_timeline_semaphore.cpp is timing out sporadically on Linux DG2

 -- Testing: 2447 tests, 24 workers --
  TIMEOUT: SYCL :: bindless_images/vulkan_interop/vulkan_sycl_image_unsampled_timeline_semaphore.cpp (2447 of 2447)
  ******************** TEST 'SYCL :: bindless_images/vulkan_interop/vulkan_sycl_image_unsampled_timeline_semaphore.cpp' FAILED ********************
  Exit Code: -9
  Timeout: Reached timeout of 600 seconds
  
  Command Output (stdout):
  --
  # RUN: at line 8
  /__w/llvm/llvm/toolchain/bin/clang++ -Werror -D_GLIBCXX_USE_CXX11_ABI=0 --offload-new-driver  -fsycl -fsycl-targets=spir64  /__w/llvm/llvm/llvm/sycl/test-e2e/bindless_images/vulkan_interop/vulkan_sycl_image_unsampled_timeline_semaphore.cpp -I /opt/vulkan/x86_64/include -L /opt/vulkan/x86_64/lib -lvulkan -o /__w/llvm/llvm/build-e2e/bindless_images/vulkan_interop/Output/vulkan_sycl_image_unsampled_timeline_semaphore.cpp.tmp.out  -Wno-ignored-attributes
  # executed command: /__w/llvm/llvm/toolchain/bin/clang++ -Werror -D_GLIBCXX_USE_CXX11_ABI=0 --offload-new-driver -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/bindless_images/vulkan_interop/vulkan_sycl_image_unsampled_timeline_semaphore.cpp -I /opt/vulkan/x86_64/include -L /opt/vulkan/x86_64/lib -lvulkan -o /__w/llvm/llvm/build-e2e/bindless_images/vulkan_interop/Output/vulkan_sycl_image_unsampled_timeline_semaphore.cpp.tmp.out -Wno-ignored-attributes
  # note: command had no output on stdout or stderr
  # RUN: at line 10
  env ONEAPI_DEVICE_SELECTOR=level_zero:gpu  /__w/llvm/llvm/build-e2e/bindless_images/vulkan_interop/Output/vulkan_sycl_image_unsampled_timeline_semaphore.cpp.tmp.out --type float --channels 1
  # executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/bindless_images/vulkan_interop/Output/vulkan_sycl_image_unsampled_timeline_semaphore.cpp.tmp.out --type float --channels 1
  # .---command stdout------------
  # | Running 2D unsampled image timeline semaphore test | Type: float | Size: 32x32 | Channels: 1
  # |   VK Format: VK_FORMAT_R32_SFLOAT
  # | SUCCESS!
  # `-----------------------------
  # .---command stderr------------
  # | [Vulkan Validation Layer]: libnvidia-gpucomp.so.565.57.01: cannot open shared object file: No such file or directory
  # | [Vulkan Validation Layer]: loader_icd_scan: Failed loading library associated with ICD JSON libGLX_nvidia.so.0. Ignoring this JSON
  # `-----------------------------
  # RUN: at line 11
  env ONEAPI_DEVICE_SELECTOR=level_zero:gpu  /__w/llvm/llvm/build-e2e/bindless_images/vulkan_interop/Output/vulkan_sycl_image_unsampled_timeline_semaphore.cpp.tmp.out --type float --channels 2
  # executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/bindless_images/vulkan_interop/Output/vulkan_sycl_image_unsampled_timeline_semaphore.cpp.tmp.out --type float --channels 2
  # .---command stdout------------
  # | Running 2D unsampled image timeline semaphore test | Type: float | Size: 32x32 | Channels: 2
  # |   VK Format: VK_FORMAT_R32G32_SFLOAT
  # `-----------------------------
  # .---command stderr------------
  # | [Vulkan Validation Layer]: libnvidia-gpucomp.so.565.57.01: cannot open shared object file: No such file or directory
  # | [Vulkan Validation Layer]: loader_icd_scan: Failed loading library associated with ICD JSON libGLX_nvidia.so.0. Ignoring this JSON
  # `-----------------------------
  # error: command failed with exit status: -9
  # error: command reached timeout: True
  
  --
  
  ********************

https://github.com/intel/llvm/actions/runs/24380285498/job/71203639084

https://github.com/intel/llvm/actions/runs/24390097955/job/71235953595

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions