Cuda 11 support?
See original GitHub issueWe have 4,000 NVIDIA A100 GPUS and would like to use deepSpeed on them. Thing is, during setup.py:
[WARNING] sparse_attn requires CUDA version 10.1+, does not currently support >=11 or <10.1
[WARNING] sparse_attn requires CUDA version 10.1+, does not currently support >=11 or <10.1
By the way, the llvm line is wrong, too.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:6
- Comments:15 (5 by maintainers)
Top Results From Across the Web
CUDA Compatibility :: NVIDIA Data Center GPU Driver ...
The CUDA driver maintains backward compatibility to continue support of applications built on older toolkits. Using a compatible minor driver ...
Read more >Does CUDA 11 work with older GPUs? - Reddit
CUDA 11.2 support all the way back to compute capability 3.5, so you are good. In the compute capability tables in the 11.2...
Read more >Nvidia GPUs sorted by CUDA cores - gists · GitHub
GPU CUDA cores Memory Processor frequency Compute Capability CU...
GeForce GTX TITAN Z 5760 12 GB 705 / 876 3.5 unti...
NVIDIA TITAN Xp 3840...
Read more >CUDA - Wikipedia
CUDA -powered GPUs also support programming frameworks such as OpenMP, OpenACC and OpenCL; and HIP by compiling such code to CUDA. CUDA was...
Read more >CUDA Compatibility Drivers - HEAVY.AI Docs
Use the following commands to install the CUDA 11 compatibility drivers on Ubuntu: ... In the service section, add or update the environment...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Other patches I have are:
Pip tries to install a newer triton, and the version does not really matter:
The “or” kinda fails when llvm 10 is present.
Tensorboard already changed
@surak: we’re actively working on adding support for a100 + cuda 11 for sparse attention. Will hopefully update soon on this thread. Regarding v100 + cuda 11 we suspect this will work as is but have not had a chance or access to a machine with this config to test it out fully. Would you like to give it a try? if so here’s a branch that allows this config: https://github.com/microsoft/DeepSpeed/tree/sparse-attn-cuda11