I can see that the column values are hardcoded here - https://github.com/SpRegTiling/sparse-register-tiling/blob/main/tools/empirical_heuristic_single_threaded.json
When I run python3 run_matrix.py -m some_sparse_matrix.mtx -t 1 -b 1024 -o foo.csv, I get a KeyError.
Am I correct in assuming that bcols is the number of columns in the dense matrix?
Is there some easy way I could extend this to operate over a different number of columns of the dense matrix?