Add BoundPyOpenCLExecutable
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.
Loading
Please sign in to comment