rocmPackages: add git to composable_kernel build

The build still fails, but it fails later.
This commit is contained in:
Martin Schwaighofer 2024-02-10 04:58:18 +01:00
parent 35c73f24d5
commit fee0f69855
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
, clr
, openmp
, clang-tools-extra
, git
, gtest
, buildTests ? false
, buildExamples ? false
@ -33,6 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
};
nativeBuildInputs = [
git
cmake
rocm-cmake
clr