Skip to content

Commit df9b1ea

Browse files
author
TinySemVer
committed
Release: v0.3.3 [skip ci]
### Patch - Fix: Measuring AVX-512 throughput (a301c39)
1 parent 2df5cb3 commit df9b1ea

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
@@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.25.2 FATAL_ERROR)
1111
# ------------------------------------------------------------------------------
1212
project(
1313
ParallelReductionsBenchmark
14-
VERSION 0.3.2
14+
VERSION 0.3.3
1515
LANGUAGES CXX
1616
DESCRIPTION "Parallel Reductions Benchmark for CPUs & GPUs"
1717
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.2
1+
0.3.3

0 commit comments

Comments
 (0)