Jerome Kieffer

Results 293 comments of Jerome Kieffer

On Tue, 28 Oct 2014 04:24:35 -0700 Cyrille Rossant [email protected] wrote: > Some additional notes. OpenGL/OpenCL interoperability is really tricky, and many drivers do not support it well. It's also...

Thanks for keeping the issue opened as it is still present.

Can I suggest you to define "Zenodo" as hook in your GitHub project? Each release, tagged as such in github will automatically get a DOI to be cited. (I need...

On Sun, 26 Nov 2017 18:18:16 +0000 (UTC) Thomas Kluyver wrote: > [Numfocus](https://www.numfocus.org/#) is the legal entity behind the project - it's a US nonprofit, with a registered address in...

Thanks Nathaniel for your input. I have learned a lot ! On Thu, 31 Aug 2017 18:17:00 +0000 (UTC) "Nathaniel J. Smith" wrote: > There's some discussion here: https://groups.google.com/forum/#!topic/cython-users/lgNG9ws-9-4 >...

On Fri, 01 Sep 2017 10:01:45 +0000 (UTC) "Nathaniel J. Smith" wrote: > > `-D'PyMODINIT_FUNC=__attribute__((visibility("default"))) void ' ''')` > > Are you sure this is necessary? I think `PyMODINIT_FUNC` should...

On Sat, 02 Sep 2017 01:02:22 +0000 (UTC) "Nathaniel J. Smith" wrote: > My question was: if you leave out the `-DPyMODINIT_FUNC=...` flag, and just use `-fvisibility=hidden` alone, then does...

On Fri, 12 Oct 2018 03:01:02 -0700 Gregor Thalhammer wrote: > > Wouldn't it make sense to declare gpyfft on PyPI and make it "pip-instalable" ? > > Do you...

If your image size differs, you will have to destroy the plan each time ...

pyopencl keeps the context in caches but it should recycle them. We could destroy the CommandQueue but it is not enough.