inducer / arraycontext

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

Defining the semantics for a lazy array context #6

Closed kaushikcfd closed 3 years ago

kaushikcfd commented 3 years ago

Background

Looking at PyOpenCLArrayContext

Proposal: PytatoPyOpenCLArrayContext

inducer commented 3 years ago

would take a python callable,

return a JIT-ed function

Returns a "potentially more efficient" version of the function. (Returning f itself is valid.)

Terminology: "Operator" is very FEM-specific. CompiledArrayFunction?

I agree with the semantics you give.

matthiasdiener commented 3 years ago

This issue appears to be what was actually implemented in Pytato/Arraycontext.

inducer commented 3 years ago

Yep, I think it's good to close.

kaushikcfd commented 3 years ago

Yep it was, closing this one.