mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Hardware/AMD/ROCm] add rocblas override
This commit is contained in:
parent
e8b457bc1c
commit
124f0a34c7
1 changed files with 4 additions and 0 deletions
|
|
@ -114,6 +114,10 @@ in {
|
|||
gpuTargets = lib.forEach localCfg.gpuTargets (target: "gfx${target}");
|
||||
};
|
||||
});
|
||||
|
||||
rocblas = prev.rocmPackages.rocblas.override {
|
||||
gpuTargets = lib.forEach localCfg.gpuTargets (target: "gfx${target}");
|
||||
};
|
||||
};
|
||||
})];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue