rocmPackages: update deprecation notice of miopengemm

This commit is contained in:
Martin Schwaighofer 2024-03-03 01:41:11 +01:00
parent 50bf7fb589
commit 37a4ad0ae2
1 changed files with 4 additions and 1 deletions

View File

@ -235,7 +235,10 @@ in rec {
# hipBlasLt - Very broken with Tensile at the moment, only supports GFX9
# hipTensor - Only supports GFX9
miopengemm = throw "'miopengemm' has been deprecated"; # Added 2024-2-10;
miopengemm= throw ''
'miopen-opencl' has been deprecated.
It is still available for some time as part of rocmPackages_5.
''; # Added 2024-3-3;
composable_kernel = callPackage ./composable_kernel {
inherit rocmUpdateScript rocm-cmake clr;