diff options
| author | OpportunityLiu <[email protected]> | 2025-12-01 12:47:59 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2025-12-01 12:47:59 +0800 |
| commit | 4846ee47d9f0bbe2cf05daa6e4fbbdd202cd86da (patch) | |
| tree | e9e7e1244ee4c525b38655ea900c5f50ac87ee26 /tests/projects/cuda/console_2 | |
| parent | c7e1e6519762517d87e366a9ec7569aa49273f48 (diff) | |
feat: add support for cuda 11~13; update templates and examples
Diffstat (limited to 'tests/projects/cuda/console_2')
| -rw-r--r-- | tests/projects/cuda/console_2/xmake.lua | 2 |
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") |
