v0.0.85
What's Changed
- Do simple mem2reg for autodiff fn detection by @wsmoses in #1431
- Special case gep of small_typeof by @wsmoses in #1433
- Speed up and fix type analysis merges by @wsmoses in #1432
- Fix memset no type handling by @wsmoses in #1435
- Also memset undef as sret by @wsmoses in #1436
- Fix extract invertpointer ordering by @wsmoses in #1437
- Adding instructions for expm1f / expm1l by @jlk9 in #1438
- Fix mem2reg on input fn arg by @wsmoses in #1442
- Reuse intermediate loop variables on multi exit by @wsmoses in #1443
- [BLAS] fix row transpose arg by @wsmoses in #1440
- fix gemv rule for A by @ZuseZ4 in #1441
- Add blas integration infra tests by @wsmoses in #1439
- add blas axpy support by @ZuseZ4 in #1445
- add blas copy support by @ZuseZ4 in #1447
- Add dot blas test by @wsmoses in #1446
- Implement concat by @wsmoses in #1450
- Nice error message for undifferentiable functions by @wsmoses in #1451
- start fixing gemm by @ZuseZ4 in #1448
New Contributors
Full Changelog: v0.0.84...v0.0.85