Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Rework model loading in FE manager, implement PDPD probing #6358
Rework model loading in FE manager, implement PDPD probing #6358
Changes from 51 commits
236baa3
6ea6cac
e2aa495
d68f9b4
5363588
c067b50
de82907
e57d40f
38b0503
5561471
79d3bcb
7880e77
9dd11e2
9fd49cd
95f06e2
835faae
54db97e
b375fe3
8b729dd
8783067
88ef12c
28fe13e
3ba2319
4f51777
0d917d5
ddfc5d6
0d09e9a
bc57b9c
8635500
9701b19
32660f0
9957254
17bafbb
2d18db4
544e9ff
6317c59
481e2ad
198d6eb
72c79aa
45ef110
f212a0a
a997f67
ceb8184
49bf172
29d2367
ebf8b75
03e31f3
061ed5e
50b200f
3012de8
8465af5
b2b11e7
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
maybe we need to make static linkage for frontend_manager inside IE?
CC @ilyachur @slyalin
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.
I don't have much preferences here. But if user want to directly instantiate FEs, FEM will be used directly and it may result into two FEMs linked (one statically and another one dynamically). Is it a big deal?
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.
Having static and dynamic versions of FEM is not a problem, IE will not expose any FEM symbols and they will not be any conflicts.
I just wonder that it's 100 KB library and it cannot be directly injected into IE instead of adding one more dependency...
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.
If that is considered important, lets do this as a separate PR