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-scatter
Commits
8d05f610
Commit
8d05f610
authored
Oct 22, 2021
by
rusty1s
Browse files
[ci skip]
parent
154e81bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+2
-2
.github/workflows/cuda/cu113-Windows-env.sh
.github/workflows/cuda/cu113-Windows-env.sh
+1
-1
No files found.
.github/workflows/building-conda.yml
View file @
8d05f610
...
...
@@ -10,10 +10,10 @@ jobs:
strategy
:
fail-fast
:
false
matrix
:
os
:
[
ubuntu-18.04
,
macos-10.15
,
windows-latest
]
os
:
[
windows-latest
]
#
[ubuntu-18.04, macos-10.15, windows-latest]
python-version
:
[
3.6
,
3.7
,
3.8
,
3.9
]
torch-version
:
[
1.9.0
,
1.10.0
]
cuda-version
:
[
'
cpu'
,
'
cu102'
,
'
cu111'
,
'
cu113'
]
cuda-version
:
[
'
cu113'
]
#
['cpu', 'cu102', 'cu111', 'cu113']
exclude
:
-
torch-version
:
1.9.0
cuda-version
:
'
cu113'
...
...
.github/workflows/cuda/cu113-Windows-env.sh
View file @
8d05f610
...
...
@@ -5,4 +5,4 @@ PATH=${CUDA_HOME}/bin:$PATH
PATH
=
/c/Program
\
Files
\ \(
x86
\)
/Microsoft
\
Visual
\
Studio/2017/BuildTools/MSBuild/15.0/Bin:
$PATH
export
FORCE_CUDA
=
1
export
TORCH_CUDA_ARCH_LIST
=
"
3.5;5
.0+PTX
;6.0;7.0;7.5;8.0;8.6
"
export
TORCH_CUDA_ARCH_LIST
=
"
6
.0+PTX"
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