Re: [Cython] Adding GPU support to cython

2020-01-31 Thread Schlimbach, Frank
-Original Message- From: cython-devel On Behalf Of Schlimbach, Frank Sent: Friday, January 24, 2020 12:55 PM To: Core developer mailing list of the Cython compiler Subject: Re: [Cython] Adding GPU support to cython Hi Stefan, thanks for your response. Good to hear this is still of interest

Re: [Cython] Adding GPU support to cython

2020-01-24 Thread Schlimbach, Frank
dling - tests - docu/comments I found that the functionality I needed to touch is somewhat scattered around the compiler pipeline. It might be worth thinking about restructuring a few things to make the whole OpenMP/parallel/offload stuff more maintainable. Of course you might see other solutions

Re: [Cython] Adding GPU support to cython

2020-01-24 Thread Stefan Behnel
Hi Frank, sorry for leaving this unresponded for a while. I'm far from an expert in this, but it looks like no-one else jumped in, so here's my response. Schlimbach, Frank schrieb am 06.01.20 um 12:09: > I would like to work on extending cython with a way to offload cython code to > a GPU. I fo

Re: [Cython] Adding GPU support to cython

2020-01-06 Thread Schlimbach, Frank
Hello, I would like to work on extending cython with a way to offload cython code to a GPU. I found to related CEPs (https://github.com/cython/cython/wiki/enhancements-opencl and https://github.com/cython/cython/wiki/enchancements-metadefintions). My current thinking is that a solution along th