Constant gfx1012 [src]
Type
CpuModel
Source
 pub const gfx1012: CpuModel = .{
    .name = "gfx1012",
    .llvm_name = "gfx1012",
    .features = featureSet(&[_]Feature{
        .back_off_barrier,
        .dl_insts,
        .dot10_insts,
        .dot1_insts,
        .dot2_insts,
        .dot5_insts,
        .dot6_insts,
        .dot7_insts,
        .ds_src2_insts,
        .flat_segment_offset_bug,
        .get_wave_id_inst,
        .gfx10,
        .inst_fwd_prefetch_bug,
        .lds_branch_vmem_war_hazard,
        .lds_misaligned_bug,
        .ldsbankcount32,
        .mad_mac_f32_insts,
        .negative_unaligned_scratch_offset_bug,
        .nsa_clause_bug,
        .nsa_encoding,
        .nsa_to_vmem_bug,
        .offset_3f_bug,
        .scalar_atomics,
        .scalar_flat_scratch_insts,
        .scalar_stores,
        .smem_to_vector_write_hazard,
        .vcmpx_exec_war_hazard,
        .vcmpx_permlane_hazard,
        .vmem_to_scalar_write_hazard,
        .xnack_support,
    }),
}