std.Target: bump amdhsa max version to 7.1.0

This commit is contained in:
Alex Rønne Petersen 2025-10-31 15:45:57 +01:00
parent 27c949689e
commit 802ee515d8
No known key found for this signature in database

View file

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