You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
creating new runtime context... Emulator starting pgm2dimg 1 28 28 1 896 25088 25088 submitting tasks... Work Found! Work Done [ 197.712727] Enter:dla_read_network_config [ 197.713316] Exit:dla_read_network_config status=0 [ 197.713506] Enter: dla_initiate_processors [ 197.713819] Enter: dla_submit_operation [ 197.713984] Prepare Convolution operation index 0 ROI 0 dep_count 1 [ 197.714223] Enter: dla_prepare_operation [ 197.714570] processor:Convolution group:0, rdma_group:0 available [ 197.714801] Enter: dla_read_config [ 197.715134] Exit: dla_read_config [ 197.715274] Exit: dla_prepare_operation status=0 [ 197.715429] Enter: dla_program_operation [ 197.715553] Program Convolution operation index 0 ROI 0 Group[0] root@6f0c649fa2f5:/usr/local/nvdla#
As you can tell I'm back at where I started. This is consistently going on with every loadable file I have whether using the prebuilt flatbufs or the compiling my own .nvdla files.
Has anyone else faced this issue? Any help would be appreciated. Thanks a lot.
The text was updated successfully, but these errors were encountered:
Hi, so I downloaded the VP for NVDLA. And ran the following commands
sudo docker run -it -v /home:/home nvdla/vp
cd /usr/local/nvdla
aarch64_toplevel -c aarch64_nvdla.lua
Then enter credentials (root,nvdla).
# mount -t 9p -o trans=virtio r /mnt
# cd /mnt/
# insmod drm.ko
# insmod opendla_2.ko
Using opendla_2.ko as I am currently working on nv_small
# ./nvdla_runtime --loadable ./sw-master/regression/flatbufs/kmd/NN/NN_L0_0_fbuf --image ./sw-master/regression/images/digits/seven.pgm --rawdump
Then the terminal shows this output
creating new runtime context...
Emulator starting
pgm2dimg 1 28 28 1 896 25088 25088
submitting tasks...
Work Found!
Work Done
[ 197.712727] Enter:dla_read_network_config
[ 197.713316] Exit:dla_read_network_config status=0
[ 197.713506] Enter: dla_initiate_processors
[ 197.713819] Enter: dla_submit_operation
[ 197.713984] Prepare Convolution operation index 0 ROI 0 dep_count 1
[ 197.714223] Enter: dla_prepare_operation
[ 197.714570] processor:Convolution group:0, rdma_group:0 available
[ 197.714801] Enter: dla_read_config
[ 197.715134] Exit: dla_read_config
[ 197.715274] Exit: dla_prepare_operation status=0
[ 197.715429] Enter: dla_program_operation
[ 197.715553] Program Convolution operation index 0 ROI 0 Group[0]
root@6f0c649fa2f5:/usr/local/nvdla#
As you can tell I'm back at where I started. This is consistently going on with every loadable file I have whether using the prebuilt flatbufs or the compiling my own .nvdla files.
Has anyone else faced this issue? Any help would be appreciated. Thanks a lot.
The text was updated successfully, but these errors were encountered: