Skip to content

[Issue]: hipblaslt requires 240GB of space in build directory for all ISA build #2072

@LunNova

Description

@LunNova

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:

  1. Disable outputting comments in rocisa for non-debug builds
  2. Delete .s files after .o file has been made
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions