I am trying to run ResNet-18 on nv_small_256 platform. It is throwing the below error:
[ 113.721578] Enter: dla_op_programmed
[ 113.721783] Update dependency operation index 43 ROI 0 DEP_COUNT=2
[ 113.722097] Exit: dla_op_programmed
[ 113.722290] Exit: dla_program_operation status=0
[ 113.722597] Exit: dla_submit_operation
[ 113.725370] Enter: dla_dequeue_operation
[ 113.725688] Dequeue op from PDP processor, index=43 ROI=0
[ 113.726035] Enter: dla_submit_operation
[ 113.726251] Prepare PDP operation index 43 ROI 0 dep_count 1
[ 113.726609] Enter: dla_prepare_operation
[ 113.729054] processor:PDP group:1, rdma_group:1 available
[ 113.729443] Enter: dla_read_config
[ 113.729935] Exit: dla_read_config
[ 113.730132] Exit: dla_prepare_operation status=0
[ 113.730392] Enter: dla_program_operation
[ 113.732431] Program PDP operation index 43 ROI 0 Group[1]
[ 113.732765] group id 1 rdma id 1
[ 113.741050] no desc get due to index==-1
[ 113.741360] no desc get due to index==-1
[ 113.741575] no desc get due to index==-1
[ 113.741796] no desc get due to index==-1
[ 113.742051] no desc get due to index==-1
[ 113.742275] no desc get due to index==-1
[ 113.742552] Enter: dla_op_programmed
[ 113.744873] Exit: dla_op_programmed
[ 113.745165] Exit: dla_program_operation status=0
[ 113.745399] Exit: dla_submit_operation
[ 113.745647] Exit: dla_dequeue_operation
[ 113.745881] Exit: dla_initiate_processors status=0
Fatal: NV_NVDLA_csc.cpp: 1731:There should be only one super channel when post-extension is enabled. last_super_channel=0 last_super_channel_element_num=4
In file: ../cmod/csc/NV_NVDLA_csc.cpp:1731
In process: nvdla.nvdla_core.nvdla_core.csc.DataLoadSequenceThread @ 113800 ms
Aborted
Can you kindly help?
Thank you.
I am trying to run ResNet-18 on nv_small_256 platform. It is throwing the below error:
[ 113.721578] Enter: dla_op_programmed
[ 113.721783] Update dependency operation index 43 ROI 0 DEP_COUNT=2
[ 113.722097] Exit: dla_op_programmed
[ 113.722290] Exit: dla_program_operation status=0
[ 113.722597] Exit: dla_submit_operation
[ 113.725370] Enter: dla_dequeue_operation
[ 113.725688] Dequeue op from PDP processor, index=43 ROI=0
[ 113.726035] Enter: dla_submit_operation
[ 113.726251] Prepare PDP operation index 43 ROI 0 dep_count 1
[ 113.726609] Enter: dla_prepare_operation
[ 113.729054] processor:PDP group:1, rdma_group:1 available
[ 113.729443] Enter: dla_read_config
[ 113.729935] Exit: dla_read_config
[ 113.730132] Exit: dla_prepare_operation status=0
[ 113.730392] Enter: dla_program_operation
[ 113.732431] Program PDP operation index 43 ROI 0 Group[1]
[ 113.732765] group id 1 rdma id 1
[ 113.741050] no desc get due to index==-1
[ 113.741360] no desc get due to index==-1
[ 113.741575] no desc get due to index==-1
[ 113.741796] no desc get due to index==-1
[ 113.742051] no desc get due to index==-1
[ 113.742275] no desc get due to index==-1
[ 113.742552] Enter: dla_op_programmed
[ 113.744873] Exit: dla_op_programmed
[ 113.745165] Exit: dla_program_operation status=0
[ 113.745399] Exit: dla_submit_operation
[ 113.745647] Exit: dla_dequeue_operation
[ 113.745881] Exit: dla_initiate_processors status=0
Fatal: NV_NVDLA_csc.cpp: 1731:There should be only one super channel when post-extension is enabled. last_super_channel=0 last_super_channel_element_num=4
In file: ../cmod/csc/NV_NVDLA_csc.cpp:1731
In process: nvdla.nvdla_core.nvdla_core.csc.DataLoadSequenceThread @ 113800 ms
Aborted
Can you kindly help?
Thank you.