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

[HIP] Disable SYCL images by default #2356

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants