Skip to content

Conversation

@npmiller
Copy link
Contributor

Align the HIP adapter with the CUDA adapter and report SYCL images disabled by default, they're implemented at about the same level as the ones in CUDA, so there's no reason to treat them differently on HIP.

Also any future work to improve the HIP image support should focus on bindless images rather than this SYCL image support, so it makes sense to consider this essentially "deprecated".

Align the HIP adapter with the CUDA adapter and report SYCL images
disabled by default, they're implemented at about the same level as the
ones in CUDA, so there's no reason to treat them differently on HIP.

Also any future work to improve the HIP image support should focus on
bindless images rather than this SYCL image support, so it makes sense
to consider this essentially "deprecated".
@npmiller npmiller requested review from a team as code owners November 20, 2024 11:37
@npmiller npmiller requested a review from ldrumm November 20, 2024 11:37
@github-actions github-actions bot added cuda CUDA adapter specific issues hip HIP adapter specific issues labels Nov 20, 2024
@npmiller npmiller requested a review from a team as a code owner November 20, 2024 11:56
@github-actions github-actions bot added the conformance Conformance test suite issues. label Nov 20, 2024
@npmiller
Copy link
Contributor Author

intel/llvm change + testing: intel/llvm#16147

@npmiller
Copy link
Contributor Author

E2E failures also happen on other PRs and don't happen on the intel/llvm PR testing so this should be ready although it does need the matching intel/llvm change

@npmiller npmiller added the ready to merge Added to PR's which are ready to merge label Nov 22, 2024
@martygrant martygrant merged commit 06f48f6 into oneapi-src:main Dec 12, 2024
74 of 75 checks passed
martygrant added a commit to npmiller/llvm that referenced this pull request Dec 12, 2024
martygrant added a commit to intel/llvm that referenced this pull request Dec 12, 2024
This patch adds a variable to enable image support for HIP, and updates
the one for CUDA to use the UR naming.

SYCL images support is similar for CUDA and HIP, so it makes sense to
treat them the same, and any future work on this will focus on bindless
images rather than SYCL images.

UR side PR: oneapi-src/unified-runtime#2356

---------

Co-authored-by: Martin Morrison-Grant <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

conformance Conformance test suite issues. cuda CUDA adapter specific issues hip HIP adapter specific issues ready to merge Added to PR's which are ready to merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants