mirror of
https://github.com/exaloop/codon.git
synced 2026-04-05 16:18:22 +00:00
* Update getters/setters * Incorporate Vectron SIMD changes; Add support for parametrized attributes * Support for parametrized attributes; Fix few SIMD and Int helpers * Fix SIMD loading alignment * Auto-load plugins on import * New runtime (dlsym) GPU mode; Remove compile-time GPU dependency; dlsym improvements * Fix tests and documentation * Fix importVar timing * New SIMD library; Add __file__; Add support for string/bool compile-time defines; Fix minor issues * Fix issues with whitespace delimiters in NumPy I/O * clang-format * Refactor GPU-related standard library code * SIMD library tests & updates * Fix __file__; Move numpy outside of GPU module * Fix context fetching from another modules * Embed PTX code in LLVM module * Fix sys import * Fix macOS x86 CI target * Fix macOS x86 CI target * Fix NumPy bounds check elision optimization * Remove unused vars * Support optional output to PTX file * Remove Int.__eq__(int); add SIMD tests * Fix doc generation * Add SIMD docs * Fix SIMD tests --------- Co-authored-by: A. R. Shajii <ars@ars.me>