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

Any updates if it works with new versions of CUDNN? #284

Open MikoMikarro opened 2 years ago

perseusdg commented 2 years ago

It should , I was able to run it on both windows and linux with cudnn 8.3.3

MikoMikarro commented 2 years ago

CUDA 10.2? o.O Seems nice

perseusdg commented 2 years ago

I tested it with cuda 11.4 , but I don't think using cuda 10.2 should be an issue

MikoMikarro commented 2 years ago

Nice i'll try and tell you. Greater versions of tensorrt also work?

perseusdg commented 2 years ago

Yup it should also work with tensorrt 8.4 ea

MikoMikarro commented 2 years ago

Wow! That's a huge improvement, i'll try it now! Thanks!