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

fix flake8 B026 #819

Closed matthiasdiener closed 7 months ago

matthiasdiener commented 7 months ago

Fixes: ./loopy/translation_unit.py:338:48: B026 Star-arg unpacking after a keyword argument is strongly discouraged, because it only works when the keyword parameter is declared after all parameters supplied by the unpacked sequence, and this change of ordering can surprise and mislead readers.