1RADV 2==== 3 4RADV is a Vulkan driver for AMD GCN/RDNA GPUs. 5 6Debugging 7--------- 8 9For a list of environment variables to debug RADV, please see 10:ref:`radv env-vars` for a list. 11 12Instructions for debugging GPU hangs can be found :ref:`here <radv-debug-hang>`. 13 14Hardware Documentation 15---------------------- 16 17You can find a list of documentation for the various generations of 18AMD hardware on the `X.Org wiki 19<https://www.x.org/wiki/RadeonFeature/#documentation>`__. 20 21Additional community-written documentation is also available in Mesa: 22 23.. toctree:: 24 :glob: 25 26 amd/hw/* 27 28ACO 29--- 30 31ACO is the shader-compiler used in RADV. You read its documentation 32`here <https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/src/amd/compiler/README.md>`__. 33