about summary refs log tree commit diff
path: root/pkgs/development/rocm-modules
AgeCommit message (Collapse)AuthorFilesLines
2024-04-25rocmPackages.rocblas: add comments about why some GPU archs are not builtGavin Zhao1-0/+8
Signed-off-by: Gavin Zhao <git@gzgz.dev>
2024-04-25rocmPackages.rocblas: do not build for gfx1012, gfx940, and gfx 941 GPU targetsGavin Zhao1-1/+1
Signed-off-by: Gavin Zhao <git@gzgz.dev>
2024-04-24rocmPackages: no need to pass rocblas to itselfGavin Zhao1-1/+1
Signed-off-by: Gavin Zhao <git@gzgz.dev>
2024-04-24rocmPackages: add isa conversion patch in rocprimGavin Zhao1-0/+9
Signed-off-by: Gavin Zhao <git@gzgz.dev>
2024-04-24rocmPackages: fetch patches from Debian if possibleGavin Zhao1-5/+5
Signed-off-by: Gavin Zhao <git@gzgz.dev>
2024-04-24rocmPackages: fix dependencies in rocblasGavin Zhao1-2/+2
Signed-off-by: Gavin Zhao <git@gzgz.dev>
2024-04-24rocmPackages: install headers correctly in rocblasGavin Zhao1-0/+2
Signed-off-by: Gavin Zhao <git@gzgz.dev>
2024-04-24rocmPackages: don't build arches in parallel in rcclGavin Zhao1-1/+3
Signed-off-by: Gavin Zhao <git@gzgz.dev>
2024-04-24rocmPackages: cleanup and remove double building for rocblasGavin Zhao2-100/+10
Signed-off-by: Gavin Zhao <git@gzgz.dev>
2024-04-24rocmPackages: respect NIX_BUILD_CORES and cleanup CMake options in rocblasGavin Zhao1-24/+27
Signed-off-by: Gavin Zhao <git@gzgz.dev>
2024-04-24rocmPackages: extend miopen ISA compatibilityGavin Zhao1-0/+5
Signed-off-by: Gavin Zhao <git@gzgz.dev>
2024-04-24rocmPackages: extend rocblas ISA compatibilityGavin Zhao1-2/+16
Signed-off-by: Gavin Zhao <git@gzgz.dev>
2024-04-24rocmPackages: extend tensile ISA compatibilityGavin Zhao1-3/+12
Signed-off-by: Gavin Zhao <git@gzgz.dev>
2024-04-24rocmPackages: extend clr ISA compatibilityGavin Zhao1-2/+10
Signed-off-by: Gavin Zhao <git@gzgz.dev>
2024-04-24rocmPackages: extend rocm-runtime ISA compatibilityGavin Zhao2-0/+16
Signed-off-by: Gavin Zhao <git@gzgz.dev>
2024-04-23rocmPackages: use CMake 3.9.2 when building clrGavin Zhao2-2/+24
Signed-off-by: Gavin Zhao <git@gzgz.dev>
2024-04-17Revert "rocmPackages.composable_kernel: compress output"Weijia Wang3-1202/+2
2024-04-15Merge pull request #300257 from mschwaig/fix-mivisionxUlrik Strid6-0/+143
rocmPackages_5.mivisionx: fix build
2024-04-14Merge pull request #299589 from mschwaig/compress-composable-kernelWeijia Wang9-57/+1232
rocmPackages.composable_kernel: compress output
2024-04-13Merge pull request #298451 from dwf/hiprand_initUlrik Strid3-2/+82
rocmPackages_6.hiprand: init at 6.0.2
2024-04-12Merge pull request #300079 from dwf/miopenUlrik Strid2-0/+8
rocmPackages_{5,6}.miopen: fix test builds by linking gtest
2024-04-07rocmPackages.llvm: replace --replace with --replace-fail (cleanup)Martin Schwaighofer7-15/+15
2024-04-07rocmPackages.llvm: compress outputs of clang-offload-bundlerMartin Schwaighofer5-42/+1217
This patches the clang-offload-bundler tool to add a compression option from a more recent version of clang. This compression option reduces the size of ROCm's fat binaries. Those binaries contain .hip_fatbin sections with GPU-specific code, for each target. Compression is automatically turned on for all produced outputs via a wrapper, because it's difficult to identify all the places where the -compression argument would be needed. Once upsteam introduces handeling for this argument, we should drop the wrapper again. This transistion will create inconsistsency, but I do not think that it will impact any actual users and it's what's practical to implement.
2024-04-04rocmPackages_6.mivisionx: remove duplicate patchesMartin Schwaighofer4-131/+2
2024-04-04rocmPackages_6.mivisionx: add __STDC_CONSTANT_MACROSMartin Schwaighofer2-0/+29
This change adapts c3157ea4aa805d04e12301bc79c17996f0181152 for ROCm 6, in case it fixes the same problem right out of the gate. Since rocAL is getting deprecated, dropping this and moving the rocAL build to its own derivation is also a possibility.
2024-04-04rocmPackages_6.mivisionx: patch libjpeg-turboMartin Schwaighofer2-0/+107
MIVisionX needs as specific older version of libjpeg-turbo. The more recent version that is in nixpgks now is built with a completely different set of patches, so I have resurreced the only patch that was applied previously from an older verion of nixpkgs. See: git show 2cc1925c040c7a564079cf187a187031d5f2c0b1:pkgs/development/libraries/libjpeg-turbo/0001-Compile-transupp.c-as-part-of-the-library.patch This change adapts 65b9c406397dc9bb0b24428ddc28ed7a251e858f for ROCm 6, in case it fixes the same problem right out of the gate. Using the latest version of libjpeg-turbo form nixpkgs and not changing the patches might also be worth a try.
2024-04-04rocmPackages_5.mivisionx: add __STDC_CONSTANT_MACROS to fix buildMartin Schwaighofer2-0/+29
2024-04-04rocmPackages_5.mivisionx: patch libjpeg-turboMartin Schwaighofer2-0/+107
MIVisionX needs as specific older version of libjpeg-turbo. The more recent version that is in nixpgks now is built with a completely different set of patches, so I have resurreced the only patch that was applied previously from an older verion of nixpkgs. See: git show 2cc1925c040c7a564079cf187a187031d5f2c0b1:pkgs/development/libraries/libjpeg-turbo/0001-Compile-transupp.c-as-part-of-the-library.patch
2024-03-31rocmPackages_6.miopen: correctly link gtestDavid Warde-Farley1-0/+4
2024-03-31rocmPackages_5.miopen: correctly link gtestDavid Warde-Farley1-0/+4
2024-03-30rocmPackages: add deprecation notice for 'mivisionx-opencl'Martin Schwaighofer1-6/+5
2024-03-30rocmPackages: fix miopengemm deprecation noticesMartin Schwaighofer1-3/+3
2024-03-24rocmPackages_6.hiprand: init at 6.0.2David Warde-Farley3-2/+82
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-22Merge pull request #287846 from mschwaig/rocm-6.0.2Ulrik Strid83-0/+6806
rocmPackages.* 5.7.1→ 6.0.2
2024-03-22rocmPackages: use fetchpatch to get clr patchesMartin Schwaighofer3-1012/+11
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-21rocmPackages: mark migraphx as brokenMartin Schwaighofer1-1/+1
2024-03-21rocmPackages: update deprecation notice of miopengemmMartin Schwaighofer1-1/+4
2024-03-21rocmPackages: remove miopen-opencl since its deprecatedMartin Schwaighofer2-11/+6
2024-03-21rocmPackages: fix rocmlir build (e2e test generation)Martin Schwaighofer2-2/+7
2024-03-21rocmPackages: remove gcc12Stdenv usage, move rocgdb to rocmClangStdenvIndy Ray1-10/+6
Other packages use the default stdenv now.
2024-03-21rocmPackages: remove unnecessary fixup phase when building rocm-runtimeIndy Ray1-5/+0
2024-03-21rocmPackages: use wildcard when patching clr shebangsIndy Ray1-1/+1
2024-03-21rocmPackages: stop adding symlinks to hipify outputIndy Ray1-3/+0
2024-03-21rocmPackages: fix rocprofiler buildIndy Ray4-29/+43
2024-03-21rocmPackages: fix version handlingIndy Ray49-52/+59
2024-03-21rocmPackages: skip building composable_kernel profiler for nowMartin Schwaighofer1-1/+5
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-21rocmPackages: fix rccl build by adding version info to clr outputMartin Schwaighofer1-0/+4
2024-03-21rocmPackages: set GPU_TARGETS for migraphxMartin Schwaighofer1-0/+2
2024-03-21rocmPackages: fix MIOpen buildMartin Schwaighofer2-1/+3
2024-03-21rocmPackages: fix rocmlir buildMartin Schwaighofer1-0/+1