inducer / arraycontext

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

PytatoPyOpenCLArrayContext: always invoke MPMS materializer #126

Closed kaushikcfd closed 2 years ago

kaushikcfd commented 2 years ago

Suggested by @inducer in https://github.com/inducer/meshmode/pull/254#discussion_r756490536. It seems like a reasonable default that we try to cut down on the number of FlOps in the compiled kernel.

inducer commented 2 years ago

Thx!