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 ef5b821 commit 404fc00Copy full SHA for 404fc00
core/build.rs
@@ -189,6 +189,7 @@ fn main() {
189
cc_builder.flag("-gencode=arch=compute_86,code=sm_86");
190
cc_builder.flag("-gencode=arch=compute_89,code=sm_89");
191
cc_builder.flag("-gencode=arch=compute_89,code=compute_89");
192
+ cc_builder.flag("-gencode=arch=compute_90,code=sm_90");
193
194
env::set_var("DEP_SPPARK_ROOT", "../sppark");
195
if let Some(include) = env::var_os("DEP_SPPARK_ROOT") {
0 commit comments