AMD GPU: Difference between revisions

imported>Jiehong
No edit summary
imported>Jiehong
m Vulkan driver
Line 33: Line 33:


You should also install the clinfo package to verify that Open CL is correctly setup (or check in the program you use to see if it is now available, such as in Darktable).
You should also install the clinfo package to verify that Open CL is correctly setup (or check in the program you use to see if it is now available, such as in Darktable).
== Vulkan ==
Starting from 20.09, the Vulkan drivers can be used:
<syntaxhighlight lang="nix">
hardware.opengl.extraPackages = with pkgs; [
  amdvlk
];
</syntaxhighlight>