Skip to content

[SYCL][E2E] Add new e2e test for bindless images interop with Vulkan timeline and binary semaphore#21268

Open
dyniols wants to merge 11 commits intointel:syclfrom
dyniols:bindless_vulkan_interop_semaphores_tests
Open

[SYCL][E2E] Add new e2e test for bindless images interop with Vulkan timeline and binary semaphore#21268
dyniols wants to merge 11 commits intointel:syclfrom
dyniols:bindless_vulkan_interop_semaphores_tests

Conversation

@dyniols
Copy link
Contributor

@dyniols dyniols commented Feb 11, 2026

This PR adds new test which checks for race condition when using timeline and binary semaphores exported to SYCL.

Tracker: CMPLRLLVM-72303

@dyniols dyniols marked this pull request as ready for review February 11, 2026 19:04
@dyniols dyniols requested a review from a team as a code owner February 11, 2026 19:04
@dyniols dyniols changed the title [SYCL][E2E] Add new e2e test for bindless images interop with Vulkan [SYCL][E2E] Add new e2e test for bindless images timeline semapahore and binary semaphore interop with Vulkan Feb 16, 2026
@dyniols dyniols changed the title [SYCL][E2E] Add new e2e test for bindless images timeline semapahore and binary semaphore interop with Vulkan [SYCL][E2E] Add new e2e test for bindless images semapahores interop with Vulkan timeline and binary semaphore Feb 16, 2026
@dyniols dyniols changed the title [SYCL][E2E] Add new e2e test for bindless images semapahores interop with Vulkan timeline and binary semaphore [SYCL][E2E] Add new e2e test for bindless images interop with Vulkan timeline and binary semaphore Feb 16, 2026
@dyniols
Copy link
Contributor Author

dyniols commented Feb 16, 2026

Test fails only for Gen12 on Linux and Win

  Command Output (stdout):
  --
  # RUN: at line 5
  env ONEAPI_DEVICE_SELECTOR=level_zero:gpu  /__w/llvm/llvm/build-e2e/bindless_images/vulkan_interop/Output/buffer_usm_semaphore.cpp.tmp.binary_semaphore.out
  # executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/bindless_images/vulkan_interop/Output/buffer_usm_semaphore.cpp.tmp.binary_semaphore.out
  # .---command stdout------------
  # | Running test with binary sempahore. 
  # | Found suitable Vulkan device: Intel(R) Iris(R) Xe Graphics (TGL GT2)
  # `-----------------------------
  # .---command stderr------------
  # | terminate called after throwing an instance of 'sycl::_V1::exception'
  # |   what():  Enqueue process failed.
  # | level_zero backend failed with error: 45 (UR_RESULT_ERROR_INVALID_ARGUMENT)
  # `-----------------------------
  # error: command failed with exit status: -6

I think there might be new issue. I will report but first I would appreciate review if test logic is valid and Vulkan usage correct. @intel/bindless-images-reviewers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments