-
Notifications
You must be signed in to change notification settings - Fork 236
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
Build Tensorrt Plugins from source #799
Conversation
This PR is related to this discussion #793 |
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.
See in-line comments
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.
It's getting there. Just a couple of minor in-line comments.
external/openembedded-layer/recipes-devtools/gie/tensorrt-plugins_8.0.1-1.bb
Outdated
Show resolved
Hide resolved
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.
Just a couple more minor things to check
external/openembedded-layer/recipes-devtools/gie/tensorrt-plugins_8.0.1-1.bb
Outdated
Show resolved
Hide resolved
and tensorrt-samples recipes. some of the recipes depends only on tensorrt-core. Signed-off-by: Ilies CHERGUI <ilies.chergui@gmail.com>
to build TensorRT Plugins from source. Signed-off-by: Ilies CHERGUI <ilies.chergui@gmail.com>
Signed-off-by: Ilies CHERGUI <ilies.chergui@gmail.com>
…dency list Signed-off-by: Ilies CHERGUI <ilies.chergui@gmail.com>
list Signed-off-by: Ilies CHERGUI <ilies.chergui@gmail.com>
PACKAGECONFIG list Signed-off-by: Ilies CHERGUI <ilies.chergui@gmail.com>
In this PR:
tensorrt-core
,tensorrt-plugins-prebuilt
andtensorrt-samples
recipes.tensorrt-plugins
from source.tensorrt-core
andtensorrt-plugins
.Signed-off-by: Ilies CHERGUI ilies.chergui@gmail.com