-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[CPU] Enable mmap for model loading from cache. #23315
Conversation
a606c76
to
3b59467
Compare
@nshchego , could you please reply to the comment https://github.com/openvinotoolkit/openvino/pull/23315/files#r1706731713 ? |
Modified |
04ed798
to
6131c71
Compare
6131c71
to
d5961c5
Compare
2665849
to
80f01ae
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general LGTM, except the MmapStream
usage as a container for ov::MappedMemory
and the subsequent dynamic cast. Given the fact that the necessary interfaces are going to be introduced in the near future, this PR may be merged as an intermediate state, which allows to have certain speed up of loading models from cache. However, it should be agreed in which order this PR and #26696 should be merged.
80f01ae
to
aaff252
Compare
3c8245f
to
642d53c
Compare
642d53c
to
44ce367
Compare
Details:
Tickets: