-
I believe I am trying to do a pre-compile of the Chipyard scala files and get these errors:
[info] compiling 4 Scala sources to /mnt/data/projects/avalon/jkrim/cep_v4_7_test_branch_clone/CEP/genera…
-
NVDLA was open sourced around 7 years ago. During this time period, there are new ideas and design constantly proposed. For sure, those later designs must have something implemented in a better way th…
-
Hi, Thanks for your great work first!
I would like to ask if your code is also worked for nvdla master branch( nv_small or nv_large specifically)?
Thanks
-
Hi, the NVDLA compiler does not seem to be in the UMD or anywhere? How I can compile the network?
-
Hi, After built the vmod and verif for NVDLA small, I tried to running single convolution test as verif guide mentioned : TOT/verif/tools/run_test.py -P nv_small dc_24x33x55_5x5x55x25_int8_0 -outdir d…
-
Hello,
looking at the code for the NVDLA backend, I noticed that "only" the following operators are registered in the "RegisterLowers" function:
Relu, Sum, MaxPool, AveragePool, LRN, Reshape, Soft…
-
Hello,
When I run the following command in the AutoDMP docker env.
```
./tuner/run_tuner.sh 1 1 test/nvdla_nangate45_51/configspace.json test/nvdla_nangate45_51/NV_NVDLA_partition_c.aux test/nvdl…
-
How can we use OpenPiton to do inference simulation with NVDLA accelerator? Is it possible to do it without FPGA?
-
Hello, is it a NVDLA_Small or NVDLA_large? Which branch is it?
-
hello,
when I use the following command to run the yolo example with nvdla small config, there is a Floating point exception and the example failed:
`./tm_yolox_opendla -m /home/ubuntu/tftproot/yol…