Accelergy-Project / timeloop-python

Python wrapper for the timeloop project.
MIT License
8 stars 3 forks source link

PyTimeloop mapper error. #14

Closed gilbertmike closed 2 years ago

gilbertmike commented 2 years ago

Running test_mapper.py results in the following error:

Mapspace split! Per-split Mapping Dimension [IndexFactorization] Size: 1 Residue: 0
['delay', 'energy']
terminate called after throwing an instance of 'std::out_of_range'
  what():  vector::_M_range_check: __n (which is 1) >= this->size() (which is 1)
Aborted (core dumped)

This is likely due to bug in DecoupledMapper implementation.