Constant gfx906 [src]
Type
CpuModel
Source
 pub const gfx906: CpuModel = .{
    .name = "gfx906",
    .llvm_name = "gfx906",
    .features = featureSet(&[_]Feature{
        .addressablelocalmemorysize65536,
        .dl_insts,
        .dot10_insts,
        .dot1_insts,
        .dot2_insts,
        .dot7_insts,
        .ds_src2_insts,
        .extended_image_insts,
        .fma_mix_insts,
        .gds,
        .gfx9,
        .half_rate_64_ops,
        .image_gather4_d16_bug,
        .image_insts,
        .ldsbankcount32,
        .mad_mac_f32_insts,
        .sramecc_support,
    }),
}