Loading pkgs/development/rocm-modules/miopen/default.nix +11 −1 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ half, boost, sqlite, symlinkJoin, bzip2, lbzip2, nlohmann_json, Loading Loading @@ -82,6 +83,15 @@ let ) ); # for hiprtcCompileProgram (dropout kernels require rocrand in -I at runtime) hiprtcCompileRocmPath = symlinkJoin { name = "miopen-hiprtc-compile-rocm-path"; paths = [ clr rocrand ]; }; # Kernel databases moved from Git LFS to DVC (anonymous s3 bucket s3://therock-dvc/rocm-libraries) fetchKdb = name: Loading Loading @@ -243,7 +253,7 @@ stdenv.mkDerivation (finalAttrs: { patchShebangs test src/composable_kernel fin utils install_deps.cmake substituteInPlace src/comgr.cpp \ --replace-fail '"/opt/rocm"' '"${clr}"' --replace-fail '"/opt/rocm"' '"${hiprtcCompileRocmPath}"' '' + linkKDBsTo "src/kernels" + '' Loading Loading
pkgs/development/rocm-modules/miopen/default.nix +11 −1 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ half, boost, sqlite, symlinkJoin, bzip2, lbzip2, nlohmann_json, Loading Loading @@ -82,6 +83,15 @@ let ) ); # for hiprtcCompileProgram (dropout kernels require rocrand in -I at runtime) hiprtcCompileRocmPath = symlinkJoin { name = "miopen-hiprtc-compile-rocm-path"; paths = [ clr rocrand ]; }; # Kernel databases moved from Git LFS to DVC (anonymous s3 bucket s3://therock-dvc/rocm-libraries) fetchKdb = name: Loading Loading @@ -243,7 +253,7 @@ stdenv.mkDerivation (finalAttrs: { patchShebangs test src/composable_kernel fin utils install_deps.cmake substituteInPlace src/comgr.cpp \ --replace-fail '"/opt/rocm"' '"${clr}"' --replace-fail '"/opt/rocm"' '"${hiprtcCompileRocmPath}"' '' + linkKDBsTo "src/kernels" + '' Loading