KernelTuner/kernel_tuner

Remove dependence on `OrderedDict`?

loostrum opened this issue · 4 comments

Some parts of kernel tuner require an OrderedDict, however as of Python 3.7 the standard dict is guaranteed to be insertion ordered. If this is the only reason OrderedDict was required, perhaps the requirement could be removed to simplify the interface.

isazi commented

I believe that @fjwillemsen was going to do that, after we are done with the Kernel Tuner tutorial at RSECon23 in September.

Yes, I can do this!

Great!

I've just resolved this issue in the commit linked above, which is part of a larger pull request (#214).