Skip to content

b6679

Choose a tag to compare

@github-actions github-actions released this 03 Oct 10:11
0e1f838
vulkan: Fix FA coopmat1 invalid array indexing (#16365)

When computing sinks, the cm1 shader was looping r from 0 to Br rather than
to rows_per_thread. I must have copied this from the scalar path (where it is
correct), and somehow it wasn't causing failures on current drivers.