diff options
Diffstat (limited to 'xmake/templates/cuda/console/project/xmake.lua')
| -rw-r--r-- | xmake/templates/cuda/console/project/xmake.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmake/templates/cuda/console/project/xmake.lua b/xmake/templates/cuda/console/project/xmake.lua index 70967535d..5cfdad354 100644 --- a/xmake/templates/cuda/console/project/xmake.lua +++ b/xmake/templates/cuda/console/project/xmake.lua @@ -8,12 +8,12 @@ target("${TARGETNAME}") add_cugencodes("native") -- generate PTX code for the virtual architecture to guarantee compatibility - add_cugencodes("compute_35") + add_cugencodes("compute_75") -- -- generate SASS code for each SM architecture - -- add_cugencodes("sm_35", "sm_37", "sm_50", "sm_52", "sm_60", "sm_61", "sm_70", "sm_75") + -- add_cugencodes("sm_75", "sm_80", "sm_89", "sm_90", "sm_100") -- -- generate PTX code from the highest SM architecture to guarantee forward-compatibility - -- add_cugencodes("compute_75") + -- add_cugencodes("compute_100") ${FAQ} |
