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

Merge branch 'loopy-insn-repr' into 'master'

Fully initialize LoopyKernelInstruction

See merge request !70
parents 473f8ccb 2010ba3b
No related branches found
No related tags found
No related merge requests found
...@@ -95,6 +95,7 @@ class LoopyKernelInstruction(Instruction): ...@@ -95,6 +95,7 @@ class LoopyKernelInstruction(Instruction):
scope_indicator = "" scope_indicator = ""
def __init__(self, kernel_descriptor): def __init__(self, kernel_descriptor):
super(LoopyKernelInstruction, self).__init__()
self.kernel_descriptor = kernel_descriptor self.kernel_descriptor = kernel_descriptor
@memoize_method @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