Commit Graph

82 Commits

Author SHA1 Message Date
Ulrik Strid
3e20bc5468
Merge pull request #298451 from dwf/hiprand_init
rocmPackages_6.hiprand: init at 6.0.2
2024-04-13 10:38:56 +02:00
Ulrik Strid
045f8630f3
Merge pull request #300079 from dwf/miopen
rocmPackages_{5,6}.miopen: fix test builds by linking gtest
2024-04-12 22:28:11 +02:00
David Warde-Farley
4eac13a88c rocmPackages_6.miopen: correctly link gtest 2024-03-31 18:34:06 +01:00
David Warde-Farley
5165779503 rocmPackages_5.miopen: correctly link gtest 2024-03-31 18:32:38 +01:00
Martin Schwaighofer
710e06c1f1 rocmPackages: add deprecation notice for 'mivisionx-opencl' 2024-03-30 13:02:38 +01:00
Martin Schwaighofer
bfca76c4dd rocmPackages: fix miopengemm deprecation notices 2024-03-30 13:02:05 +01:00
David Warde-Farley
f528df9f37 rocmPackages_6.hiprand: init at 6.0.2
Per the rocRAND README:

"As of version 5.0, [hipRAND] was split into a separate library. As of
version 6.0, hipRAND can no longer be built from rocRAND."

Also fixes `buildTests = true` behaviour for rocRAND.
2024-03-24 23:40:26 +00:00
Ulrik Strid
b10ff2437b
Merge pull request #287846 from mschwaig/rocm-6.0.2
rocmPackages.* 5.7.1→ 6.0.2
2024-03-22 15:08:59 +01:00
Martin Schwaighofer
9a4f48bb25 rocmPackages: use fetchpatch to get clr patches
https://github.com/NixOS/nixpkgs/pull/286720 introduced these patches to address
a specific compilation error mentioned in https://github.com/ROCm/HIP/issues/3403,
but added them to the source tree because they were originally for ROCm 6.

