Skip to content

Commit 6992fc5

Browse files
authored
[QDP] Enable 3060ti 3090ti cuda build sm86 (#737)
1 parent 97932d0 commit 6992fc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qdp/qdp-kernels/build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ fn main() {
7777
.flag("arch=compute_75,code=sm_75")
7878
.flag("-gencode")
7979
.flag("arch=compute_80,code=sm_80")
80+
.flag("-gencode")
81+
.flag("arch=compute_86,code=sm_86")
8082
// Optional: Add more architectures for production
8183
// .flag("-gencode")
82-
// .flag("arch=compute_86,code=sm_86")
83-
// .flag("-gencode")
8484
// .flag("arch=compute_89,code=sm_89")
8585
.file("src/amplitude.cu")
8686
.compile("kernels");

0 commit comments

Comments
 (0)