Commit Graph

7 Commits

Author SHA1 Message Date
Weijia Wang
92a9b54db1 Revert "rocmPackages.composable_kernel: compress output" 2024-04-17 02:41:57 +02:00
Martin Schwaighofer
772dbad3d4 rocmPackages.llvm: replace --replace with --replace-fail (cleanup) 2024-04-07 17:09:56 +02:00
Martin Schwaighofer
e380b53037 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.
2024-04-07 17:09:56 +02:00
Indy Ray
2bddd18639 rocmPackages: fix version handling 2024-03-21 22:48:32 +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
d6ff35d615 rocmPackages: move over everything from 5/ folder to make 6/ 2024-03-21 21:58:20 +01:00