inducer / loopy

A code generator for array-based code on CPUs and GPUs
http://mathema.tician.de/software/loopy
MIT License
565 stars 71 forks source link

LoopyKeyBuilder: remove update_for_frozenset #820

Closed matthiasdiener closed 5 months ago

matthiasdiener commented 6 months ago

Not sure why this was added as part of #222 - pytools.KeyBuilder already supports frozenset (ignoring order), and the implementation in LoopyKeyBuilder makes the behavior inconsistent with pytools.KeyBuilder.

cc @kaushikcfd