Hi all,
I want to set VTA output buffer width to 32 due to some reasons,
I set cfg[“LOG_OUT_WIDTH”] = cfg[“LOG_ACC_WIDTH”] in pkg_config.py,
but I got segmentation fault when simulating resnet and yolov3 under tvm/vta/tutorials/frontend/
Same result if I config LOG_INP_WIDTH and LOG_WGT_WIDTH in vta_config.json
Is there any methods that I can config output buffer size to 32 and get correct result?