Enable amdgpu kernel module so opencl can work
This commit is contained in:
parent
e58706a5e3
commit
a9146fcc32
2 changed files with 9 additions and 5 deletions
|
|
@ -21,10 +21,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
rocm-opencl-icd
|
||||
rocm-opencl-runtime
|
||||
];
|
||||
hardware.opengl = {
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
extraPackages = with pkgs; [
|
||||
rocm-opencl-icd
|
||||
rocm-opencl-runtime
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
eid-mw
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue