Skip to content

Commit 125a194

Browse files
fix #570 cpu package CI bug
1 parent cd99e7a commit 125a194

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
env:
175175
CUDA_VERSION: ${{ matrix.cuda-version }}
176176
PYTHON_VERSION: ${{ matrix.python-version }}
177-
DOCKER_IMAGE: scrin/manylinux2014-cuda:cu114-devel-1.0.0
177+
DOCKER_IMAGE: scrin/manylinux2014-cuda:cu120-devel-1.0.0
178178
PLAT: manylinux2014_x86_64
179179
BOOST_VERSION: boost_1_77_0
180180
if: |

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## [2.3.6] - 2023-04-19
3+
### Fixed
4+
- Fix a CI bug that cpu cumm and spconv use different gcc compiler, must be same.
25

36
## [2.3.5] - 2023-03-24
47
### Fixed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=41.0", "wheel", "pccm>=0.4.0", "cumm>=0.4.5"]
2+
requires = ["setuptools>=41.0", "wheel", "pccm>=0.4.0", "cumm>=0.4.8"]
33
# requires = ["setuptools>=41.0", "wheel", "pccm>=0.4.0", "cumm @ file:///io/dist/cumm_cu120-0.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"]
44
# requires = ["setuptools>=41.0", "wheel", "pccm>=0.4.0", "cumm @ file:///io/dist/cumm_cu117-0.4.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"]
55
build-backend = "setuptools.build_meta"

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.5
1+
2.3.6

0 commit comments

Comments
 (0)