Skip to content

Conversation

mateuszpn
Copy link
Contributor

@mateuszpn mateuszpn commented Mar 4, 2025

Bindless images functions ported from v1 to v2

@mateuszpn
Copy link
Contributor Author

[WIP] Partial implementation of bindless images in L0 V2 adapter, 20/22 SYCL bindless images tests passed (36 unsupported, both in v1 and v2).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the naming here could be improved. Inside this function it is processing the copy requested, calling the approperate UR copy functions. Maybe bindlessImagesProcessCopy is better?

What do you think?

#include <loader/ze_loader.h>

#include "common.hpp"
#ifdef UR_ADAPTER_LEVEL_ZERO_V2
Copy link
Contributor

@DBDuncan DBDuncan Apr 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same. I am worried about this sharing of code between the V1 and V2 L0 adaptors. But should be ok as long as both adapter versions are ran in CI till the moveover to the V2 adaptor is finished.

@DBDuncan
Copy link
Contributor

DBDuncan commented Apr 8, 2025

[WIP] Partial implementation of bindless images in L0 V2 adapter, 20/22 SYCL bindless images tests passed (36 unsupported, both in v1 and v2).

Thanks, good to know. What are the two tests not passing in v2 that pass in v1?

@mateuszpn
Copy link
Contributor Author

@intel/llvm-gatekeepers this is ready to merge

@sarnex sarnex merged commit fffc5db into intel:sycl Apr 25, 2025
34 checks passed
@mateuszpn mateuszpn deleted the l0v2 branch April 28, 2025 10:11
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.

6 participants