apollo icon indicating copy to clipboard operation
apollo copied to clipboard

update tensorrt to 8.2 on aarch64

Open sanblch opened this issue 3 years ago • 2 comments

These changes make possible to run apollo on Jetson Xavier AGX with Jetson r32.6.

  1. Use of tensorrt api updated according to changes at tensorrt 8.2. Biggest changes are switch IPlugin -> IPluginV2, DimsNCHW -> Dims4, DimsCHW -> Dims3 See 1, 2.
  2. Little arch conditionals addition to make it compile on aarch64 like remove SSE opt, add #ifdef __aarch64__, and include to build inside conditional if_x86_64().

sanblch avatar Nov 17 '21 08:11 sanblch

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Nov 17 '21 08:11 CLAassistant

@sanblch I run darkSCNN according to the code you modified, but all the output is 0. Have you ever met this situation?

ycdhqzhiai avatar Sep 15 '22 03:09 ycdhqzhiai

Have you solved this problem?

QiTianDaShengDaShi avatar Nov 02 '22 03:11 QiTianDaShengDaShi

@sanblch我按照你修改的代码运行darkSCNN,但是输出全部为0,你遇到过这种情况吗?

请问你解决这个问题了吗,我叶遇到了

QiTianDaShengDaShi avatar Nov 03 '22 02:11 QiTianDaShengDaShi

@QiTianDaShengMaoHuiFei 没有,我还是用的7

ycdhqzhiai avatar Nov 03 '22 05:11 ycdhqzhiai

@sanblch Can I use this patch for x86_64 also?

jumogehn avatar Nov 25 '22 04:11 jumogehn

Jetson Xavier AGX

@QiTianDaShengMaoHuiFei 没有,我还是用的7

请问您是在Jetson Xavier AGX上跑的tensorRT_7吗?能成功吗?

cherishTMYY avatar Jul 10 '23 02:07 cherishTMYY