For ROCm 6, we can now switch to using fetchpatch to get the original commits as patches.
2024-03-22 01:08:24 +01:00
Martin Schwaighofer
4b2c4d24b9 rocmPackages: mark migraphx as broken 2024-03-21 22:48:33 +01:00
Martin Schwaighofer
37a4ad0ae2 rocmPackages: update deprecation notice of miopengemm 2024-03-21 22:48:33 +01:00
Martin Schwaighofer
50bf7fb589 rocmPackages: remove miopen-opencl since its deprecated 2024-03-21 22:48:33 +01:00
Martin Schwaighofer
1c842526a4 rocmPackages: fix rocmlir build (e2e test generation) 2024-03-21 22:48:33 +01:00
Indy Ray
44b03bd350 rocmPackages: remove gcc12Stdenv usage, move rocgdb to rocmClangStdenv
Other packages use the default stdenv now.
2024-03-21 22:48:33 +01:00
Indy Ray
5eac14880e rocmPackages: remove unnecessary fixup phase when building rocm-runtime 2024-03-21 22:48:33 +01:00
Indy Ray
f29675f0bf rocmPackages: use wildcard when patching clr shebangs 2024-03-21 22:48:32 +01:00
Indy Ray
f3b4f4a990 rocmPackages: stop adding symlinks to hipify output 2024-03-21 22:48:32 +01:00
Indy Ray
10de03d281 rocmPackages: fix rocprofiler build 2024-03-21 22:48:32 +01:00
Indy Ray
2bddd18639 rocmPackages: fix version handling 2024-03-21 22:48:32 +01:00
Martin Schwaighofer
edd570c596 rocmPackages: skip building composable_kernel profiler for now
We hit relocation R_X86_64_PC32 out of range errors for release builds that include all available targets.
See: https://github.com/ROCm/composable_kernel/issues/789
2024-03-21 22:48:32 +01:00
Martin Schwaighofer
bc377c1e4a rocmPackages: fix rccl build by adding version info to clr output 2024-03-21 22:48:32 +01:00
Martin Schwaighofer
3bc74475b1 rocmPackages: set GPU_TARGETS for migraphx 2024-03-21 22:48:32 +01:00
Martin Schwaighofer
561cac4480 rocmPackages: fix MIOpen build 2024-03-21 22:48:32 +01:00
Martin Schwaighofer
3fe25ab923 rocmPackages: fix rocmlir build 2024-03-21 22:48:32 +01:00
Martin Schwaighofer
fee0f69855 rocmPackages: add git to composable_kernel build
The build still fails, but it fails later.
2024-03-21 22:48:32 +01:00
Martin Schwaighofer
35c73f24d5 rocmPackages: fix CLR build 2024-03-21 22:48:32 +01:00
Martin Schwaighofer
1011991b21 rocmPackaes: fix hipify build 2024-03-21 22:48:32 +01:00
Martin Schwaighofer
12806ec0f8 rocmPackages: fix rocm-runtime build 2024-03-21 22:48:31 +01:00
Martin Schwaighofer
5fdc694054 rocmPackages: manually update a few packages
Update sources for llvm, clang-ocl, MIOpen and hsa-amd-aqlprofile-bin.
2024-03-21 22:48:31 +01:00
Martin Schwaighofer
bc5f473a4f rocmPackages: stop marking versions larger than 6.0.0 as broken 2024-03-21 22:48:31 +01:00
Martin Schwaighofer
f8239b2b90 rocmPackages: update source for rocm-docs-core 2024-03-21 22:48:31 +01:00
Martin Schwaighofer
c0682d3b69 rocmPackages: deprecate miopengemm
There have not been updates avaialble for this package for some time.
I'm assuming it makes sense to drop it.
2024-03-21 22:48:31 +01:00
Martin Schwaighofer
96359faa58 rocmPackages: auto-update using nix-update
Some package updates needed manual fixing,
because they would prepend 'rocm-' to their version string.
2024-03-21 22:48:31 +01:00
Martin Schwaighofer
e68d1f513b rocmPackages: remove version checks from update scripts
The update script for hsa-amd-aqlprofile-bin did not work.
It fails to update the source URL and hash.
2024-03-21 22:48:31 +01:00
Martin Schwaighofer
81fa81f7d8 rocmPackages: re-add ROCm 5.7 2024-03-21 22:00:16 +01:00
Martin Schwaighofer
d6ff35d615 rocmPackages: move over everything from 5/ folder to make 6/ 2024-03-21 21:58:20 +01:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Yaroslav Bolyukin
bbf286d98e
rocmPackages.clr: backport bf16 compilation fix 2024-02-06 11:21:51 +01:00
github-actions[bot]
63c88e8d4d
Merge master into staging-next 2023-12-23 00:02:13 +00:00
Madoura
252aec4632
rocmPackages_5: update script: error if version > 5
Further prevent bot-based updates
2023-12-18 10:54:06 -06:00
Madoura
b00586cb26
rocmPackages_5: GitHub repo owner has generally changed to 'ROCm'
'RadeonOpenCompute', 'ROCm-Developer-Tools', 'ROCmSoftwarePlatform', 'GPUOpen-ProfessionalCompute-Libraries' -> 'ROCm'
2023-12-18 10:54:01 -06:00
Madoura
1f3ddf0a27
rocmPackages_5: mark broken if at least version '6.0.0'
This is mainly to prevent automatic update scripts from updating and to prevent accidental breaking merges.

Any further upgrades should go into 'rocmPackages_6'.
2023-12-17 05:15:23 -06:00
Madoura
d884cb11ab
rocm-docs-core: add note to move to 'rocmPackages_common' later 2023-12-17 05:14:01 -06:00
Adam Joseph
b334ff1e61 rocmPackages_5.llvm: use gcc12Stdenv if stdenv.cc.cc.isGNU>=13 2023-12-07 09:11:37 +00:00
Madoura
93ebe44ac3 rocmPackages_5: pin stdenv to GCC 12
Try reverting this on a future ROCm release.

Addresses: https://github.com/NixOS/nixpkgs/issues/271943
2023-12-05 20:15:30 +00:00
Vincenzo Mantova
818d9f0bac rocmPackages.rocdbgapi: replace texlive.combine with texliveSmall.withPackages 2023-11-05 13:43:30 +00:00
Vincenzo Mantova
ffb9122972 rocmPackages.rdc: replace texlive.combine with texliveSmall.withPackages 2023-11-05 13:43:30 +00:00
Vincenzo Mantova
fc2a6b8606 rocmPackages.miopengemm: replace texlive.combine with texliveSmall.withPackages 2023-11-05 13:43:30 +00:00
Vincenzo Mantova
8801b6e5c0 rocmPackages.miopen: replace texlive.combine with texliveSmall.withPackages 2023-11-05 13:43:30 +00:00
Vincenzo Mantova
6a7c8f0d33 rocmPackages.migraphx: replace texlive.combine with texliveSmall.withPackages 2023-11-05 13:43:30 +00:00