Skip to content

The LoD is pretty slow since it uses malloc/free/memcpy #7204

@reyoung

Description

@reyoung

In DynamicRNN of understand_sentiment. The LoD malloc and free takes 26s, and the whole C++ computation take 66s.

It is too slow because LoD is not managed by our memory pool.

We should do more experiments on the current LoD performance.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions