CMake: Bump required version (#1237)Bump cmake version to 3.5 to avoid this deprecation message: CMake Deprecation Warning at CMakeLists.txt:15 (cmake_minimum_required): Compatibility with CM
CMake: Bump required version (#1237)Bump cmake version to 3.5 to avoid this deprecation message: CMake Deprecation Warning at CMakeLists.txt:15 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument <min> value or use a ...<max> suffix to tell CMake that the project does not need compatibility with older versions. Signed-off-by: Julien Schueller <[email protected]>
show more ...
Fix race in single task Fibonacci example (#1209)* Enable multiple recycles * Extend fibonacci with continuation recursion * Bypass task to operator()() to remove extra synchronization complexiti
Fix race in single task Fibonacci example (#1209)* Enable multiple recycles * Extend fibonacci with continuation recursion * Bypass task to operator()() to remove extra synchronization complexities --------- Signed-off-by: pavelkumbrasev <[email protected]> Co-authored-by: Dmitri Mokhov <[email protected]>
Extend Fibonacci (migration) example (#1173)Signed-off-by: pavelkumbrasev <[email protected]>
Spelling correction (#1179)* codespell changes
Add new Fibonacci example built on Task API emulation (#1104)Signed-off-by: pavelkumbrasev <[email protected]> Co-authored-by: Ilya Isaev <[email protected]> Co-authored-by: Dmitri Mok
Add new Fibonacci example built on Task API emulation (#1104)Signed-off-by: pavelkumbrasev <[email protected]> Co-authored-by: Ilya Isaev <[email protected]> Co-authored-by: Dmitri Mokhov <[email protected]> Co-authored-by: Aleksei Fedotov <[email protected]>