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

View File

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