Re: [Mesa-dev] [PATCH] radeonsi: set IF_THRESHOLD to 4

2017-08-24 Thread Marek Olšák
Acked-by: Marek Olšák Marek On Thu, Aug 24, 2017 at 2:46 PM, Timothy Arceri wrote: > In 74e39de9324d it was set to 3 and it was reported that 4 caused > tesseract to start spilling VGPRs. This no longer seems to be the > case. > > Totals: > SGPRS: 2787844 -> 2787764 (-0.00 %) > VGPRS: 1713121 -

Re: [Mesa-dev] [PATCH] radeonsi: set IF_THRESHOLD to 4

2017-08-24 Thread Nicolai Hähnle
Acked-by: Nicolai Hähnle On 24.08.2017 14:46, Timothy Arceri wrote: In 74e39de9324d it was set to 3 and it was reported that 4 caused tesseract to start spilling VGPRs. This no longer seems to be the case. Totals: SGPRS: 2787844 -> 2787764 (-0.00 %) VGPRS: 1713121 -> 1712717 (-0.02 %) Spilled

[Mesa-dev] [PATCH] radeonsi: set IF_THRESHOLD to 4

2017-08-24 Thread Timothy Arceri
In 74e39de9324d it was set to 3 and it was reported that 4 caused tesseract to start spilling VGPRs. This no longer seems to be the case. Totals: SGPRS: 2787844 -> 2787764 (-0.00 %) VGPRS: 1713121 -> 1712717 (-0.02 %) Spilled SGPRs: 7532 -> 7532 (0.00 %) Spilled VGPRs: 49 -> 33 (-32.65 %) Private