sdiehl / numpile

A tiny 1000 line LLVM-based numeric specializer for scientific Python code.
http://dev.stephendiehl.com/numpile/
MIT License
404 stars 52 forks source link

Port from llvmpy to llvmlite. #7

Closed pfalcon closed 5 years ago

pfalcon commented 5 years ago

llvmpy is no longer maintained (due to its complexity, it got too cumbersome to port it from LLVM version to version), and is replaced by llvmlite (https://github.com/numba/llvmlite) by the same maintainers.

pfalcon commented 5 years ago

Apparently, https://github.com/sdiehl/numpile/pull/6 should be merged first.

pfalcon commented 5 years ago

Thanks ;-).