summaryrefslogtreecommitdiff
path: root/pkgs/development/rocm-modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* rocmPackages.rocblas: add comments about why some GPU archs are not built•••Signed-off-by: Gavin Zhao <git@gzgz.dev> Gavin Zhao2024-04-251-0/+8
* rocmPackages.rocblas: do not build for gfx1012, gfx940, and gfx 941 GPU targets•••Signed-off-by: Gavin Zhao <git@gzgz.dev> Gavin Zhao2024-04-251-1/+1
* rocmPackages: no need to pass rocblas to itself•••Signed-off-by: Gavin Zhao <git@gzgz.dev> Gavin Zhao2024-04-241-1/+1
* rocmPackages: add isa conversion patch in rocprim•••Signed-off-by: Gavin Zhao <git@gzgz.dev> Gavin Zhao2024-04-241-0/+9
* rocmPackages: fetch patches from Debian if possible•••Signed-off-by: Gavin Zhao <git@gzgz.dev> Gavin Zhao2024-04-241-5/+5
* rocmPackages: fix dependencies in rocblas•••Signed-off-by: Gavin Zhao <git@gzgz.dev> Gavin Zhao2024-04-241-2/+2
* rocmPackages: install headers correctly in rocblas•••Signed-off-by: Gavin Zhao <git@gzgz.dev> Gavin Zhao2024-04-241-0/+2
* rocmPackages: don't build arches in parallel in rccl•••Signed-off-by: Gavin Zhao <git@gzgz.dev> Gavin Zhao2024-04-241-1/+3
* rocmPackages: cleanup and remove double building for rocblas•••Signed-off-by: Gavin Zhao <git@gzgz.dev> Gavin Zhao2024-04-242-100/+10
* rocmPackages: respect NIX_BUILD_CORES and cleanup CMake options in rocblas•••Signed-off-by: Gavin Zhao <git@gzgz.dev> Gavin Zhao2024-04-241-24/+27
* rocmPackages: extend miopen ISA compatibility•••Signed-off-by: Gavin Zhao <git@gzgz.dev> Gavin Zhao2024-04-241-0/+5
* rocmPackages: extend rocblas ISA compatibility•••Signed-off-by: Gavin Zhao <git@gzgz.dev> Gavin Zhao2024-04-241-2/+16
* rocmPackages: extend tensile ISA compatibility•••Signed-off-by: Gavin Zhao <git@gzgz.dev> Gavin Zhao2024-04-241-3/+12
* rocmPackages: extend clr ISA compatibility•••Signed-off-by: Gavin Zhao <git@gzgz.dev> Gavin Zhao2024-04-241-2/+10
* rocmPackages: extend rocm-runtime ISA compatibility•••Signed-off-by: Gavin Zhao <git@gzgz.dev> Gavin Zhao2024-04-242-0/+16
* rocmPackages: use CMake 3.9.2 when building clr•••Signed-off-by: Gavin Zhao <git@gzgz.dev> Gavin Zhao2024-04-232-2/+24
* Revert "rocmPackages.composable_kernel: compress output"Weijia Wang2024-04-173-1202/+2
* Merge pull request #300257 from mschwaig/fix-mivisionx•••rocmPackages_5.mivisionx: fix buildUlrik Strid2024-04-156-0/+143
|\
| * rocmPackages_6.mivisionx: remove duplicate patchesMartin Schwaighofer2024-04-044-131/+2
| * rocmPackages_6.mivisionx: add __STDC_CONSTANT_MACROS•••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. Martin Schwaighofer2024-04-042-0/+29
| * rocmPackages_6.mivisionx: patch libjpeg-turbo•••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. Martin Schwaighofer2024-04-042-0/+107
| * rocmPackages_5.mivisionx: add __STDC_CONSTANT_MACROS to fix buildMartin Schwaighofer2024-04-042-0/+29
| * rocmPackages_5.mivisionx: patch libjpeg-turbo•••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 Martin Schwaighofer2024-04-042-0/+107
* | Merge pull request #299589 from mschwaig/compress-composable-kernel•••rocmPackages.composable_kernel: compress outputWeijia Wang2024-04-149-57/+1232
|\ \
| * | rocmPackages.llvm: replace --replace with --replace-fail (cleanup)Martin Schwaighofer2024-04-077-15/+15
| * | rocmPackages.llvm: compress outputs of clang-offload-bundler•••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. Martin Schwaighofer2024-04-075-42/+1217
| |/
* | Merge pull request #298451 from dwf/hiprand_init•••rocmPackages_6.hiprand: init at 6.0.2Ulrik Strid2024-04-133-2/+82
|\ \
| * | 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. David Warde-Farley2024-03-243-2/+82
| |/
* | Merge pull request #300079 from dwf/miopen•••rocmPackages_{5,6}.miopen: fix test builds by linking gtestUlrik Strid2024-04-122-0/+8
|\ \
| * | rocmPackages_6.miopen: correctly link gtestDavid Warde-Farley2024-03-311-0/+4
| * | rocmPackages_5.miopen: correctly link gtestDavid Warde-Farley2024-03-311-0/+4
| |/
* | rocmPackages: add deprecation notice for 'mivisionx-opencl'Martin Schwaighofer2024-03-301-6/+5
* | rocmPackages: fix miopengemm deprecation noticesMartin Schwaighofer2024-03-301-3/+3
|/
* Merge pull request #287846 from mschwaig/rocm-6.0.2•••rocmPackages.* 5.7.1→ 6.0.2Ulrik Strid2024-03-2283-0/+6806
|\
| * 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. Martin Schwaighofer2024-03-223-1012/+11
| * rocmPackages: mark migraphx as brokenMartin Schwaighofer2024-03-211-1/+1
| * rocmPackages: update deprecation notice of miopengemmMartin Schwaighofer2024-03-211-1/+4
| * rocmPackages: remove miopen-opencl since its deprecatedMartin Schwaighofer2024-03-212-11/+6
| * rocmPackages: fix rocmlir build (e2e test generation)Martin Schwaighofer2024-03-212-2/+7
| * rocmPackages: remove gcc12Stdenv usage, move rocgdb to rocmClangStdenv•••Other packages use the default stdenv now. Indy Ray2024-03-211-10/+6
| * rocmPackages: remove unnecessary fixup phase when building rocm-runtimeIndy Ray2024-03-211-5/+0
| * rocmPackages: use wildcard when patching clr shebangsIndy Ray2024-03-211-1/+1
| * rocmPackages: stop adding symlinks to hipify outputIndy Ray2024-03-211-3/+0
| * rocmPackages: fix rocprofiler buildIndy Ray2024-03-214-29/+43
| * rocmPackages: fix version handlingIndy Ray2024-03-2149-52/+59
| * 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 Martin Schwaighofer2024-03-211-1/+5
| * rocmPackages: fix rccl build by adding version info to clr outputMartin Schwaighofer2024-03-211-0/+4
| * rocmPackages: set GPU_TARGETS for migraphxMartin Schwaighofer2024-03-211-0/+2
| * rocmPackages: fix MIOpen buildMartin Schwaighofer2024-03-212-1/+3
| * rocmPackages: fix rocmlir buildMartin Schwaighofer2024-03-211-0/+1