loki: Enable OpenCL for amdgpu
This commit is contained in:
parent
0cfbc4708d
commit
ad8ee4c226
1 changed files with 4 additions and 0 deletions
|
@ -109,6 +109,10 @@
|
|||
|
||||
# i2c support
|
||||
i2c.enable = true;
|
||||
|
||||
amdgpu = {
|
||||
opencl.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
boot = {
|
||||
|
|
Loading…
Reference in a new issue