Unverified Commit 5fab99fd authored by Luna Nova's avatar Luna Nova Committed by GitHub
Browse files

rocmPackages: 7.1.1 -> 7.2.0 (#484792)

parents 9c0a4909 3bc0e6a4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''
+2 −2
Original line number Diff line number Diff line
@@ -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=";
  };

+4 −4
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "clr";
  version = "7.1.1";
  version = "7.2.0";

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

  nativeBuildInputs = [
@@ -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";
    })
  ];
+2 −2
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
  '';

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

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

  nativeBuildInputs = [
+2 −0
Original line number Diff line number Diff line
@@ -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"
@@ -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"
Loading