summaryrefslogtreecommitdiffstats
path: root/build/msvc
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2016-11-18 12:12:03 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2016-11-24 13:19:19 +0100
commitd1651c8f753586d1c2f58fcff8531684392f98ff (patch)
tree67a8c58a81c67b8a89ec81ebc9610b02a959e6cb /build/msvc
parentb72eaca5e13bb239aec8a911979465f2db9b4691 (diff)
downloadastra-d1651c8f753586d1c2f58fcff8531684392f98ff.tar.gz
astra-d1651c8f753586d1c2f58fcff8531684392f98ff.tar.bz2
astra-d1651c8f753586d1c2f58fcff8531684392f98ff.tar.xz
astra-d1651c8f753586d1c2f58fcff8531684392f98ff.zip
Update CUDA archs
Diffstat (limited to 'build/msvc')
-rw-r--r--build/msvc/gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/msvc/gen.py b/build/msvc/gen.py
index 8fbfaa0..db44c77 100644
--- a/build/msvc/gen.py
+++ b/build/msvc/gen.py
@@ -690,7 +690,7 @@ def write_main_project11():
else:
print(' <TargetMachinePlatform>32</TargetMachinePlatform>', file=F)
print(' <GenerateLineInfo>true</GenerateLineInfo>', file=F)
- print(' <CodeGeneration>compute_20,sm_20;compute_30,sm_30;compute_30,sm_35;compute_30,compute_30</CodeGeneration>', file=F)
+ print(' <CodeGeneration>compute_20,sm_20;compute_30,sm_30;compute_35,sm_35;compute_50,sm_50;compute_60,sm_60;compute_60,compute_60</CodeGeneration>', file=F)
print(' </CudaCompile>', file=F)
print(' </ItemDefinitionGroup>', file=F)
write_project11_end(P, F)