Skip to content

WIP: Add cl_queue parameter for pytest test generation

Timothy Smith requested to merge tasmith4/pyopencl:cl_queue into master

Adding a cl_queue parameter for pytest test generation so tests that don't need the context don't need to create a new CommandQueue every time they run.

Merge request reports