aco/statistics: improve v_fma_mix dual issuing detection
[platform/upstream/mesa.git] / src / amd / compiler / aco_statistics.cpp
2023-06-07 Georg Lehmannaco/statistics: improve v_fma_mix dual issuing detection
2023-03-08 Timur Kristófaco: Generalize vs_inputs to args_pending_vmem.
2023-02-02 Georg Lehmannaco: Improve wave64 cycle estimates.
2022-12-07 Bas Nieuwenhuizenaco: Add helper to get cycle info for an instruction.
2022-12-02 Bas Nieuwenhuizenaco: Use more detailed wave64 timing for GFX10+.
2022-11-15 Daniel Schürmannaco: move statistics enum to aco_shader_info.h
2022-09-26 Rhys Perryaco: add GFX11 opcode numbers
2022-07-08 Rhys Perryaco: include flat-like in vmem clause statistics
2022-07-08 Rhys Perryaco: make flat access latency match mtbuf/mubuf/mimg
2022-05-13 Marek Olšákamd: change chip_class naming to "enum amd_gfx_level...
2022-05-11 Dave Airlieaco: move info pointer to a copy.
2021-10-13 Rhys Perryaco: implement VS input loads with prologs
2021-07-12 Daniel Schürmannaco: Format.
2021-07-12 Daniel Schürmannaco: reorder and cleanup #includes
2021-05-10 Rhys Perryaco: group loads from the same vertex binding into...
2021-03-11 Rhys Perryaco: add ACO_DEBUG=perfinfo
2021-03-11 Rhys Perryaco: add latency and inverse throughput statistics
2021-01-22 Rhys Perryaco: return references in instruction cast methods
2021-01-22 Rhys Perryaco: use format-check methods
2021-01-22 Rhys Perryaco: use instruction cast methods
2020-11-20 Rhys Perryaco: count v_mul_lo_u32 as 16 cycles
2020-04-03 Rhys Perryaco: add various compiler statistics