File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed
Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11cff-version : 1.2.0
22title : " MSCCL++: A GPU-driven communication stack for scalable AI applications"
3- version : 0.5.1
3+ version : 0.5.2
44message : >-
55 If you use this project in your research, please cite it as below.
66authors :
@@ -31,6 +31,9 @@ authors:
3131 - given-names : Madan
3232 family-names : Musuvathi
3333 affiliation : Microsoft Research
34+ - given-names : Caio
35+ family-names : Rocha
36+ affiliation : Microsoft Azure
3437 - given-names : Olli
3538 family-names : Saarikivi
3639 affiliation : Microsoft Research
Original file line number Diff line number Diff line change 33
44set (MSCCLPP_MAJOR "0" )
55set (MSCCLPP_MINOR "5" )
6- set (MSCCLPP_PATCH "1 " )
6+ set (MSCCLPP_PATCH "2 " )
77
88set (MSCCLPP_SOVERSION ${MSCCLPP_MAJOR} )
99set (MSCCLPP_VERSION "${MSCCLPP_MAJOR} .${MSCCLPP_MINOR} .${MSCCLPP_PATCH} " )
Original file line number Diff line number Diff line change 77# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88
99project = "mscclpp"
10- copyright = "2023 , MSCCL++ Team"
10+ copyright = "2024 , MSCCL++ Team"
1111author = "MSCCL++ Team"
12- release = "v0.5.1 "
12+ release = "v0.5.2 "
1313
1414# -- General configuration ---------------------------------------------------
1515# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 66
77#define MSCCLPP_MAJOR 0
88#define MSCCLPP_MINOR 5
9- #define MSCCLPP_PATCH 1
9+ #define MSCCLPP_PATCH 2
1010#define MSCCLPP_VERSION (MSCCLPP_MAJOR * 10000 + MSCCLPP_MINOR * 100 + MSCCLPP_PATCH)
1111
1212#include < array>
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "scikit_build_core.build"
77
88[project ]
99name = " mscclpp"
10- version = " 0.5.1 "
10+ version = " 0.5.2 "
1111
1212[tool .scikit-build ]
1313cmake.minimum-version = " 3.25.0"
You can’t perform that action at this time.
0 commit comments