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-24 Thread Schlimbach, Frank
Hi Stefan, thanks for your response. Good to hear this is still of interest. Yes, I realized these are rather old CEPs. I spent some time with looking into the Cython code and concluded that it'd be the most consistent (and simplest) approach to stick with OpenMP and use it's offload pragmas (e.