|
* some programs have a bug when VK_ICD_FILENAMES is not set the can use the wrong Vulkan ICD
* (since it exist multiple ICD for AMD GPU)
*
* since PRO driver don't support the AMD_VULKAN_ICD variable
* was implemented this fix:
*
* Added vk_pro and vk_radv scripts:
* vk_pro - launch programs using AMDGPU-PRO Vulkan ICD
* vk_radv - launch programs using RADV Vulkan ICD
Closes: https://bugs.gentoo.org/917447
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|