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

Unable to build with old CUDA version (CUDA_COMPUTE_CAP = 52) #907

Open
nikvoid opened this issue Jan 9, 2024 · 0 comments
Open

Unable to build with old CUDA version (CUDA_COMPUTE_CAP = 52) #907

nikvoid opened this issue Jan 9, 2024 · 0 comments

Comments

@nikvoid
Copy link

nikvoid commented Jan 9, 2024

Hi, I'm unable to build this crate without changes for old GPU (Tesla M40, capability level 5.2, driver 462). Most of the problems are related to FP16 and the fact that FP16 functions are disabled only in Rust code, but no changes are made to CUDA code. Also there was a minor issue with Nvidia-SMI's --query-gpu=compute_cap, so I have to comment out that code and specify capability level manually.

I've made few dirty patches to make it work, in particular that's comment out Nvidia-SMI query, #define __half float, then comment out FP16 functions with compilation failures.

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

No branches or pull requests

1 participant