Name |
Last commit
|
Last update |
---|---|---|
.. | ||
exec | ||
testing | ||
top | ||
__init__.py | ||
bitstream.py | ||
build_module.py | ||
environment.py | ||
graph.py | ||
intrin.py | ||
ir_pass.py | ||
libinfo.py | ||
pkg_config.py | ||
rpc_client.py |
Issue: Once change LOG_BLOCK_IN or LOG_BLOCK_OUT into > 4 value, when run vta “Simple Matrix Multiply” or load vta, vta would crash at vta_conv2d.py. Analysis: This issue caused by resnet18 logic of vta_conv2d.py which have in_filter minmum size that is 16. > 4 value would cause such in_filter check failed then make xfer_size be empty and find_schedules function return a empty list finally cause crash. Solution: add the empty list check.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
exec | Loading commit data... | |
testing | Loading commit data... | |
top | Loading commit data... | |
__init__.py | Loading commit data... | |
bitstream.py | Loading commit data... | |
build_module.py | Loading commit data... | |
environment.py | Loading commit data... | |
graph.py | Loading commit data... | |
intrin.py | Loading commit data... | |
ir_pass.py | Loading commit data... | |
libinfo.py | Loading commit data... | |
pkg_config.py | Loading commit data... | |
rpc_client.py | Loading commit data... |