llvmPackages_rocm.llvm 0 -> 1 attrpath: llvmPackages_rocm.llvm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/y2qqzgrigf17384n2nxc1w8gmcvk2jbc-update.sh.drv /nix/store/m5wb60y0m5wv8ihwylssjqgynvq6v64z-packages.json.drv building '/nix/store/y2qqzgrigf17384n2nxc1w8gmcvk2jbc-update.sh.drv'... building '/nix/store/m5wb60y0m5wv8ihwylssjqgynvq6v64z-packages.json.drv'... Going to be running update for following packages: - rocm-llvm-llvm-5.4.2 Press Enter key to continue... Running update for: - rocm-llvm-llvm-5.4.2: UPDATING ... - rocm-llvm-llvm-5.4.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/compilers/llvm/rocm/llvm.nix b/pkgs/development/compilers/llvm/rocm/llvm.nix index f014676a180..272a1209b49 100644 --- a/pkgs/development/compilers/llvm/rocm/llvm.nix +++ b/pkgs/development/compilers/llvm/rocm/llvm.nix @@ -48,7 +48,7 @@ let else throw "Unsupported ROCm LLVM platform"; in stdenv.mkDerivation (finalAttrs: { pname = "rocm-llvm-${targetName}"; - version = "5.4.2"; + version = "5.4.3"; outputs = [ "out" @@ -65,7 +65,7 @@ in stdenv.mkDerivation (finalAttrs: { owner = "RadeonOpenCompute"; repo = "llvm-project"; rev = "rocm-${finalAttrs.version}"; - hash = "sha256-iyr3cstC8CB1YaACadNqBs/oI8lh4bJzK0WtEB0wZvg="; + hash = "sha256-BDvC6QFDFtahA9hmJDLiM6K4mrO3j9E9rEXm7KulcuA="; }; nativeBuildInputs = [ No auto update branch exists Successfully finished processing cachix "/nix/store/ajyaaxa9vnw09bwlnlisllc9wj652ljk-rocm-llvm-llvm-5.4.3" [check][nixpkgs-review] [check][nixpkgs-review] took longer than 45m and timed out nixpkgs-review took longer than 45m and timed out Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for llvmPackages_rocm.llvm is: ROCm fork of the LLVM compiler infrastructure meta.homepage for llvmPackages_rocm.llvm is: https://github.com/RadeonOpenCompute/llvm-project ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Compare changes on GitHub](https://github.com/RadeonOpenCompute/llvm-project/compare/rocm-5.4.2...rocm-5.4.3) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 5.4.3 with grep in /nix/store/ajyaaxa9vnw09bwlnlisllc9wj652ljk-rocm-llvm-llvm-5.4.3 - found 5.4.3 in filename of file in /nix/store/ajyaaxa9vnw09bwlnlisllc9wj652ljk-rocm-llvm-llvm-5.4.3 ---
Rebuild report (if merged into master) (click to expand) ``` 71 total rebuild path(s) 71 package rebuild(s) First fifty rebuilds by attrpath blender-hip clang-ocl composable_kernel hip hip-amd hip-common hip-nvidia hipblas hipcc hipcub hipfft hipfort hipify hipsolver hipsparse llvmPackages_rocm.bintools llvmPackages_rocm.bintools-unwrapped llvmPackages_rocm.clang llvmPackages_rocm.clang-tools-extra llvmPackages_rocm.clang-unwrapped llvmPackages_rocm.compiler-rt llvmPackages_rocm.flang llvmPackages_rocm.libc llvmPackages_rocm.libclc llvmPackages_rocm.libcxx llvmPackages_rocm.libcxxabi llvmPackages_rocm.libunwind llvmPackages_rocm.lld llvmPackages_rocm.lldb llvmPackages_rocm.llvm llvmPackages_rocm.mlir llvmPackages_rocm.openmp llvmPackages_rocm.polly llvmPackages_rocm.pstl llvmPackages_rocm.rocmClangStdenv magma-hip migraphx miopen miopen-hip miopen-opencl miopengemm python310Packages.torchWithRocm rccl rdc rocalution rocblas rocclr rocdbgapi rocfft rocm-cmake ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/ajyaaxa9vnw09bwlnlisllc9wj652ljk-rocm-llvm-llvm-5.4.3 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A llvmPackages_rocm.llvm https://github.com/r-ryantm/nixpkgs/archive/ac49f34fe85a02110ba38ccd8798207e52ea150a.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/ajyaaxa9vnw09bwlnlisllc9wj652ljk-rocm-llvm-llvm-5.4.3 ls -la /nix/store/ajyaaxa9vnw09bwlnlisllc9wj652ljk-rocm-llvm-llvm-5.4.3/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. nixpkgs-review took longer than 45m and timed out --- ###### Maintainer pings cc @acowley @lovesegfault @Madouura @Flakebi for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/215338