Skip to content

Commit 05c0872

Browse files
author
TinySemVer
committed
Release: v0.5.3 [skip ci]
### Patch - Make: Reuse Taskflow executor (2daf80c) - Make: Skip Taskflow example builds (450093e) - Fix: Unrolled loop length (7c1b859)
1 parent 33bd168 commit 05c0872

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cmake_minimum_required(VERSION 3.25.2 FATAL_ERROR)
1313
# ------------------------------------------------------------------------------
1414
project(
1515
ParallelReductionsBenchmark
16-
VERSION 0.5.2
16+
VERSION 0.5.3
1717
LANGUAGES CXX
1818
DESCRIPTION "Parallel Reductions Benchmark for CPUs & GPUs"
1919
HOMEPAGE_URL "https://github.com/ashvardanian/ParallelReductionsBenchmark"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.2
1+
0.5.3

0 commit comments

Comments
 (0)