Skip to content

Standardize on either GiB/MiB or GB/MB in logging #94

@awgu

Description

@awgu

In my understanding, gibibyte (GiB) is $1024^3$ bytes, and mebibyte (MiB) is $1024^2$ bytes. However, gigabyte (GB) is $1000^3$ bytes, and megabyte (MB) is $1000$ bytes.

I think we should standardize on one or the other, maybe GiB since the memory profiler went that direction: pytorch/pytorch#120172 In that case, I think we mainly need to change "GB" to "GiB" in our logging.

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