Describe the bug
The bindless images Vulkan interop e2e tests still rely on CommonUtils/vulkan_common.hpp, which is inconsistent with the new setup. This legacy dependency should be removed, and all tests that still use it should be migrated to the newer common Vulkan setup header vulkan_setup.hpp.
Tests still impacted:
test-e2e/bindless_images/vulkan_interop/depth_format.cpp
test-e2e/bindless_images/vulkan_interop/mipmaps.cpp
test-e2e/MemoryExport/export_memory_to_vulkan.cpp
To reproduce
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
Describe the bug
The bindless images Vulkan interop e2e tests still rely on
CommonUtils/vulkan_common.hpp, which is inconsistent with the new setup. This legacy dependency should be removed, and all tests that still use it should be migrated to the newer common Vulkan setup headervulkan_setup.hpp.Tests still impacted:
test-e2e/bindless_images/vulkan_interop/depth_format.cpptest-e2e/bindless_images/vulkan_interop/mipmaps.cpptest-e2e/MemoryExport/export_memory_to_vulkan.cppTo reproduce
Environment
clang++ --version]sycl-ls --verbose]Additional context
No response