On Monday, 20 June 2016 22:29:52 UTC+2, ruggero cyrille wrote: > > I'm interested in writing an LLVM IR backend similar to the C backend. >
If you are well-versed in LLVM IR an interesting project would be to add JIT capabilities to SymEngine (the high-performance sister-project to SymPy), the LLVM docs have an example called "kaleidoscope" which is pretty close to what would need to be implemented, I can't speak for the SymEngine devs, but I think they would be interested. This would give us a very fast "lambdify" implementation. Other thoughts that come to mind would be a code printer for the specific combination of C++/Boost (boost has lots of special functions and multiprecision support). Just some ideas, hopefully they can spark some thoughts.. Best, Björn -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/08496b45-19df-43b2-a74e-498aecd8cbbe%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
