rocmPackages: add deprecation notice for 'mivisionx-opencl'

This commit is contained in:
Martin Schwaighofer
2024-03-30 13:02:38 +01:00
parent bfca76c4dd
commit 710e06c1f1
+5 -6
View File
@@ -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;