Any class with @memoize_method that gets pickled should override __getstate__
This is to avoid introducting unwanted state into the pickle. According to @tianrui5, this issue exists at least for the PyOpenCLTarget
.
This is to avoid introducting unwanted state into the pickle. According to @tianrui5, this issue exists at least for the PyOpenCLTarget
.