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
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