Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
one
spconv
Commits
125a194d
Commit
125a194d
authored
Apr 19, 2023
by
yan.yan
Browse files
fix #570 cpu package CI bug
parent
cd99e7a6
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
+6
-3
.github/workflows/build.yaml
.github/workflows/build.yaml
+1
-1
CHANGELOG.md
CHANGELOG.md
+3
-0
pyproject.toml
pyproject.toml
+1
-1
version.txt
version.txt
+1
-1
No files found.
.github/workflows/build.yaml
View file @
125a194d
...
@@ -174,7 +174,7 @@ jobs:
...
@@ -174,7 +174,7 @@ jobs:
env
:
env
:
CUDA_VERSION
:
${{ matrix.cuda-version }}
CUDA_VERSION
:
${{ matrix.cuda-version }}
PYTHON_VERSION
:
${{ matrix.python-version }}
PYTHON_VERSION
:
${{ matrix.python-version }}
DOCKER_IMAGE
:
scrin/manylinux2014-cuda:cu1
14
-devel-1.0.0
DOCKER_IMAGE
:
scrin/manylinux2014-cuda:cu1
20
-devel-1.0.0
PLAT
:
manylinux2014_x86_64
PLAT
:
manylinux2014_x86_64
BOOST_VERSION
:
boost_1_77_0
BOOST_VERSION
:
boost_1_77_0
if
:
|
if
:
|
...
...
CHANGELOG.md
View file @
125a194d
# Changelog
# Changelog
## [2.3.6] - 2023-04-19
### Fixed
-
Fix a CI bug that cpu cumm and spconv use different gcc compiler, must be same.
## [2.3.5] - 2023-03-24
## [2.3.5] - 2023-03-24
### Fixed
### Fixed
...
...
pyproject.toml
View file @
125a194d
[build-system]
[build-system]
requires
=
[
"setuptools>=41.0"
,
"wheel"
,
"pccm>=0.4.0"
,
"cumm>=0.4.
5
"
]
requires
=
[
"setuptools>=41.0"
,
"wheel"
,
"pccm>=0.4.0"
,
"cumm>=0.4.
8
"
]
# 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"]
# 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"]
# 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"]
# 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"]
build-backend
=
"setuptools.build_meta"
build-backend
=
"setuptools.build_meta"
version.txt
View file @
125a194d
2.3.
5
2.3.
6
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment