From d1651c8f753586d1c2f58fcff8531684392f98ff Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Fri, 18 Nov 2016 12:12:03 +0100 Subject: Update CUDA archs --- build/msvc/gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/msvc') 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(' 32', file=F) print(' true', file=F) - print(' compute_20,sm_20;compute_30,sm_30;compute_30,sm_35;compute_30,compute_30', file=F) + print(' compute_20,sm_20;compute_30,sm_30;compute_35,sm_35;compute_50,sm_50;compute_60,sm_60;compute_60,compute_60', file=F) print(' ', file=F) print(' ', file=F) write_project11_end(P, F) -- cgit v1.2.3