in benchmark/bench_vanilla_sddmm.py [0:0]
def exp_range(start, end, mul): while start <= end: yield start start *= mul