You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling libtrtorch.so converters and evaluators are stripped since they are registered using self registering types and those variables have no uses. As a workaround we just include the implementation cpp files at the end of the registry cpp files to keep the symbols around. We should get rid of those includes and correctly handle the issue.