You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For eg: base_indices is missing from TemporaryVariable's __repr__. There is a bug in privatize_temporaries_with_inames at https://github.com/inducer/loopy/blob/main/loopy/transform/privatize.py#L211 where base_indices is not fixed. I was comparing two TemporaryVariable instances where base_indices was the only difference, but repr on both gave the same string.
Currently it is not for
TemporaryVariable
andKernel
The text was updated successfully, but these errors were encountered: