std.Target: Update maximum supported CUDA version.

This commit is contained in:
Alex Rønne Petersen 2025-05-02 19:55:24 +02:00
parent 3af2594df5
commit 8b7f512b9a
No known key found for this signature in database

View file

@ -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,