Last active
October 25, 2021 21:27
-
-
Save InnovArul/3eb739d5cb1ebf95c0963afca64e8b35 to your computer and use it in GitHub Desktop.
to build torch extension for all cuda architectures
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TORCH_CUDA_ARCH_LIST="5.2 6.0 6.1 7.0 7.5 8.0 8.6+PTX" python setup.py build | |
python setup.py install | |
D:\cmder_mini\Cmder.exe "%ActivDir%" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment