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

[BUG Fix] Fix the NVCC Comple options for CUDA Version >= 12.5 #143

Merged
merged 191 commits into from
Aug 14, 2024

Conversation

LeiWang1999
Copy link
Contributor

Looks like the -gencode=arch=compute_80,code=compute_80 flags should be replaced by arch=compute_80,code=sm_80 when the version of nvcc is greater than 12.5. Otherwise the shared library may have unkown behavior.

ref to issue #131 #120

@LeiWang1999 LeiWang1999 merged commit 60f3e5d into microsoft:main Aug 14, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant