v0.1
Pre-release
Pre-release
What's Changed
- Enhancement: Get AOT Compilation Worked Again by @hikettei in #73
- BugFix: Fix for recursive deps by @hikettei in #74
- Pre-compiled tensor initializers for NN Ops (+ IDIV) by @hikettei in #77
- Optimize: Simplify duplicated Load(A) by @hikettei in #79
- O(n) Embedding by @hikettei in #80
- Enhancement: External/GGUF by @hikettei in #84
- [WIP] ANSI-COLOR, CLI Tool, GPT2 Inference, Enhancements on Logger, etc... by @hikettei in #88
- [Refactor] type-safe air node by defnode by @hikettei in #91
- [Refactor] FastGraph: 10x times faster Pattern Matcher by @hikettei in #101
- [BugFix] Eliminate Known issues in Simplifier by @hikettei in #105
- Allowing (forward module tensor nil) by @hikettei in #106
- WIP: PyTorch Interop for writing tests by @hikettei in #108
- Various enhancements and refactorings on caten/ajit by @hikettei in #110
- Enhancement: MultiExpr in the same domain by @hikettei in #114
- retrying with maximize_coincidence by @hikettei in #115
- Post-MultiExpr Fusion in the equivalent domain by @hikettei in #116
- JIT: Post-MultiExpr Optimization between different iteration spaces (Final) by @hikettei in #117
- Enhancement: DOT=1 by @hikettei in #119
- !reshape always use !contiguous by @hikettei in #120
- New Linalg Ops: Einsum/Tril/Triu etc... by @hikettei in #123
- Documentation by @hikettei in #126
- Support INF/-INF/NaN by @hikettei in #128
- a lil improvement and bugfix to the scheduler by @hikettei in #130
- maximize_band_depth and Loop Fusion by @hikettei in #133
- [Prepreq] Revisit the algorithm in transformer.lisp by @hikettei in #138
- Fix: Propagate Scalar anywhere by @hikettei in #139
Full Changelog: v0.0...v0.1