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
a36475bf
Commit
a36475bf
authored
Oct 21, 2021
by
Yan Yan
Browse files
fix CI problem
parent
dfc9ef1c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
.github/workflows/build.yaml
.github/workflows/build.yaml
+3
-1
pyproject.toml
pyproject.toml
+1
-1
tools/build-wheels.sh
tools/build-wheels.sh
+0
-0
No files found.
.github/workflows/build.yaml
View file @
a36475bf
...
...
@@ -48,6 +48,8 @@ jobs:
$Env:CUMM_CUDA_ARCH_LIST = "all"
$Env:SPCONV_DISABLE_JIT = "1"
pip install pccm pybind11
git clone https://github.com/NVIDIA/thrust -b cuda-{{ env.CUDA_VERSION }} --depth 1
$Env:CUMM_THRUST_INCLUDE = "$PSScriptRoot\thrust"
python -m build --wheel --outdir dist/ .
shell
:
powershell
...
...
@@ -84,7 +86,7 @@ jobs:
env
:
CUDA_VERSION
:
${{ matrix.cuda-version }}
PYTHON_VERSION
:
${{ matrix.python-version }}
DOCKER_IMAGE
:
scrin/manylinux2014-cuda:cu${{ matrix.cuda-version }}-devel
DOCKER_IMAGE
:
scrin/manylinux2014-cuda:cu${{ matrix.cuda-version }}-devel
-1.0.0
PLAT
:
manylinux2014_x86_64
if
:
(github.event_name == 'push' && (startsWith(github.ref, 'refs/tags')) && (env.CUDA_VERSION != '') ) || (env.CUDA_VERSION == '114' && env.PYTHON_VERSION == '3.10')
run
:
|
...
...
pyproject.toml
View file @
a36475bf
[build-system]
requires
=
[
"setuptools>=41.0"
,
"wheel"
,
"pccm>=0.2.14"
,
"cumm>=0.1.
7
"
]
requires
=
[
"setuptools>=41.0"
,
"wheel"
,
"pccm>=0.2.14"
,
"cumm>=0.1.
8
"
]
build-backend
=
"setuptools.build_meta"
tools/build-wheels.sh
100644 → 100755
View file @
a36475bf
File mode changed from 100644 to 100755
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