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

Add missing @property on permits_inplace_modification

parent 3a9d4020
No related branches found
No related tags found
No related merge requests found
Pipeline #176493 passed
...@@ -436,6 +436,7 @@ class PyOpenCLArrayContext(ArrayContext): ...@@ -436,6 +436,7 @@ class PyOpenCLArrayContext(ArrayContext):
def clone(self): def clone(self):
return type(self)(self.queue, self.allocator, self._wait_event_queue_length) return type(self)(self.queue, self.allocator, self._wait_event_queue_length)
@property
def permits_inplace_modification(self): def permits_inplace_modification(self):
return True return True
......
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