[Cython] AST from Cython files

2020-01-06 Thread Fabio Zadrozny
Hi all, I'm currently using: from Cython.Compiler.TreeFragment import parse_from_strings mod = parse_from_strings(name, source) to obtain the AST and it seems to be working well for me (I later convert that AST to my own AST), but I'm currently using this for an IDE, so, I'd like to be able to o

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