Skip to content

Commit

Permalink
rocmPackages: add deprecation notice for 'mivisionx-opencl'
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwaig committed Apr 13, 2024
1 parent a17e288 commit 3ac26c9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pkgs/development/rocm-modules/6/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -322,12 +322,11 @@ in rec {
useCPU = false;
};

mivisionx-opencl = mivisionx.override {
rpp = rpp-opencl;
miopen = miopen-opencl;
useOpenCL = true;
useCPU = false;
};
mivisionx-opencl = throw ''
'mivisionx-opencl' has been deprecated.
Other versions of mivisionx are still available.
It is also still available for some time as part of rocmPackages_5.
''; # Added 2024-3-24

mivisionx-cpu = mivisionx.override {
rpp = rpp-cpu;
Expand Down

0 comments on commit 3ac26c9

Please sign in to comment.