diff options
Diffstat (limited to 'tests/projects/cuda/static/xmake.lua')
| -rw-r--r-- | tests/projects/cuda/static/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/cuda/static/xmake.lua b/tests/projects/cuda/static/xmake.lua index d88cf7964..6783a7484 100644 --- a/tests/projects/cuda/static/xmake.lua +++ b/tests/projects/cuda/static/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_30") +add_cugencodes("compute_75") target("lib") set_kind("static") |
