Re: [Mesa-dev] [PATCH] gm107/ir/lib: fix sched in div u32 builtin

2018-04-24 Thread Samuel Pitoiset
Correct. Reviewed-by: Samuel Pitoiset On 04/24/2018 12:39 PM, Karol Herbst wrote: Imad needs to set a read barrier. With significant big work groups I was getting wrong results for div u32. Turns out the issue was with the sched opcodes. CC: Samuel Pitoiset Signed-off-by: Karol Herbst ---

[Mesa-dev] [PATCH] gm107/ir/lib: fix sched in div u32 builtin

2018-04-24 Thread Karol Herbst
Imad needs to set a read barrier. With significant big work groups I was getting wrong results for div u32. Turns out the issue was with the sched opcodes. CC: Samuel Pitoiset Signed-off-by: Karol Herbst --- src/gallium/drivers/nouveau/codegen/lib/gm107.asm | 4 ++-- src/gallium/drivers/nouv