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
399d1a10
"vscode:/vscode.git/clone" did not exist on "5fe90e22bc33f8d69fa1106202f992cb98d29675"
Commit
399d1a10
authored
Oct 21, 2021
by
Yan Yan
Browse files
debug strange problem in windows CUDA 11.4
parent
e9b32261
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
.github/workflows/build.yaml
.github/workflows/build.yaml
+2
-3
pyproject.toml
pyproject.toml
+1
-1
setup.py
setup.py
+2
-1
No files found.
.github/workflows/build.yaml
View file @
399d1a10
...
@@ -48,9 +48,8 @@ jobs:
...
@@ -48,9 +48,8 @@ jobs:
$Env:CUMM_CUDA_ARCH_LIST = "all"
$Env:CUMM_CUDA_ARCH_LIST = "all"
$Env:SPCONV_DISABLE_JIT = "1"
$Env:SPCONV_DISABLE_JIT = "1"
pip install pccm pybind11
pip install pccm pybind11
git clone -b cuda-$CUMM_CUDA_VERSION --depth 1 https://github.com/NVIDIA/thrust
git clone -b cuda-$CUMM_CUDA_VERSION https://github.com/NVIDIA/thrust $HOME/thrust_git
$CURRENT_DIR = (Get-Location).path
$Env:CUMM_THRUST_INCLUDE = "$HOME/thrust_git"
$Env:CUMM_THRUST_INCLUDE = "$CURRENT_DIR\thrust"
python -m build --wheel --outdir dist/ .
python -m build --wheel --outdir dist/ .
shell
:
powershell
shell
:
powershell
...
...
pyproject.toml
View file @
399d1a10
[build-system]
[build-system]
requires
=
[
"setuptools>=41.0"
,
"wheel"
,
"pccm>=0.2.15"
,
"cumm>=0.1.
8
"
]
requires
=
[
"setuptools>=41.0"
,
"wheel"
,
"pccm>=0.2.15"
,
"cumm>=0.1.
9
"
]
build-backend
=
"setuptools.build_meta"
build-backend
=
"setuptools.build_meta"
setup.py
View file @
399d1a10
...
@@ -162,7 +162,8 @@ if disable_jit is not None and disable_jit == "1":
...
@@ -162,7 +162,8 @@ if disable_jit is not None and disable_jit == "1":
objects_folder
=
"objects"
,
objects_folder
=
"objects"
,
std
=
std
,
std
=
std
,
disable_pch
=
True
,
disable_pch
=
True
,
verbose
=
True
)
verbose
=
True
,
debug_file_gen
=
True
)
]
]
else
:
else
:
cmdclass
=
{
cmdclass
=
{
...
...
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