Skip to content

anv: Expose CS workgroup sizes based on a maximum of 64 threads

Faith Ekstrand requested to merge gfxstrand/mesa:review/anv-cs-64-thread into master

Otherwise, we'll hit asserts in brw_compile_cs.

Fixes: cf12faef "intel/compiler: Restrict cs_threads to 64" Closes: #2835 (closed)

Merge request reports