Skip to content

PyOpenCL executor: Don't uniquify instructions.

Matt Wala requested to merge do-not-uniquify-in-executor into master

Uniquifying the instructions involves traversing the instruction list which we would like to avoid in the path from loading from cache to execution.

Related: #67 (closed).

Merge request reports

Loading