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

clang-16 does not have CUDA-12 support #1358

Closed
miscco opened this issue Feb 9, 2024 · 1 comment
Closed

clang-16 does not have CUDA-12 support #1358

miscco opened this issue Feb 9, 2024 · 1 comment
Labels
bug: functional libcu++ For all items related to libcu++

Comments

@miscco
Copy link
Contributor

miscco commented Feb 9, 2024

          clang-16 does not have CUDA-12 support and defaults to assuming CUDA-11.8 and PTX 7.8. It will not be able to generate any newer PTX version.

clang-17 should work.

Originally posted by @Artem-B in #1351 (comment)

      We actually have tests against PTX ISA >= 8.0 but they are guarded against SM90, which is not running in CI yet.
      
      We need to add a workaround for clang-cuda so those tests do not fail once we get SM90
@github-project-automation github-project-automation bot moved this to Todo in CCCL Feb 9, 2024
@miscco miscco added libcu++ For all items related to libcu++ bug: functional labels Feb 9, 2024
@miscco miscco closed this as completed Mar 5, 2025
@github-project-automation github-project-automation bot moved this from Todo to Done in CCCL Mar 5, 2025
@miscco
Copy link
Contributor Author

miscco commented Mar 5, 2025

This has been fixed in main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug: functional libcu++ For all items related to libcu++
Projects
Status: Done
Development

No branches or pull requests

1 participant