The Rust-written NAK shader compiler used by Mesa’s NVK open-source Vulkan driver for NVIDIA GPUs has merged support for SM32 as the “KeplerB” / Kepler 2.0 graphics processors.
The NAK compiler now supports KeplerB/Kepler 2.0 as the GPUs of GK110 through GK180 (NVF0 to NVF1). The NVIDIA GK110 GPU powered the likes of the GeForce GTX 780, GTX TITAN, Tesla K20 series, and others. Kepler2 extended through to the GK180 with the GTX 780 Ti / Tesla K40c.
This merge request opened a month ago provided the NAK compiler support for the NVIDIA SM32 target. That NAK work by Lorenzo Rossi explains the current stats:
“This commit adds most operations to enable compute and basic draw tasks for KeplerB (also known as Kepler 2.0, chips GK110 to GK180 or codename NVF0-NVF1). There are still major aspects such as as textures, surfaces, shared atomics and scheduling that still need work and will be added in other commits.”
This initial work is now part of the Mesa 25.2-devel codebase.