Martin Bauer
Results
2
issues of
Martin Bauer
Hi, First, thanks for writing this library! It's a very convenient way to do GPU programming. I found the following unexpected behaviour when debugging one of my programs that uses...
Bug can be triggered by the following code snippet ```python from joblib import Memory from collections import OrderedDict import sympy as sp cache = Memory(cachedir="/tmp/joblib").cache @cache def testFunc(arg): return arg...