diff options
| author | OpportunityLiu <[email protected]> | 2019-06-02 17:34:28 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-06-02 17:34:28 +0800 |
| commit | 117f22a385f0118eac2aa6ef8fedf4b29062e973 (patch) | |
| tree | 2782ee1cedad5c9dd4a25fa886f5fd49c883962f /tests/projects | |
| parent | 243217c3c504e6038dce8899ad30dd7ea432499b (diff) | |
rename to add_cugencodes
Diffstat (limited to 'tests/projects')
| -rw-r--r-- | tests/projects/cuda/console/xmake.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/projects/cuda/console/xmake.lua b/tests/projects/cuda/console/xmake.lua index cf39aeae4..430ad7b6d 100644 --- a/tests/projects/cuda/console/xmake.lua +++ b/tests/projects/cuda/console/xmake.lua @@ -1,5 +1,5 @@ -includes('add_cugencode.lua') +includes('add_cugencodes.lua') -- define target target("cuda_console") @@ -14,9 +14,9 @@ target("cuda_console") add_files("src/*.cu") -- generate SASS code for each SM architecture - add_cugencode("sm_30", "sm_35", "sm_37", "sm_50", "sm_52", "sm_60", "sm_61", "sm_70") + add_cugencodes("sm_30", "sm_35", "sm_37", "sm_50", "sm_52", "sm_60", "sm_61", "sm_70") -- generate PTX code from the highest SM architecture to guarantee forward-compatibility - add_cugencode("compute_70") + add_cugencodes("compute_70") |
