Closed qraleq closed 2 years ago
Hi, could you modify the -arch parameter in https://github.com/Tencent/TPAT/blob/6380a44ed1c2c35c97dc30768835197bfb79eeb1/python/trt_plugin/Makefile#L68 to sm_72 and take a try? sm_72 is the corresponding compute capacity for your Jetson AGX device while the default one is sm_75 in our Makefile. By the way, you could look for the compute capability for your GPU through the tables below.
Hi @wm2012011492 , this worked like a charm! Thank you!
Hi,
I'm trying to run TPAT on Jetson AGX with Jetpack 4.4.1
I managed to install everything using the docker image with small modifications to the Dockerfile which now looks like this:
After running
OPENBLAS_CORETYPE=ARMV8 python3 test_tpat.py
I get this error:And it triggers error on assert:
Can you please provide some guidance on what might be the problem?
Thank you!