Skip to content

Fix the hack to keep the evaluator and converter implementations in the library #9

@narendasan

Description

@narendasan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions