Please provide the following info (tick the boxes after creating this topic):
Software Version
DRIVE OS 6.0.8.1
Target Operating System
Linux
Hardware Platform
DRIVE AGX Orin Developer Kit (940-63710-0010-D00)
SDK Manager Version
other
Host Machine Version
native Ubuntu Linux 20.04 Host installed with DRIVE OS Docker Containers
Hello, I tried to run nvm_dlaSample
with using my own model but failed during NvMediaDlaAppendLoadable
.
wooseok@tegra-ubuntu:/opt/nvidia/drive-linux/samples/nvmedia/dla_sample$ ./nvm_dlaSample -v debug --mode runtime -d 0 -n 2 --loadable /usr/src/tensorrt/bin/20240717_dl10.9.0_v1.3.plan
NvMTest: >>>>>>>>>>>>>>>>>>>> Test Begin >>>>>>>>>>>>>>>>>>>>
NvMTest: List of input arguments:
NvMTest: Test runtime = 1
NvMTest: Test scisync = 0
NvMTest: Test ping = 0
NvMTest: Test multithread = 0
NvMTest: loadable name = /usr/src/tensorrt/bin/20240717_dl10.9.0_v1.3.plan
NvMTest: dlaId = 0
NvMTest: numTasks = 2
NvMTest: verbose level = 4
NvMTest: Test with dlaId = 0 numTasks = 2 profile name /usr/src/tensorrt/bin/20240717_dl10.9.0_v1.3.plan
NvMTest: NvSciBufModuleOpen Successful
NvMTest: NvMediaTensorNvSciBufInit Successful
NvMTest: InitNvSciBuf Successful
NvMTest: NvMediaDlaCreate Successful
NvMTest: Create Successful
NvMTest: NvMediaDlaInit Successful
NvMTest: Init Successful
NvMTest: Reading loadable file to memory = /usr/src/tensorrt/bin/20240717_dl10.9.0_v1.3.plan
NvMTest: Open filename = %s Successful
NvMTest: alloc buffer Successful
NvMTest: readFileToMemory Successful
NvMTest: NvMediaDlaLoadableCreate Successful
NvMTest: ERROR: NvMediaDlaAppendLoadable Fail
NvMTest: ERROR: AddLoadable Fail
NvMTest: ERROR: Test: Setup failure
NvMTest: ERROR: Check loadable index argument Fail
NvMTest: NvMediaDlaDestroy Successful
NvMTest: >>>>>>>>>>>>>>>>>>>> Runtime Test >>>>>>>>>>>>>>>>>>>>
NvMTest: >>>>>>>>>>>>>>>>>>>> Test Fail >>>>>>>>>>>>>>>>>>>>
NvMTest: <<<<<<<<<<<<<<<<<<<< Test End <<<<<<<<<<<<<<<<<<<<<