inducer / loopy

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

InstructionBase: implement _with_new_tags #855

Closed matthiasdiener closed 1 month ago

matthiasdiener commented 1 month ago

cc @MTCam

Needed due to https://github.com/illinois-ceesd/meshmode/blob/e7337041c950fc45a86ca39235e929a5733ee620/meshmode/array_context.py#L1165 - not sure how that worked before.

Perhaps related to #850 or #853.

inducer commented 1 month ago

Thx!