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

[cuda][bindless_images][2025.0 req] Fix for cuda < 11.6 support. #1822

Merged
merged 7 commits into from
Jul 9, 2024

Conversation

JackAKirk
Copy link
Contributor

@JackAKirk JackAKirk commented Jul 4, 2024

A bindless_images api requires cuda 11.6 to work.
This breaks UR/dpc++ for cuda 11.5 and earlier. This is a high priority to fix, since cuda 11 is commonly used.

Fixes intel/llvm#14375

A bindless_images api requires cuda 11.6 to work.

Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
@JackAKirk JackAKirk requested a review from a team as a code owner July 4, 2024 14:25
@JackAKirk JackAKirk changed the title [cuda][bindless_images] Fix for cuda < 11.6 support. [cuda][bindless_images][2025.0 req] Fix for cuda < 11.6 support. Jul 4, 2024
Fix format.

Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
@JackAKirk JackAKirk requested a review from a team as a code owner July 4, 2024 14:54
Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
@github-actions github-actions bot added loader Loader related feature/bug images UR images specification Changes or additions to the specification experimental Experimental feature additions/changes/specification cuda CUDA adapter specific issues labels Jul 4, 2024
@JackAKirk JackAKirk added the ready to merge Added to PR's which are ready to merge label Jul 8, 2024
@kbenzie kbenzie merged commit 9d3bce6 into oneapi-src:main Jul 9, 2024
54 checks passed
martygrant pushed a commit to intel/llvm that referenced this pull request Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda CUDA adapter specific issues experimental Experimental feature additions/changes/specification images UR images loader Loader related feature/bug ready to merge Added to PR's which are ready to merge specification Changes or additions to the specification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error compiling DPC++
5 participants