summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOpportunityLiu <[email protected]>2025-12-01 12:47:59 +0800
committerOpportunityLiu <[email protected]>2025-12-01 12:47:59 +0800
commit4846ee47d9f0bbe2cf05daa6e4fbbdd202cd86da (patch)
treee9e7e1244ee4c525b38655ea900c5f50ac87ee26 /README.md
parentc7e1e6519762517d87e366a9ec7569aa49273f48 (diff)
feat: add support for cuda 11~13; update templates and examples
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 08c8e3415..129a5bf91 100644
--- a/README.md
+++ b/README.md
@@ -469,7 +469,7 @@ target("test")
set_kind("binary")
add_files("src/*.cu")
add_cugencodes("native")
- add_cugencodes("compute_35")
+ add_cugencodes("compute_75")
```
### WDK/UMDF Driver Program