-
Notifications
You must be signed in to change notification settings - Fork 86
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
Compiler & runtime crash in docker VP #45
Comments
Run compiler directly in the Docker image. No need to run aarch64_toplevel -c aarch64_nvdla.lua first. |
Hey, @BigFatFlo. Did you find a solution? I am facing the same issue as you described in the second terminal log. Do you have any updates? Thanks a lot. |
@fisherxue at the time of writing, |
@killerzula if I remember correctly, I "fixed" it by writing a new Dockerfile myself to get a docker image on which to run the virtual platform. |
currently I face the same runtime issue.. I am using the latest Dockerfile (https://hub.docker.com/r/nvdla/vp/) and the latest prebuilt binaries (https://github.com/nvdla/sw/tree/master/prebuilt/arm64-linux).. so I hope platform and runtime versions should be compatible.. and the fbuf is also a pre-compiled file
@BigFatFlo what modification in the dockerfile helped you 'fix' the issue, could you provide some more details? |
@shaumik1 I haven't touched NVDLA in a while, but here's the Dockerfile I used for the virtual platform.
The nvdla_tools image is just a docker container with all the required prerequisites, built using this Dockerfile:
Hope it helps. |
@BigFatFlo thanks a lot for the details! much appreciated!! It has the good old |
i can not find opendla.ko ,and,when i run the ./compiler ,i got ./nvdla_compiler: line 2: syntax error: unexpected redirection ./nvdla_compiler: line 1: ELF�����: not foundcan you help me |
opendla.ko -> opendla_1.ko |
Hi,
I'm using the docker image provided on DockerHub to run the virtual platform.
When I try to use nvdla_compiler to generate a loadable from my LeNet model, it crashes with this message:
If I compile my model on my machine using the nvdla_compiler from nvdla/sw/prebuilt/linux, it compiles into a loadable with no problem.
Unfortunately when I try to use that model in the nvdla_runtime in the docker vp, the runtime starts running but then crashes and exits the QEMU instance:
Any suggestions on getting the compiler and the runtime to work in docker?
Thank you
The text was updated successfully, but these errors were encountered: