Maria José Belda

Results 16 issues of Maria José Belda

I am trying architectures with a Large Boom and a 4x4 dummy Gemmini, but it does not execute. I have compiled the test for the `gemmini_params.h` file generated when generating...

Hello, Would it be possible for you to add a test for squeezenet? I mean like the ones for mobilenet and resnet50 on the `imagenet` folder. Maybe the parameter file...

Hello, I am currently optimizing a code to run using Hwacha and I have this scenario. for(int i = 0; i < n; i++){ out[i] = vec1[i]* const_float / vec2[i]...

**Describe the bug** I am trying to generate a workload for multiple Gemmini configurations (with and without convs, etc). I saw on the systolic_runner readme that I must have some...

Hello, I am trying to run a particular version of the MobilenetV2 CNN. I have quantized it and it can be seen in netron.app that it is correctly quantized using...

I am trying to generate a design with 18 memory banks. When executing the `make mcu-gen` it is not raised any error, next you can see the output. ~~~ $...