mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
std.Target: Update maximum supported CUDA version.
This commit is contained in:
parent
3af2594df5
commit
8b7f512b9a
1 changed files with 1 additions and 1 deletions
|
|
@ -618,7 +618,7 @@ pub const Os = struct {
|
|||
.cuda => .{
|
||||
.semver = .{
|
||||
.min = .{ .major = 11, .minor = 0, .patch = 1 },
|
||||
.max = .{ .major = 12, .minor = 8, .patch = 0 },
|
||||
.max = .{ .major = 12, .minor = 9, .patch = 0 },
|
||||
},
|
||||
},
|
||||
.nvcl,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue