Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
shengfukevin opened this issue May 31, 2024 · 0 comments
Open

Comments

@shengfukevin
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant