From 3c5b4ff4a803fcdb0eeca1c0e24f65a3bd0563b7 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Thu, 12 Oct 2017 13:20:52 +0100 Subject: COMPMID-556 Updated changelog and npy public header Change-Id: I401a7a87c525b3ab70f33218a4b1204b49becad9 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/91541 Reviewed-by: Michalis Spyrou Reviewed-by: Gian Marco Iodice Tested-by: Kaizen Reviewed-by: Pablo Tello --- docs/00_introduction.dox | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/00_introduction.dox') diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox index a418ac28bf..2df12edc67 100644 --- a/docs/00_introduction.dox +++ b/docs/00_introduction.dox @@ -155,6 +155,17 @@ If there is more than one release in a month then an extra sequential number is @subsection S2_2_changelog Changelog +v17.10 Public maintenance release + - Bug fixes: + - Check the maximum local workgroup size supported by OpenCL devices + - Minor documentation updates (Fixed instructions to build the examples) + - Introduced a arm_compute::graph::GraphContext + - Added a few new Graph nodes, support for branches and grouping. + - Automatically enable cl_printf in debug builds + - Fixed bare metal builds for armv7a + - Added AlexNet and cartoon effect examples + - Fixed library builds: libraries are no longer built as supersets of each other.(It means application using the Runtime part of the library now need to link against both libarm_compute_core and libarm_compute) + v17.09 Public major release - Experimental Graph support: initial implementation of a simple stream API to easily chain machine learning layers. - Memory Manager (@ref arm_compute::BlobLifetimeManager, @ref arm_compute::BlobMemoryPool, @ref arm_compute::ILifetimeManager, @ref arm_compute::IMemoryGroup, @ref arm_compute::IMemoryManager, @ref arm_compute::IMemoryPool, @ref arm_compute::IPoolManager, @ref arm_compute::MemoryManagerOnDemand, @ref arm_compute::PoolManager) -- cgit v1.2.1