Skip to content

Commit 3e48a3d

Browse files
authored
Neuron SDK Release - August 5, 2020 (#145)
Release notes for Neuron SDK Release - August 5, 2020
1 parent e1db019 commit 3e48a3d

14 files changed

+162
-5
lines changed

release-notes/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Neuron Release Notes
22

3+
## August 4, 2020 Release
4+
Bug fix for a latent issue caused by a race condition in Neuron Runtime leading to possible crashes. The crash was observed under stress load conditons. All customers are encouraged to update the latest Neuron Runtime package (aws-neuron-runtime), version 1.0.8813.0 or newer. Other Neuron packages are being updated as well, but are to be considered non-critical updates.
5+
36
## July 16, 2020 Release
47
This release of Neuron SDK adds support for the OpenPose (posenet) Neural Network. An example of using Openpose for end to end inference is available [here](../src/examples/tensorflow/openpose_demo/).
58

release-notes/conda/conda-mxnet-neuron.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
This document lists the release notes for the Neuron Conda-MxNet package.
44

5+
# [1.5.1.1.0.2101.0-2.0.631.0]
6+
7+
Date: 08/05/2020
8+
9+
## Included Neuron Packages
10+
11+
neuron_cc-1.0.17937.0
12+
13+
mxnet_neuron-1.5.1.1.0.2101.0
14+
15+
516
# [1.5.1.1.0.2093.0-2.0.579.0]
617

718
Date: 07/16/2020

release-notes/conda/conda-tensorflow-neuron.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
This document lists the release notes for the Neuron Conda-TensorFlow package.
44

5+
# [1.15.3.1.0.1953.0_2.0.769.0]
6+
7+
Date: 08/05/2020
8+
9+
## Included Neuron Packages
10+
11+
neuron_cc-1.0.17937.0
12+
13+
tensorboard_neuron-1.15.0.1.0.513.0
14+
15+
tensorflow_neuron-1.15.3.1.0.1889.0
16+
17+
518
# [1.15.3.1.0.1891.0-2.0.706.0]
619

720
Date: 07/16/2020

release-notes/conda/conda-torch-neuron.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ This document lists the release notes for the Neuron Conda-Pytorch package.
44

55
### [Conda Tensorflow Release Notes](../tensorflow-neuron.md)
66

7+
8+
# [1.5.1.1.0.258.0_2.0.871.0]
9+
10+
Date: 08/05/2020
11+
12+
## Included Neuron Packages
13+
14+
[neuron-cc-1.0.17937.0](../neuron-cc.md)
15+
16+
[torch_neuron-1.0.1522.0](../torch-neuron.md)
17+
18+
torch_neuron_base-1.5.1.1.0.258.0
19+
20+
21+
22+
723
# [1.5.1.1.0.251.0_2.0.783.0]
824

925
Date: 07/16/2020

release-notes/mxnet-neuron.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,25 @@
22

33
This document lists the release notes for MXNet-Neuron framework.
44

5-
# Known Issues 07/16/2020
5+
# Known Issues 08/05/2020
66

77
* Issue: MXNet Model Server is not able to clean up Neuron RTD states after model is unloaded (deleted) from model server.
88
* Workaround: run “`/opt/aws/neuron/bin/neuron-cli reset`“ to clear Neuron RTD states after all models are unloaded and server is shut down.
99

10+
# [1.5.1.1.0.2101.0]
11+
12+
Date 08/05/2020
13+
14+
## Summary
15+
16+
Various minor improvements.
17+
18+
## Major New Features
19+
20+
## Resolved Issues
21+
22+
23+
1024
# [1.5.1.1.0.2093.0]
1125

1226
Date 07/16/2020

release-notes/neuron-cc-ops/neuron-cc-ops-mxnet.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Supported operators [MXNet]
22

3+
### Neuron Compiler Release [1.0.17937.0]
4+
5+
No changes
6+
7+
38
### Neuron Compiler Release [1.0.16861.0]
49

510
Removed ```log``` (Was erroneously reported as added in previous release. )

release-notes/neuron-cc-ops/neuron-cc-ops-onnx.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Supported operators [ONNX]
22

3+
4+
### Neuron Compiler Release [1.0.17937]
5+
6+
No changes
7+
38
### Neuron Compiler Release [1.0.16861]
49

510
No changes

release-notes/neuron-cc-ops/neuron-cc-ops-pytorch.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ import torch.neuron
77
print(*torch.neuron.get_supported_operations(), sep='\n')
88
```
99

10+
11+
### PyTorch Neuron Release [1.0.1522.0]
12+
* No change
13+
1014
### PyTorch Neuron Release [1.0.1386.0]
1115

1216
Added the following instructions. Please note, primitives are included in this list from this release.

release-notes/neuron-cc.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The supported operators are also listed here:
1414
* [Neuron-cc MXNet Operators](./neuron-cc-ops/neuron-cc-ops-mxnet.md)
1515
* [Neuron-cc ONNX Operators](./neuron-cc-ops/neuron-cc-ops-onnx.md)
1616

17-
## Known issues and limitations - updated 07/16/2020
17+
## Known issues and limitations - updated 08/05/2020
1818

1919
1. **Control flow** Neuron only supports control flow operators which are static at compile time, i.e. static length RNN, top-k, sort, ...
2020
2. **Size of neural network** The size of neural network is influenced by a) type of neural network (CNN, LSTM, MLP) , b) number of layers, c) sizes of input (dimension of the tensors, batch size, ...). The current Neuron compiler release has a limitation in terms of the size of neural network it could effectively optimize. As a result, we limit CNN models (e.g. ResNet) to have an input size of up to 480x480 fp16/32, batch size=4; LSTM models (e.g. GNMT) are limited to a time step limit of up to 900; MLP models (like BERT) are limited up to sequence-length=128, batch=8.
@@ -28,6 +28,21 @@ The supported operators are also listed here:
2828

2929

3030

31+
# [1.0.17937.0]
32+
33+
Date 8/05/2020
34+
35+
## Summary
36+
37+
Various minor improvements.
38+
39+
## Major New Features
40+
41+
## Resolved Issues
42+
43+
44+
45+
3146
# [1.0.16861.0]
3247

3348
Date 7/16/2020

release-notes/neuron-runtime.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@ Use this table to determine the version of Runtime that will support the version
1313

1414
---
1515

16+
# [1.0.8813.0]
17+
18+
Date: 08/05/2020
19+
20+
## Summary
21+
Patching a bug from prior versions that could lead to crashes under load.
22+
23+
## Major New Features
24+
* n/a
25+
26+
## Resolved Issues
27+
* Fixed a race condition in the runtime that was leading to crashes in some cases of load testing.
28+
29+
30+
1631
# [1.0.8444.0]
1732

1833
Date: 07/16/2020

0 commit comments

Comments
 (0)