Skip to content
Snippets Groups Projects
Commit 9376552f authored by Matt Wala's avatar Matt Wala
Browse files

Fix missing ()

parent 994a8e08
No related branches found
No related tags found
1 merge request!242Reduce cache-to-execution latency by using lazy unpickling of instructions.
Pipeline #
This commit is part of merge request !242. Comments created here will be created in the context of that merge request.
......@@ -385,7 +385,7 @@ class CKernelExecutor(KernelExecutorBase):
super(CKernelExecutor, self).__init__(kernel)
def get_invoker_uncached(self, kernel, codegen_result):
generator = CExecutionWrapperGenerator
generator = CExecutionWrapperGenerator()
return generator(kernel, codegen_result)
@memoize_method
......
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