inducer / arraycontext

Choose your favorite numpy-workalike!
6 stars 11 forks source link

Provide a default implementation for `transform_loopy_program` #272

Closed inducer closed 2 months ago

inducer commented 2 months ago

@nkoskelo points out that the first-time user experience kind of stinks otherwise.

This should still issue a warning to emphasize that things won't perform without additional transformation.

alexfikl commented 2 months ago

Is this in the pytato array context or..?

inducer commented 2 months ago

Generally. (Since all actxs provide call_loopy.)

inducer commented 2 months ago

You're right! It's just pytato. I was wrong. It's deprecated in the PyOpenCL one, but I'll just un-deprecate it.