Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nvdla_runtime not working in VP #49

Open
shazib-summar opened this issue Oct 6, 2019 · 0 comments
Open

nvdla_runtime not working in VP #49

shazib-summar opened this issue Oct 6, 2019 · 0 comments

Comments

@shazib-summar
Copy link

shazib-summar commented Oct 6, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant