changing hipcc again

main
Claudius Holeksa 2023-02-05 16:10:36 +01:00
parent f2f5ea80c0
commit 4ff9123dbc
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ in
];
};
hip = pkgs.callPackage ./derivation.nix {
cppCompiler = pkgs.hip;
cppCompiler = pkgs.llvmPackages_rocm.clang;
extraCmakeFlags = [
"-DGINKGO_CUDA=OFF"
"-DGINKGO_BUILD_BENCHMARKS=OFF"