1 Repo
High-performance numerical frameworks that replace interpreted array logic with direct machine-code translation.
Distinct from NumPy-Compatible Frameworks: Distinct from general compatible frameworks by focusing on the compiled nature of the backend rather than just API compatibility or JIT
Explore 1 awesome GitHub repository matching scientific & mathematical computing · Compiled Numerical Backends. Refine with filters or upvote what's useful.
Codon is an LLVM-based Python compiler and statically typed implementation that translates source code into optimized machine instructions. It functions as a high-performance numerical backend and a GPU computing framework designed to remove runtime overhead. The project implements a compiled alternative to NumPy, translating array logic directly into machine code. It differentiates itself by generating specialized hardware kernels for graphics processors and utilizing static type inference to enable aggressive machine-code optimization. The system provides capabilities for parallel workload
Provides a high-performance numerical backend that implements array operations via direct machine-code translation.