Dear Team,
Software Version
DRIVE OS 6.0.4 SDK
Target Operating System
QNX
Host Machine Version
native Ubuntu Linux 20.04 Host installed with DRIVE OS Docker Containers
I have setup Docker Image “drive-agx-orin-linux-aarch64-sdk-build-x86:latest” on Ubuntu 20.04.
I tried to build tensorrt samples and successfully build it.
While running my onnx model with wrapper “trtexec”, I am facing below errors:
[10/17/2022-08:51:45] [W] [TRT] Caught cuda error during timing, format rejected.
[10/17/2022-08:51:45] [W] [TRT] Caught cuda error during timing, format rejected.
[10/17/2022-08:51:45] [W] [TRT] Caught cuda error during timing, format rejected.
[10/17/2022-08:51:45] [W] [TRT] GPU error during getBestTactic: 265 copy : no kernel image is available for execution on the device
[10/17/2022-08:51:45] [W] [TRT] GPU error during getBestTactic: 265 copy : no kernel image is available for execution on the device
[10/17/2022-08:51:45] [E] Error[2]: [optimizer.cpp::computeCosts::3884] Error Code 2: Internal Error (Impossible to reformat.)
[10/17/2022-08:51:45] [E] Error[2]: [builder.cpp::buildSerializedNetwork::636] Error Code 2: Internal Error (Assertion engine != nullptr failed. )
[10/17/2022-08:51:45] [E] Engine could not be created from network
[10/17/2022-08:51:45] [E] Building engine failed
[10/17/2022-08:51:45] [E] Failed to create engine from model or file.
[10/17/2022-08:51:45] [E] Engine set up failed
Can you please help!.
Command used to build and run the Docker image is as follows:
sudo docker pull nvcr.io/drive/driveos-sdk/drive-agx-orin-linux-aarch64-sdk-build-x86:latest
sudo docker run -it --gpus=all --privileged --net=host --ulimit memlock=-1 --ipc=host -v /dev/bus/usb:/dev/bus/usb -v $PWD:/DRV3 nvcr.io/drive/driveos-sdk/drive-agx-orin-linux-aarch64-sdk-build-x86:latest
Thanks and Regards,
Vyom Mishra