Skip to content
Snippets Groups Projects
Commit b5feb061 authored by Andreas Klöckner's avatar Andreas Klöckner Committed by Andreas Klöckner
Browse files

PytatoPyOpenCLArrayContext.freeze: pass allocator to loopy exec

parent 9ab08496
No related branches found
No related tags found
No related merge requests found
Pipeline #323572 passed
......@@ -423,7 +423,9 @@ class PytatoPyOpenCLArrayContext(_BasePytatoArrayContext):
self._dag_transform_cache[normalized_expr])
assert len(pt_prg.bound_arguments) == 0
evt, out_dict = pt_prg(self.queue, **bound_arguments)
evt, out_dict = pt_prg(self.queue,
allocator=self.allocator,
**bound_arguments)
evt.wait()
assert len(set(out_dict) & set(key_to_frozen_subary)) == 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment