ceccocats / tkDNN

Deep neural network library and toolkit to do high performace inference on NVIDIA jetson platforms
GNU General Public License v2.0
717 stars 209 forks source link

Not working with jetson xaiver jetpack 4.6? #265

Closed toplinuxsir closed 2 years ago

toplinuxsir commented 3 years ago

not working with jetson xaiver jetpack 4.6? compile error:

tkDNN/include/tkDNN/pluginsRT/ActivationLeakyRT.h(4): error: incomplete type is not allowed
mive93 commented 3 years ago

Hi @toplinuxsir, The problem is TensorRT8, it's still a WIP.

toplinuxsir commented 3 years ago

@mive93 Thanks I got it

mive93 commented 2 years ago

TensorRT8 is now supported on tensorrt8 branch. Every model and data type is properly working.