aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/rocm-runtime
diff options
context:
space:
mode:
authorDaniël de Kok <me@danieldk.eu>2020-11-03 07:53:32 +0100
committerDaniël de Kok <me@danieldk.eu>2020-11-03 08:48:50 +0100
commitdbbfdc0434a25da68b1c1f28927ca09ba4953139 (patch)
tree98ef61abb6ac3ef2ce6498431975dadd2fe4d577 /pkgs/development/libraries/rocm-runtime
parentea37ad6cd06bdcf37910e2576b677025a206175a (diff)
rocm-runtime: 3.8.0 -> 3.9.0
Diffstat (limited to 'pkgs/development/libraries/rocm-runtime')
-rw-r--r--pkgs/development/libraries/rocm-runtime/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/rocm-runtime/default.nix b/pkgs/development/libraries/rocm-runtime/default.nix
index 57635a3470cb..d3e113b8ded5 100644
--- a/pkgs/development/libraries/rocm-runtime/default.nix
+++ b/pkgs/development/libraries/rocm-runtime/default.nix
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "rocm-runtime";
- version = "3.8.0";
+ version = "3.9.0";
src = fetchFromGitHub {
owner = "RadeonOpenCompute";
repo = "ROCR-Runtime";
rev = "rocm-${version}";
- sha256 = "1lm4cbx1d727zll85vjc1kykc72mk82nfhyyhjljv82gd4mnz00c";
+ sha256 = "034qbqznfligg4lwd95zmqa7lwcda720zbfv066nqvarlcml0kr6";
};
sourceRoot = "source/src";
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
buildInputs = [ clang-unwrapped elfutils llvm ];
cmakeFlags = [
- "-DBITCODE_DIR=${rocm-device-libs}/lib"
+ "-DBITCODE_DIR=${rocm-device-libs}/amdgcn/bitcode"
"-DCMAKE_PREFIX_PATH=${rocm-thunk}"
];