Constant gfx902 [src]
Type
CpuModel
Source
 pub const gfx902: CpuModel = .{
    .name = "gfx902",
    .llvm_name = "gfx902",
    .features = featureSet(&[_]Feature{
        .addressablelocalmemorysize65536,
        .ds_src2_insts,
        .extended_image_insts,
        .gds,
        .gfx9,
        .image_gather4_d16_bug,
        .image_insts,
        .ldsbankcount32,
        .mad_mac_f32_insts,
        .mad_mix_insts,
    }),
}