inducer / pytato

Lazily evaluated arrays in Python
Other
9 stars 16 forks source link

Add `BoundPyOpenCLExecutable` #450

Closed inducer closed 1 year ago

inducer commented 1 year ago

Unlike BoundPyOpenCLProgram, this is specific to a CL context, and thus can cache more effectively, avoid holding long-lived references to CL contexts in non-context-specific settings, and use loopy.ExecutorBase, towards some of the same goals.