nvdla / sw

NVDLA SW
Other
489 stars 193 forks source link

nv_small and nv_large crash at runtime #216

Open kthoru01 opened 3 years ago

kthoru01 commented 3 years ago

Hello,

I complied a lenet model for an nv_small and nv_large configuration with specifying the precision to be int8 without a problem. It created a fast-math.nvdla file. However when I execute the nvdla_runtime on the qemu platform it is able to start the emulator and generates about 10 or so log lines because crashing and returning to the usr/local/nvdla folder. I use opendla_2.ko module before running nvdla_runtime. There are no errors outputted before qemu crashes. Why is this happening? I'm able to run the nv_full fp16configuration to completion and get correct results at the output. It seems that nv_full int8 configuration also works fine. Any help would be greatly appreciated. Thank you!

NicolasWu97 commented 3 years ago

you should confirm your vp targetconfig(nv_full/nv_large/nv_small first

Kunal-es commented 2 years ago

could u pls send me proper installation process here ?