summaryrefslogtreecommitdiff
path: root/tests/projects/cuda/console_2/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/cuda/console_2/xmake.lua')
-rw-r--r--tests/projects/cuda/console_2/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/cuda/console_2/xmake.lua b/tests/projects/cuda/console_2/xmake.lua
index d04aa8856..9ade4cbf4 100644
--- a/tests/projects/cuda/console_2/xmake.lua
+++ b/tests/projects/cuda/console_2/xmake.lua
@@ -1,7 +1,7 @@
add_rules("mode.debug", "mode.release")
-- generate PTX code for the virtual architecture to guarantee compatibility
-add_cugencodes("compute_35")
+add_cugencodes("compute_75")
target("bin")
set_kind("binary")