Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pkgs/development/rocm-modules/amdsmi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "amdsmi";
version = "7.1.1";
version = "7.2.0";
src = fetchFromGitHub {
owner = "rocm";
repo = "amdsmi";
rev = "rocm-${finalAttrs.version}";
hash = "sha256-BGe3+8YFwu41ZVAF+VtN5Cn9pfzGxmCg/Rpq8qWOEoM=";
hash = "sha256-3V3B9+B3cpg0ebvsmX6wwvKoTIHbXtvbpIQHs4tkeWU=";
};

postPatch = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/rocm-modules/aqlprofile/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

stdenv.mkDerivation {
pname = "aqlprofile";
version = "7.1.1";
version = "7.2.0";

src = fetchFromGitHub {
owner = "ROCm";
repo = "aqlprofile";
tag = "rocm-7.1.1";
tag = "rocm-7.2.0";
hash = "sha256-MAZUHo52gb0aZSFnKugMlXxcDkmMwhy1AFF1RDRgRVk=";
};

Expand Down
8 changes: 4 additions & 4 deletions pkgs/development/rocm-modules/clr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "clr";
version = "7.1.1";
version = "7.2.0";

outputs = [
"out"
Expand All @@ -84,7 +84,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "ROCm";
repo = "clr";
rev = "rocm-${finalAttrs.version}";
hash = "sha256-ofsq1uqMixtum5C6cp/UgTDpgGPfj+rAd6PoDx5iLLw=";
hash = "sha256-zz2O4Qsl1zXMC25L714azsFR2PROAvdpjgKhRolmt1w=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -148,8 +148,8 @@ stdenv.mkDerivation (finalAttrs: {
./cmake-find-x11-libgl.patch
(fetchpatch {
# [PATCH] rocclr: Extend HIP ISA compatibility checks
sha256 = "sha256-InUSIFI1MgkfocBEoZjO2BCgXNyfF10ehh9jkTtAPXs=";
url = "https://github.com/GZGavinZhao/rocm-systems/commit/937dcfdd316b589509c061809186fe5451d22431.patch";
hash = "sha256-3MsDL+OQg24wH1RDhbao74RuIbzEAmduwla9KOPzQ/M=";
url = "https://github.com/GZGavinZhao/rocm-systems/commit/039cb23b24d739adb8c0f9de8b550d9f557de031.patch";
relative = "projects/clr";
})
];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/rocm-modules/composable_kernel/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
'';

pname = "composable_kernel_base";
version = "7.1.1";
version = "7.2.0";

outputs = [
"out"
Expand All @@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "ROCm";
repo = "composable_kernel";
rev = "rocm-${finalAttrs.version}";
hash = "sha256-exdkyTIK03dzlCXHm3j8ehEb9NxLOxPX9QyfMsiCgSs=";
hash = "sha256-ABL0MSmWtqAeY5uyw8Ib64npB2v82baUnzLpmrEgDn4=";
};

nativeBuildInputs = [
Expand Down
2 changes: 2 additions & 0 deletions pkgs/development/rocm-modules/composable_kernel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ let
targets = [
"device_grouped_conv1d_fwd_instance"
"device_grouped_conv2d_fwd_instance"
"device_grouped_conv2d_fwd_bias_bnorm_clamp_instance"
"device_grouped_conv2d_fwd_bias_clamp_instance"
"device_grouped_conv2d_fwd_clamp_instance"
"device_grouped_conv2d_fwd_dynamic_op_instance"
Expand All @@ -77,6 +78,7 @@ let
targets = [
"device_grouped_conv3d_fwd_instance"
"device_grouped_conv3d_fwd_clamp_instance"
"device_grouped_conv3d_fwd_bias_bnorm_clamp_instance"
"device_grouped_conv3d_fwd_bias_clamp_instance"
"device_grouped_conv3d_fwd_bilinear_instance"
"device_grouped_conv3d_fwd_convinvscale_instance"
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/rocm-modules/half/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

stdenv.mkDerivation (finalAttrs: {
pname = "half";
version = "7.1.1";
version = "7.2.0";
Comment thread
06kellyjac marked this conversation as resolved.

src = fetchFromGitHub {
owner = "ROCm";
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/rocm-modules/hip-common/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "hip-common";
version = "7.1.1";
version = "7.2.0";

src = fetchFromGitHub {
owner = "ROCm";
repo = "HIP";
rev = "rocm-${finalAttrs.version}";
hash = "sha256-aI41HdyzyE5HtCbzFmTQYGMiFyQELM/MTVOAbQsg8So=";
hash = "sha256-eQ+jHc6MlZePPIwJQMB8NKiEcE26i83+U21vKgfGFFM=";
};

dontConfigure = true;
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/rocm-modules/hipblas-common/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "hipblas-common";
version = "7.1.1";
version = "7.2.0";

src = fetchFromGitHub {
owner = "ROCm";
repo = "hipBLAS-common";
rev = "rocm-${finalAttrs.version}";
hash = "sha256-sswqYIv3c5ArT6dQ3MRru7ZZVA0VxoKW/a0pYTBpjgE=";
hash = "sha256-oOelDrk7TLe9/17fzaw6CDPL4MGAoITJL90ahHzhaAE=";
};

nativeBuildInputs = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/rocm-modules/hipblas/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Can also use cuBLAS
stdenv.mkDerivation (finalAttrs: {
pname = "hipblas";
version = "7.1.1";
version = "7.2.0";

outputs = [
"out"
Expand All @@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "ROCm";
repo = "hipBLAS";
rev = "rocm-${finalAttrs.version}";
hash = "sha256-2wDnYZapJ4fU/JZpy6qOf5+DYuatWmCw/hA8WO5x2T0=";
hash = "sha256-w7myy4FO2vKm91OOfSGWO3bxR8jAvjU68oqI7aJX82c=";
};

postPatch = ''
Expand Down
Loading
Loading