We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97932d0 commit 6992fc5Copy full SHA for 6992fc5
qdp/qdp-kernels/build.rs
@@ -77,10 +77,10 @@ fn main() {
77
.flag("arch=compute_75,code=sm_75")
78
.flag("-gencode")
79
.flag("arch=compute_80,code=sm_80")
80
+ .flag("-gencode")
81
+ .flag("arch=compute_86,code=sm_86")
82
// Optional: Add more architectures for production
83
// .flag("-gencode")
- // .flag("arch=compute_86,code=sm_86")
- // .flag("-gencode")
84
// .flag("arch=compute_89,code=sm_89")
85
.file("src/amplitude.cu")
86
.compile("kernels");
0 commit comments