From 2077f3ccb3afa34d2e8928a58378584769ff5769 Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Sun, 1 Oct 2017 20:34:32 +0200 Subject: [PATCH] Update Changelog --- ChangeLog.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 3f859e3ee..448005585 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,13 +1,20 @@ -ETL 1.2 - Next version -********************** +ETL 1.2 - 01.10.2017 +******************** * *Feature* GPU support for basic expressions (such as c = 1.0 * b + d + e - 1.0) +* *Feature* GPU Support for unary and binary operators * *Feature* Support for convolutions for matrices of different data types * *Feature* Support for log2 / log10 +* *Feature* Default selection of algorithms by default +* *Feature* Support for categorical cross entropy loss and error +* *Feature* Improve support for complex numbers and etl::complex * *Performance* Improved performance of using parallel BLAS * *Misc* Full cleanup of the traits * *Misc* Use of variable templates (C++14) for the traits * *Misc* Improved support for clang +* *Misc* Reduced compilation time for non-tests / non-benchmark code +* *Misc* Reduce durations of the tests +* *Misc* Preliminary C++17 if constexpr support * *Bug* Fix bug in the GEMM kernel for CM = CM * CM * *Bug* Vectorization bug for binary operations with different data types * *Bug* GPU memory was not correctly handled when std::move is used