Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-04-25 | rocmPackages.rocblas: add comments about why some GPU archs are not built | Gavin Zhao | 1 | -0/+8 | |
Signed-off-by: Gavin Zhao <git@gzgz.dev> | |||||
2024-04-25 | rocmPackages.rocblas: do not build for gfx1012, gfx940, and gfx 941 GPU targets | Gavin Zhao | 1 | -1/+1 | |
Signed-off-by: Gavin Zhao <git@gzgz.dev> | |||||
2024-04-24 | rocmPackages: no need to pass rocblas to itself | Gavin Zhao | 1 | -1/+1 | |
Signed-off-by: Gavin Zhao <git@gzgz.dev> | |||||
2024-04-24 | rocmPackages: add isa conversion patch in rocprim | Gavin Zhao | 1 | -0/+9 | |
Signed-off-by: Gavin Zhao <git@gzgz.dev> | |||||
2024-04-24 | rocmPackages: fetch patches from Debian if possible | Gavin Zhao | 1 | -5/+5 | |
Signed-off-by: Gavin Zhao <git@gzgz.dev> | |||||
2024-04-24 | rocmPackages: fix dependencies in rocblas | Gavin Zhao | 1 | -2/+2 | |
Signed-off-by: Gavin Zhao <git@gzgz.dev> | |||||
2024-04-24 | rocmPackages: install headers correctly in rocblas | Gavin Zhao | 1 | -0/+2 | |
Signed-off-by: Gavin Zhao <git@gzgz.dev> | |||||
2024-04-24 | rocmPackages: don't build arches in parallel in rccl | Gavin Zhao | 1 | -1/+3 | |
Signed-off-by: Gavin Zhao <git@gzgz.dev> | |||||
2024-04-24 | rocmPackages: cleanup and remove double building for rocblas | Gavin Zhao | 2 | -100/+10 | |
Signed-off-by: Gavin Zhao <git@gzgz.dev> | |||||
2024-04-24 | rocmPackages: respect NIX_BUILD_CORES and cleanup CMake options in rocblas | Gavin Zhao | 1 | -24/+27 | |
Signed-off-by: Gavin Zhao <git@gzgz.dev> | |||||
2024-04-24 | rocmPackages: extend miopen ISA compatibility | Gavin Zhao | 1 | -0/+5 | |
Signed-off-by: Gavin Zhao <git@gzgz.dev> | |||||
2024-04-24 | rocmPackages: extend rocblas ISA compatibility | Gavin Zhao | 1 | -2/+16 | |
Signed-off-by: Gavin Zhao <git@gzgz.dev> | |||||
2024-04-24 | rocmPackages: extend tensile ISA compatibility | Gavin Zhao | 1 | -3/+12 | |
Signed-off-by: Gavin Zhao <git@gzgz.dev> | |||||
2024-04-24 | rocmPackages: extend clr ISA compatibility | Gavin Zhao | 1 | -2/+10 | |
Signed-off-by: Gavin Zhao <git@gzgz.dev> | |||||
2024-04-24 | rocmPackages: extend rocm-runtime ISA compatibility | Gavin Zhao | 2 | -0/+16 | |
Signed-off-by: Gavin Zhao <git@gzgz.dev> | |||||
2024-04-23 | rocmPackages: use CMake 3.9.2 when building clr | Gavin Zhao | 2 | -2/+24 | |
Signed-off-by: Gavin Zhao <git@gzgz.dev> | |||||
2024-04-17 | Revert "rocmPackages.composable_kernel: compress output" | Weijia Wang | 3 | -1202/+2 | |
2024-04-15 | Merge pull request #300257 from mschwaig/fix-mivisionx | Ulrik Strid | 6 | -0/+143 | |
rocmPackages_5.mivisionx: fix build | |||||
2024-04-14 | Merge pull request #299589 from mschwaig/compress-composable-kernel | Weijia Wang | 9 | -57/+1232 | |
rocmPackages.composable_kernel: compress output | |||||
2024-04-13 | Merge pull request #298451 from dwf/hiprand_init | Ulrik Strid | 3 | -2/+82 | |
rocmPackages_6.hiprand: init at 6.0.2 | |||||
2024-04-12 | Merge pull request #300079 from dwf/miopen | Ulrik Strid | 2 | -0/+8 | |
rocmPackages_{5,6}.miopen: fix test builds by linking gtest | |||||
2024-04-07 | rocmPackages.llvm: replace --replace with --replace-fail (cleanup) | Martin Schwaighofer | 7 | -15/+15 | |
2024-04-07 | rocmPackages.llvm: compress outputs of clang-offload-bundler | Martin Schwaighofer | 5 | -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-04 | rocmPackages_6.mivisionx: remove duplicate patches | Martin Schwaighofer | 4 | -131/+2 | |
2024-04-04 | rocmPackages_6.mivisionx: add __STDC_CONSTANT_MACROS | Martin Schwaighofer | 2 | -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-04 | rocmPackages_6.mivisionx: patch libjpeg-turbo | Martin Schwaighofer | 2 | -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-04 | rocmPackages_5.mivisionx: add __STDC_CONSTANT_MACROS to fix build | Martin Schwaighofer | 2 | -0/+29 | |
2024-04-04 | rocmPackages_5.mivisionx: patch libjpeg-turbo | Martin Schwaighofer | 2 | -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-31 | rocmPackages_6.miopen: correctly link gtest | David Warde-Farley | 1 | -0/+4 | |
2024-03-31 | rocmPackages_5.miopen: correctly link gtest | David Warde-Farley | 1 | -0/+4 | |
2024-03-30 | rocmPackages: add deprecation notice for 'mivisionx-opencl' | Martin Schwaighofer | 1 | -6/+5 | |
2024-03-30 | rocmPackages: fix miopengemm deprecation notices | Martin Schwaighofer | 1 | -3/+3 | |
2024-03-24 | rocmPackages_6.hiprand: init at 6.0.2 | David Warde-Farley | 3 | -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-22 | Merge pull request #287846 from mschwaig/rocm-6.0.2 | Ulrik Strid | 83 | -0/+6806 | |
rocmPackages.* 5.7.1→ 6.0.2 | |||||
2024-03-22 | rocmPackages: use fetchpatch to get clr patches | Martin Schwaighofer | 3 | -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-21 | rocmPackages: mark migraphx as broken | Martin Schwaighofer | 1 | -1/+1 | |
2024-03-21 | rocmPackages: update deprecation notice of miopengemm | Martin Schwaighofer | 1 | -1/+4 | |
2024-03-21 | rocmPackages: remove miopen-opencl since its deprecated | Martin Schwaighofer | 2 | -11/+6 | |
2024-03-21 | rocmPackages: fix rocmlir build (e2e test generation) | Martin Schwaighofer | 2 | -2/+7 | |
2024-03-21 | rocmPackages: remove gcc12Stdenv usage, move rocgdb to rocmClangStdenv | Indy Ray | 1 | -10/+6 | |
Other packages use the default stdenv now. | |||||
2024-03-21 | rocmPackages: remove unnecessary fixup phase when building rocm-runtime | Indy Ray | 1 | -5/+0 | |
2024-03-21 | rocmPackages: use wildcard when patching clr shebangs | Indy Ray | 1 | -1/+1 | |
2024-03-21 | rocmPackages: stop adding symlinks to hipify output | Indy Ray | 1 | -3/+0 | |
2024-03-21 | rocmPackages: fix rocprofiler build | Indy Ray | 4 | -29/+43 | |
2024-03-21 | rocmPackages: fix version handling | Indy Ray | 49 | -52/+59 | |
2024-03-21 | rocmPackages: skip building composable_kernel profiler for now | Martin Schwaighofer | 1 | -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-21 | rocmPackages: fix rccl build by adding version info to clr output | Martin Schwaighofer | 1 | -0/+4 | |
2024-03-21 | rocmPackages: set GPU_TARGETS for migraphx | Martin Schwaighofer | 1 | -0/+2 | |
2024-03-21 | rocmPackages: fix MIOpen build | Martin Schwaighofer | 2 | -1/+3 | |
2024-03-21 | rocmPackages: fix rocmlir build | Martin Schwaighofer | 1 | -0/+1 | |