Skip to content

Commit d9a5e38

Browse files
author
TinySemVer
committed
Release: v0.6.0 [skip ci]
### Minor - Add: Fork Union Rust benchmarks (9ec7f0c) ### Patch - Docs: Rust results vs Rayon, Tokio, Smol.rs (9cd6268) - Fix: Wait for Smol.rs results (48ab934) - Fix: Cast pointers to `usize` (ed113e9) - Improve: Reuse partial sums buffer (ca2b2c6) - Make: Pass small size to C++ bench (1d17f93) - Fix: Rust drafts (8e11aea) - Make: Rust draft (b3ddf30)
1 parent 924ba84 commit d9a5e38

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.3
16+
VERSION 0.6.0
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.3
1+
0.6.0

0 commit comments

Comments
 (0)