Constant gfx908 [src]
Type
CpuModel
Source
 pub const gfx908: CpuModel = .{
    .name = "gfx908",
    .llvm_name = "gfx908",
    .features = featureSet(&[_]Feature{
        .addressablelocalmemorysize65536,
        .atomic_buffer_global_pk_add_f16_no_rtn_insts,
        .atomic_fadd_no_rtn_insts,
        .dl_insts,
        .dot10_insts,
        .dot1_insts,
        .dot2_insts,
        .dot3_insts,
        .dot4_insts,
        .dot5_insts,
        .dot6_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,
        .mai_insts,
        .mfma_inline_literal_bug,
        .pk_fmac_f16_inst,
        .sramecc_support,
    }),
}