From 4846ee47d9f0bbe2cf05daa6e4fbbdd202cd86da Mon Sep 17 00:00:00 2001 From: OpportunityLiu Date: Mon, 1 Dec 2025 12:47:59 +0800 Subject: feat: add support for cuda 11~13; update templates and examples --- tests/projects/cuda/shared/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/projects/cuda/shared/xmake.lua') diff --git a/tests/projects/cuda/shared/xmake.lua b/tests/projects/cuda/shared/xmake.lua index 590808435..7af1678e4 100644 --- a/tests/projects/cuda/shared/xmake.lua +++ b/tests/projects/cuda/shared/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("shared") -- cgit v1.3.1