Failed to run Smaug example
praneeth121 opened this issue · 0 comments
I am trying to the run the example that is provided in the Smaug tutorial. (Run a model in gem5-Aladdin simulation)
When I am trying to run the command: "build/bin/smaug-instrumented my_model_topo.pbtxt my_model_params.pb". I am getting the following output. I tried running above commands with other models like lenet5 and cifar but it was giving the same response. Can you please help me with this
Model topology file: my_model_topo.pbtxt
Model parameters file: my_model_params.pb
Number of accelerators: 1
Loading the network model...
======================================================
Summary of the network.
======================================================
Layer (type)iiiiiiiiiiiiiiiiiiiiiiiiiiii [[[Parameters[[
data_2 (Data)iiiiiiiiiiiiiiiiiiiiiiiiiii [[[[[[[0[[[[[[[
data_1 (Data)iiiiiiiiiiiiiiiiiiiiiiiiiii [[[[[[[0[[[[[[[
data (Data)iiiiiiiiiiiiiiiiiiiiiiiiiiiii [[[[[[[0[[[[[[[
conv (Convolution3d)iiiiiiiiiiiiiiiiiiii [[[[[[288[[[[[[
max_pool (MaxPooling)iiiiiiiiiiiiiiiiiii [[[[[[[0[[[[[[[
reorder (Reorder)iiiiiiiiiiiiiiiiiiiiiii [[[[[[[0[[[[[[[
mat_mul (InnerProduct)iiiiiiiiiiiiiiiiii [[[[[62720[[[[[
======================================================
Tiling operators of the network...
smaug-instrumented: build/smaug/operators/smv/smv_convolution_tiling.cpp:241: static smaug::smv::TilingConfig smaug::smv::conv::TilingOptimizer::computeBasicTileShapes(smaug::SmvConvolutionOp *): Assertion `maxIt != fullConfigs.end() && "Failed to get best tiling config!"' failed.
qemu: uncaught target signal 6 (Aborted) - core dumped
Aborted