std.Target: bump cuda max version to 13.0.2

This commit is contained in:
Alex Rønne Petersen 2025-10-31 15:46:08 +01:00
parent 802ee515d8
commit adbf46aef3
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 = 1 },
.max = .{ .major = 13, .minor = 0, .patch = 2 },
},
},
.nvcl,