Skip to content

Commit d643269

Browse files
author
TinySemVer
committed
Release: v0.4.0 [skip ci]
### Minor - Add: `fork_union` parallel version (c40b7f3) - Add: Generic OpenMP pool (cce8be4) - Add: NEON and SVE kernels (32d7d3e) ### Patch - Docs: Remove namespace nesting (5e73225) - Make: Formatting CMake (82119ea) - Docs: Ordering header notes (a7891c7)
1 parent c40b7f3 commit d643269

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.3.5
16+
VERSION 0.4.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.3.5
1+
0.4.0

0 commit comments

Comments
 (0)