Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UR][Bindless] Initial implementation of bindless images for HIP #2496

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

GeorgeWeb
Copy link
Contributor

@GeorgeWeb GeorgeWeb commented Dec 20, 2024

This PR implements the entry points in the HIP adapter for the Bindless Images extension.

Some features, while implemented, only partially pass the End-to-end tests for them in DPC++ (the PR that enables the support and testing in DPC++: intel/llvm#16439). This is because the HIP runtime doesn't support, for example, some parameter combinations with some image memory types. The not-fully supported features are marked with TODOs in the device info queries for further work.

Signed-off-by: Georgi Mirazchiyski [email protected]

Co-authored-by: Peter Žužek [email protected]

@github-actions github-actions bot added images UR images hip HIP adapter specific issues labels Dec 20, 2024
@GeorgeWeb GeorgeWeb force-pushed the georgi/bindless-hip branch 2 times, most recently from d7d669e to a89b779 Compare December 20, 2024 13:52
TODO: Complete the description with more information.

Signed-off-by: Georgi Mirazchiyski <[email protected]>

Co-authored-by: Peter Žužek <[email protected]>
@GeorgeWeb GeorgeWeb marked this pull request as ready for review December 23, 2024 15:17
@GeorgeWeb GeorgeWeb requested review from a team as code owners December 23, 2024 15:17
@GeorgeWeb GeorgeWeb requested a review from ldrumm December 23, 2024 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hip HIP adapter specific issues images UR images
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant