Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-spline-conv
Commits
ee75bbfa
Commit
ee75bbfa
authored
Jun 29, 2022
by
rusty1s
Browse files
update
parent
1b57f230
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
8 deletions
+3
-8
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+0
-4
.github/workflows/building.yml
.github/workflows/building.yml
+0
-4
conda/pytorch-spline-conv/build_conda.sh
conda/pytorch-spline-conv/build_conda.sh
+3
-0
No files found.
.github/workflows/building-conda.yml
View file @
ee75bbfa
...
@@ -31,10 +31,6 @@ jobs:
...
@@ -31,10 +31,6 @@ jobs:
cuda-version
:
'
cu102'
cuda-version
:
'
cu102'
-
os
:
windows-2019
# Complains about CUDA mismatch.
-
os
:
windows-2019
# Complains about CUDA mismatch.
python-version
:
'
3.7'
python-version
:
'
3.7'
cuda-version
:
'
cu115'
-
os
:
windows-2019
# Complains about CUDA mismatch.
python-version
:
'
3.7'
cuda-version
:
'
cu116'
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
...
...
.github/workflows/building.yml
View file @
ee75bbfa
...
@@ -31,10 +31,6 @@ jobs:
...
@@ -31,10 +31,6 @@ jobs:
cuda-version
:
'
cu102'
cuda-version
:
'
cu102'
-
os
:
windows-2019
# Complains about CUDA mismatch.
-
os
:
windows-2019
# Complains about CUDA mismatch.
python-version
:
'
3.7'
python-version
:
'
3.7'
cuda-version
:
'
cu115'
-
os
:
windows-2019
# Complains about CUDA mismatch.
python-version
:
'
3.7'
cuda-version
:
'
cu116'
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
...
...
conda/pytorch-spline-conv/build_conda.sh
View file @
ee75bbfa
...
@@ -10,6 +10,9 @@ if [ "${CUDA_VERSION}" = "cpu" ]; then
...
@@ -10,6 +10,9 @@ if [ "${CUDA_VERSION}" = "cpu" ]; then
export
CONDA_CUDATOOLKIT_CONSTRAINT
=
"cpuonly # [not osx]"
export
CONDA_CUDATOOLKIT_CONSTRAINT
=
"cpuonly # [not osx]"
else
else
case
$CUDA_VERSION
in
case
$CUDA_VERSION
in
cu116
)
export
CONDA_CUDATOOLKIT_CONSTRAINT
=
"cudatoolkit==11.6.*"
;;
cu115
)
cu115
)
export
CONDA_CUDATOOLKIT_CONSTRAINT
=
"cudatoolkit==11.5.*"
export
CONDA_CUDATOOLKIT_CONSTRAINT
=
"cudatoolkit==11.5.*"
;;
;;
...
...
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