File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Release v0.10.0
2
+
3
+ ## New Features
4
+
5
+ * Add the cpu implementation of cmrnorm-projection.
6
+
7
+ ## Improvements
8
+
9
+ * Add a new ` TensorExpression ` implementation for matrix-related expression evaluations.
10
+ * Add Lazy Assignment for optimize the calculation of multiple expressions.
11
+ * Add ` Function ` to reconstruct the computation function.
12
+ * PadFunc and PadGradFunc.
13
+ * ContextProjectionForwardFunc and ContextProjectionBackwardFunc.
14
+ * CosSimBackward and CosSimBackwardFunc.
15
+ * CrossMapNormalFunc and CrossMapNormalGradFunc.
16
+ * MulFunc.
17
+ * Add ` AutoCompare ` and ` FunctionCompare ` , which make it easier to write unittest for comparing gpu and cpu version of a function.
18
+ * Add ` libpaddle_test_main.a ` and remove the main function inside the test file.
19
+
20
+ ## Bug Fixes
21
+
22
+ * Fix unit test of paramRelu.
23
+ * Fix some warning about CpuSparseMatrix.
24
+ * Fix MultiGradientMachine error if trainer_count > batch_size.
25
+
1
26
# Release v0.9.0
2
27
3
28
## New Features:
You can’t perform that action at this time.
0 commit comments