Skip to content

Commit a787d2c

Browse files
authored
default to 61
1 parent 180e447 commit a787d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/nvvm/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ impl Display for NvvmArch {
302302

303303
impl Default for NvvmArch {
304304
fn default() -> Self {
305-
Self::Compute52
305+
Self::Compute61
306306
}
307307
}
308308

0 commit comments

Comments
 (0)