Skip to content

Tensor memory allocation is based on tensor id, not tensor storage id #120

@shengfukevin

Description

@shengfukevin

In et_replay, when a tensor memory is allocated, it is based on its tensor id. However, the tensors with different tensor id may refer to the same memory storage. In Ads production model, we saw et_replay ran out of GPU memory while the original workload is ok.

This request is to improve tensor memory allocation based on its storage id to improve memory allocation efficiency.

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