std.Target: bump cuda max version to 12.9.1

This commit is contained in:
Alex Rønne Petersen 2025-08-03 19:58:17 +02:00
parent 39b653c5e7
commit 7f2140710f
No known key found for this signature in database

View File

@ -626,7 +626,7 @@ pub const Os = struct {
.cuda => .{
.semver = .{
.min = .{ .major = 11, .minor = 0, .patch = 1 },
.max = .{ .major = 12, .minor = 9, .patch = 0 },
.max = .{ .major = 12, .minor = 9, .patch = 1 },
},
},
.nvcl,