inducer / loopy

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

Add a failing test with strides in domain of `SubArrayRef` #734

Open isuruf opened 1 year ago

isuruf commented 1 year ago

I don't have a use-case for this, but thought it would be interesting to keep in mind.

inducer commented 1 year ago

Thanks! To be clear, it's the inliner that's failing here, correct?

isuruf commented 1 year ago

Both inline=False and inline=True fails.