Problem Description
hipblaslt needs way too much disk space during TensileCreateLibrary, peaking at around 240GB when building for all ISAs.
This is mostly due to a large number of assembly files being created and then left around after they're unneeded. The assembly files also have a lot of whitespace and comments in them.
Suggested fixes:
- Disable outputting comments in rocisa for non-debug builds
- Delete .s files after .o file has been made
- Delete .o files after .co.raw file has been made
Operating System
NixOS 25.11 (unstable)
CPU
EPYC 7V13
GPU
All ISAs
ROCm Version
develop branch
ROCm Component
hipBLASLt