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

change isinstance(..., frozenset) to isinstance(..., abc.Set) #823

Closed matthiasdiener closed 4 months ago

matthiasdiener commented 4 months ago

This doesn't change all occasions of isinstance(..., frozenset), just the ones necessary to work with https://github.com/matthiasdiener/orderedsets in pytato.