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
180a83d3
Commit
180a83d3
authored
Mar 10, 2022
by
rusty1s
Browse files
[ci skip]
parent
68e085ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
.github/workflows/building.yml
.github/workflows/building.yml
+10
-6
No files found.
.github/workflows/building.yml
View file @
180a83d3
...
@@ -10,14 +10,16 @@ jobs:
...
@@ -10,14 +10,16 @@ jobs:
strategy
:
strategy
:
fail-fast
:
false
fail-fast
:
false
matrix
:
matrix
:
os
:
[
ubuntu-18.04
,
macos-10.15
,
windows-latest
]
os
:
[
ubuntu-18.04
]
python-version
:
[
3.6
,
3.7
,
3.8
,
3.9
]
# os: [ubuntu-18.04, macos-10.15, windows-latest]
torch-version
:
[
1.9.0
,
1.10.0
]
python-version
:
[
3.7
]
# python-version: [3.7, 3.8, 3.9, 3.10]
torch-version
:
[
1.11.0
]
# torch-version: [1.10.0, 1.11.0]
cuda-version
:
[
'
cpu'
,
'
cu102'
,
'
cu111'
,
'
cu113'
]
cuda-version
:
[
'
cpu'
,
'
cu102'
,
'
cu111'
,
'
cu113'
]
# cuda-version: ['cpu', 'cu102', 'cu111', 'cu113', 'cu115']
exclude
:
exclude
:
-
torch-version
:
1.9.0
-
torch-version
:
1.11.0
cuda-version
:
'
cu113'
-
torch-version
:
1.10.0
cuda-version
:
'
cu111'
cuda-version
:
'
cu111'
-
os
:
macos-10.15
-
os
:
macos-10.15
cuda-version
:
'
cu102'
cuda-version
:
'
cu102'
...
@@ -25,6 +27,8 @@ jobs:
...
@@ -25,6 +27,8 @@ jobs:
cuda-version
:
'
cu111'
cuda-version
:
'
cu111'
-
os
:
macos-10.15
-
os
:
macos-10.15
cuda-version
:
'
cu113'
cuda-version
:
'
cu113'
-
os
:
macos-10.15
cuda-version
:
'
cu115'
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
...
...
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