Skip to content

Draft: nak: Volta support

Faith Ekstrand requested to merge gfxstrand/mesa:nvk/volta into main

This is a placeholder MR for Volta in NAK. I've already landed the base patch which renames most of the SM75 things to SM70 because Volta is basically just Turing without uniform register support. It's also missing IMNMX for some weird reason but I haven't handled that yet. The work required is probably small but there are likely a handful of if (cls_3d >= TURING) and similar checks which are off by a generation one way or the other.

This shouldn't be merged until we've got a CTS test run that's on-par with Turing.

Merge request reports