Support Jetpack 4.6 #257
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
tkDNN seems not to be able to compile on Jetpack 4.6 (tested on Jetson Nano). After meeting the requirements with
I get a lot of compilation errors:
cmake output
further make output
Hi @rodja
Yes, we know. The problem is TensorRT 8, in which they removed the plugin version tkDNN is build onto.
Therefore, it will take some time for us to change everything. We will do it eventually, but it's still a WIP right now.
Is anyone working on TensorRT 8 support?
@mje-nz yes, we are.
@mive93 Cool, anything I can do to help?
Is there a support for TensorRT 8 now ??
You can try this branch: https://github.com/TheExDeus/tkDNN/tree/feature/tensorrt8_support
Hi,
thank you for it.
But I already used yolo-> onnx -> trt 8 to accomplish the task.
It is much better and easy to understand as well.
TensorRT8 is now supported on tensorrt8 branch.
Every model and data type is properly working.