inducer / arraycontext

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

Fix norm freezes #103

Closed alexfikl closed 3 years ago

alexfikl commented 3 years ago

This is a companion to inducer/meshmode#273 and needs to go in first.

It mostly uses the array context to do the reductions in the norm to avoid any unnecessary freezes (on pyopencl at least).

Fixes #78

inducer commented 3 years ago

(Oof. I see you knew what you were doing. Let me drop that.)

alexfikl commented 3 years ago

(Oof. I see you knew what you were doing. Let me drop that.)

Sorry for the confusion! I'll come around and remove it after the meshmode changes get merged in too.