Andreas Klöckner
Andreas Klöckner
I'm open to reducing the timeout.
This issue tracker is for bugs, not technical support. Please send a message to the mailing list for tech support. One reason for this request is that I am typically...
If you're copying to a numpy array, you can determine the transfer size simply by creating a view of the array, like `a[0:100]` to only copy the first 100 entries...
Thanks for the report. I won't have time to do much about this myself in the near future, but I'd be happy to take a patch.
#380 introduces a warning for this.
I think the issue here is a bad error message. `coeff` is an output argument of `m2l_preprocess`, but the call site doesn't have it as an output argument. - [...
That part of PyOpenCL has essentially been rewritten in 2015.2 / git master. Could you try that to see if it's still an issue? If you've got the CL headers...
Doesn't look like there's a check for that. (There is one in PyOpenCL.) The right thing would probably be to port this over to use https://github.com/inducer/pytools/blob/master/pytools/persistent_dict.py -- I'd be happy...
Sure, I'm in principle in favor. I would however prefer if the two implementations could remain the same, so that each can benefits from improvements in the other. This can...
Huh, interesting.