yves-surrel

Results 21 comments of yves-surrel

Hi Gregor Thank you very much for the explanation about properly installing clFFT. I was definitely lacking the right commands. However, I am back to the initial problem (seg fault),...

Hi Gregor I followed the method you indicated in a previous e-mail to me: " I typically build and install clFFT by cloning latest version from github, and then cd...

You were right, the clFFT library was not linked. I retried everything from the very beginning, and after more careful examination, I noticed the following when building gpyfft: ``` g++...

Good news ! I succeeded in installing gpyfft, but I went the other way round, i.e. forcing clFFT to be compiled to the x86_64 arch instead of installing a native...

@inducer: I have not this directory (I am using Enthought Canopy, so the directory structure may be different). Is there any command to get the actual cache directory? However, I...

@inducer: yes, it fixes the problem. Thx a lot

Possibly related: On my 2017 MacBook Pro, running _pyvkfft/examples/benchmark.py_ crashes the kernel when using the Intel Graphics GPU after dim 16 x 270 x 270 (using the Radeon 555 Pro...

Sorry, it's crashing on the gpyfft side. Disabling it allows the test to run OK till the end.

Based on @vincefn's work and using [kompute](https://github.com/EthicalML/vulkan-kompute), it should be not too difficult to have a Python wrapper of vkFFT using the Vulkan backend (presently pyvkfft exposes only OpenCL and...

Great idea IMHO. Would it allow to install new libraries from within an apk-installed python under Android?