-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
amdvlk will soon no longer be supported by amd so i understand having it as an option is not worth it still wanted to know how to get it running for testing purposes |
Beta Was this translation helpful? Give feedback.
-
Short answer is: it uses the system's default. With both installed, AMDVLK is usually the default. You can check it on the log at model loading time; here I get:
so I'm using radv. You can choose between them with environment variables, like |
Beta Was this translation helpful? Give feedback.
Short answer is: it uses the system's default.
With both installed, AMDVLK is usually the default. You can check it on the log at model loading time; here I get:
so I'm using radv.
You can choose between them with environment variables, like
AMD_VULKAN_ICD
andVK_DRIVER_FILES
. They are well documented elsewhere, eg. on the Arch wiki.