Skip to content

aco: split insert_wait_states into two

Rhys Perry requested to merge pendingchaos/mesa:aco_split_wait_states into main

I'm not sure why, but aco_compile_shader seems to be slightly faster like this (comparison is of aco_compile_shader only):

    N           Min           Max        Median           Avg        Stddev
x   5      17449.16     17492.741     17471.641     17471.029     15.433666
+   5     16793.351     16843.315     16817.001     16816.858     18.882515
Difference at 95.0% confidence
    -654.171 +/- 25.1502
    -3.74432% +/- 0.141819%
    (Student's t, pooled s = 17.2445)

No fossil-db changes.

This MR was tested:

  • manually tested on my development machine(s) with the following: fossil-db
  • repeatedly tested since there is a risk of introducing flakes
  • not applicable

Merge request reports