File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
cff-version : 1.2.0
2
2
title : " MSCCL++: A GPU-driven communication stack for scalable AI applications"
3
- version : 0.5.0
3
+ version : 0.5.1
4
4
message : >-
5
5
If you use this project in your research, please cite it as below.
6
6
authors :
Original file line number Diff line number Diff line change 3
3
4
4
set (MSCCLPP_MAJOR "0" )
5
5
set (MSCCLPP_MINOR "5" )
6
- set (MSCCLPP_PATCH "0 " )
6
+ set (MSCCLPP_PATCH "1 " )
7
7
8
8
set (MSCCLPP_SOVERSION ${MSCCLPP_MAJOR} )
9
9
set (MSCCLPP_VERSION "${MSCCLPP_MAJOR} .${MSCCLPP_MINOR} .${MSCCLPP_PATCH} " )
Original file line number Diff line number Diff line change 9
9
project = "mscclpp"
10
10
copyright = "2023, MSCCL++ Team"
11
11
author = "MSCCL++ Team"
12
- release = "v0.5.0 "
12
+ release = "v0.5.1 "
13
13
14
14
# -- General configuration ---------------------------------------------------
15
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 6
6
7
7
#define MSCCLPP_MAJOR 0
8
8
#define MSCCLPP_MINOR 5
9
- #define MSCCLPP_PATCH 0
9
+ #define MSCCLPP_PATCH 1
10
10
#define MSCCLPP_VERSION (MSCCLPP_MAJOR * 10000 + MSCCLPP_MINOR * 100 + MSCCLPP_PATCH)
11
11
12
12
#include < array>
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "scikit_build_core.build"
7
7
8
8
[project ]
9
9
name = " mscclpp"
10
- version = " 0.5.0 "
10
+ version = " 0.5.1 "
11
11
12
12
[tool .scikit-build ]
13
13
cmake.minimum-version = " 3.25.0"
You can’t perform that action at this time.
0 commit comments