You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found this project and it looks very promising if you upgrade following items what you mentioned to make ver. 1.0.
Generate IR for switch statements
Generate IR for pointers, sizeof, addressof operator
Generate IR for unions, user defined types, bitfields
Generate IR for vararg functions
Generate IR for global variables/constants
Generate IR for global constructors (via llvm.global_ctors or manually)
I just converted the sources in order to migrate to Python 3 environment, and it works very well for the basic functions.
Python 3.x compatible
I am currently trying to transfer numpy.ndarray variable to epycc.., but I couldn't find a solution yet because the ctypes is not easy to handle to me.
"ctypable" transparent Python parameter passing support, including converting Python lists to C arrays under the hood
BTW, if you have a plan to update it, I really appreciate you in advance.
The text was updated successfully, but these errors were encountered:
I found this project and it looks very promising if you upgrade following items what you mentioned to make ver. 1.0.
I just converted the sources in order to migrate to Python 3 environment, and it works very well for the basic functions.
I am currently trying to transfer numpy.ndarray variable to epycc.., but I couldn't find a solution yet because the ctypes is not easy to handle to me.
BTW, if you have a plan to update it, I really appreciate you in advance.
The text was updated successfully, but these errors were encountered: