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

CUTensorMap is only in CUDA v12 #2502

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

Conversation

ldrumm
Copy link
Contributor

@ldrumm ldrumm commented Dec 23, 2024

The documentation at https://docs.nvidia.com/cuda/cutensor/latest/ say it's supported in 11.0, 11.8, and 12.x

Our local testing against 11.7 fails because none of the required types or functions are declared in the header.

It's safer to remain buildable with older versions but with this feature disabled than requiring a version bump that isn't otherwise warranted.

The documentation at https://docs.nvidia.com/cuda/cutensor/latest/ say
it's supported in 11.0, 11.8, and 12.x

Our local testing against 11.7 fails because none of the required types
or functions are declared in the header.

It's safer to remain buildable with older versions but with this feature
disabled than requiring a version bump that isn't otherwise warranted.
@ldrumm ldrumm requested a review from a team as a code owner December 23, 2024 12:46
@github-actions github-actions bot added the cuda CUDA adapter specific issues label Dec 23, 2024
@omarahmed1111 omarahmed1111 added v0.11.x Include in the v0.11.x release ready to merge Added to PR's which are ready to merge labels Dec 23, 2024
@ldrumm
Copy link
Contributor Author

ldrumm commented Dec 24, 2024

Note that this code path is not yet used by dpc++ since the related extension is still under discussion - so I don't think we need an intel/llvm PR to go with it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda CUDA adapter specific issues ready to merge Added to PR's which are ready to merge v0.11.x Include in the v0.11.x release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants