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

Respect lack of support for --version-ident with CUDA 12.2 and later #701

Open
eyalroz opened this issue Dec 22, 2024 · 0 comments
Open

Comments

@eyalroz
Copy link
Owner

eyalroz commented Dec 22, 2024

It seems that the --device-ident NVRTC compilation option was removed as of CUDA 12.2; let's ifdef our support for it when using newer CUDA versions.

@eyalroz eyalroz added the task label Dec 22, 2024
@eyalroz eyalroz self-assigned this Dec 22, 2024
eyalroz added a commit that referenced this issue Dec 22, 2024
* Now supporting `--minimal` and `--fdevice_syntax_only` NVRTC compilation options
* Now only enabling the `--device-ident` compilation option for versions of CUDA know to support it
eyalroz added a commit that referenced this issue Dec 23, 2024
eyalroz added a commit that referenced this issue Jan 3, 2025
* Now supporting `--minimal` and `--fdevice_syntax_only` NVRTC compilation options
* Now only enabling the `--device-ident` compilation option for versions of CUDA know to support it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant