Skip to content

Commit

Permalink
Merge pull request #58 from benson31/version-to-1.0.1
Browse files Browse the repository at this point in the history
Version to 1.0.1
  • Loading branch information
benson31 authored Nov 14, 2018
2 parents d36bfb0 + 607e43f commit 6cf1fc7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ endif (__GIT_EXECUTABLE)
# This must be set because version tags
set(HYDROGEN_VERSION_MAJOR 1)
set(HYDROGEN_VERSION_MINOR 0)
set(HYDROGEN_VERSION_PATCH 0)
set(HYDROGEN_VERSION_PATCH 1)
set(HYDROGEN_VERSION
"${HYDROGEN_VERSION_MAJOR}.${HYDROGEN_VERSION_MINOR}.${HYDROGEN_VERSION_PATCH}")

Expand Down
10 changes: 10 additions & 0 deletions Hydrogen_ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Notes for V1.0.1:

- Significant tidying of build system

- Added range-based version checking in CMake export

- Added full Aluminum support for all collectives: AllGather,
AllReduce, AllToAll, Broadcast, Gather, Reduce, ReduceScatter,
and Scatter (and SendRecv).

Notes for v1.0:

- Added the notion of multiple "Devices" for matrices.
Expand Down

0 comments on commit 6cf1fc7

Please sign in to comment.