Skip to content

Commit

Permalink
#2829 CUDA 11 no longer supports sm_30 / sm_32 compilation targets
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@26916 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jul 8, 2020
1 parent 9d9795c commit 9d0689d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2076,7 +2076,7 @@ def get_nvcc_version(command):
#cmd += ["--input-drive-prefix", "/"]
#cmd += ["--dependency-drive-prefix", "/"]
cmd += ["-I%s" % os.path.abspath("win32")]
comp_code_options = [(30, 30), (35, 35)]
comp_code_options = [(35, 35)]
#see: http://docs.nvidia.com/cuda/maxwell-compatibility-guide/#building-maxwell-compatible-apps-using-cuda-6-0
if version!=(0,) and version<(7, 5):
print("CUDA version %s is very unlikely to work")
Expand Down

0 comments on commit 9d0689d

Please sign in to comment.