meshmode icon indicating copy to clipboard operation
meshmode copied to clipboard

Try out NumpyArrayContext

Open alexfikl opened this issue 1 year ago • 4 comments

This adds a subclass of NumpyArrayContext and uses it in test_array.py and test_meshmode.py (these also used the pytato array context).

I'm not sure if this is supposed to just work™, but I was curious what fails :grin:

alexfikl avatar Aug 12 '24 11:08 alexfikl

From a quick skim:

  • There seem to be some cool segmentation faults in there.
  • The loopy kernels are not all super friendly with the C target (most seem to be missing a barrier implementation?)

alexfikl avatar Aug 12 '24 12:08 alexfikl

Thanks for doing this. All this is definitely intended to "just work", at least eventually.

inducer avatar Aug 12 '24 12:08 inducer

What made you decide to close this? I figure we'll want something like this in the medium term?

inducer avatar Sep 05 '24 14:09 inducer

What made you decide to close this? I figure we'll want something like this in the medium term?

Just didn't think it was needed. I'm happy to reopen!

alexfikl avatar Sep 05 '24 15:09 alexfikl