Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 529 Bytes

2017-09-15-preesm2.5.0.md

File metadata and controls

8 lines (7 loc) · 529 Bytes
title search toc last_modified_at
Preesm Release 2.5.0
false
false
2018-08-21 10:10:00 +0000

This version introduces a new code generator. It now generates the main.c file while taking into account the number of processors of the target architecture. Consquently, there is no need to edit the CMake file anymore. That is, there is no need to change from set(CMAKE_C_FLAGS "-DX1_CORE") to set(CMAKE_C_FLAGS "-DX4_CORES"). Tutorial materials have been updated in order to respect this new behavior.