Skip to content

Commit

Permalink
Release: v0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
### Minor

- Add: Metal draft (db0dc92)

### Patch

- Docs: File headers (e1ac216)
- Make: Switch to `.cuh` extension for CUDA (37c0581)
- Make: Drop deprecated assets (f311a61)
- Fix: Missing `fmt` include for OpenCL (0c0bc0f)
- Fix: Feature-testing `__cpp_lib_execution` (0c80b36)
- Make: Switch to `.cuh` extension for CUDA (818851f)
  • Loading branch information
TinySemVer committed Jan 18, 2025
1 parent 83730c1 commit 8160dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
project(
ParallelReductionsBenchmark
LANGUAGES CXX
VERSION 0.1.0
VERSION 0.2.0
)

set(CMAKE_CUDA_STANDARD 17)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0

0 comments on commit 8160dd5

Please sign in to comment.