Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Tags: microsoft/ELL

Tags

v3.1.0

Toggle v3.1.0's commit message
Merged PR 1583: ELL release v3.1.0

ELL release v3.1.0

- Move to VS 2019
- Fix a codegen error that was resulting in incorrect functional behavior
- Fix regressions in audio training tutorial (#232)
- Add importing of Sum nodes to ONNX importer
- Fix crash in LLVMContext::SetName
- Improved performance of CNN models on Pi3 with new implementations of spatial, pointwise and regular convolutions
- Improved performance of reorder node
- New nodes: ReorderDataCodeNode, SpatialConvolutionNode, MatrixMatrixMultiplyCodeNode
- Implement parallelization strategies for matrix multiplication nodes.
- Only enable new MatrixMatrixMultipleCodeNode path for select ARM targets like Pi, and not Intel/AMD CPUs
- Add the flag `--skip_ellcode` to `compile` and `wrap.py` tools to use OpenBLAS for linear algebra computations.

v3.0.2

Toggle v3.0.2's commit message
Merged PR 1373: ELL release v3.0.2

- Add FastGRNN node to ELL, train_classifier.py and the onnx_importer.

v3.0.1

Toggle v3.0.1's commit message
Merged PR 1356: ELL release v3.0.1 - History.md update

v3.0.0

Toggle v3.0.0's commit message
Merged PR 1310: ELL release v3.0.0

v2.5.4

Toggle v2.5.4's commit message
Merged PR 1283: ELL release v2.5.4

v2.5.3

Toggle v2.5.3's commit message
Merged PR 1270: ELL release v2.5.3

v2.5.2

Toggle v2.5.2's commit message
Merged PR 1268: ELL release v2.5.2

2.5.1

Toggle 2.5.1's commit message
push new version to github

v2.5.0

Toggle v2.5.0's commit message
Merged PR 1238: Update History.md before release

v2.4.0

Toggle v2.4.0's commit message
Merged PR 1180: Add versioning info to ELL