diff --git a/src/python/parla/cython/device.pyx b/src/python/parla/cython/device.pyx index 6dfd125b..80766f02 100644 --- a/src/python/parla/cython/device.pyx +++ b/src/python/parla/cython/device.pyx @@ -480,6 +480,10 @@ class Stream: def wait_event(self): pass + @property + def ptr(self): + return None + class CupyStream(Stream): def __init__(self, device=None, stream=None, non_blocking=True):