std.Target: bump amdhsa max version to 6.4.2

This commit is contained in:
Alex Rønne Petersen 2025-08-03 20:00:32 +02:00
parent afe458e9b6
commit 5b74d33471
No known key found for this signature in database

View File

@ -614,7 +614,7 @@ pub const Os = struct {
.amdhsa => .{ .amdhsa => .{
.semver = .{ .semver = .{
.min = .{ .major = 5, .minor = 0, .patch = 0 }, .min = .{ .major = 5, .minor = 0, .patch = 0 },
.max = .{ .major = 6, .minor = 4, .patch = 0 }, .max = .{ .major = 6, .minor = 4, .patch = 2 },
}, },
}, },
.amdpal => .{ .amdpal => .{