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
504da5eb
Commit
504da5eb
authored
Aug 18, 2021
by
rusty1s
Browse files
add TORCH_CUDA_ARCH_LIST to building wheels
parent
76d9d051
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+1
-1
conda/pytorch-scatter/meta.yaml
conda/pytorch-scatter/meta.yaml
+1
-0
No files found.
.github/workflows/building-conda.yml
View file @
504da5eb
...
@@ -62,7 +62,7 @@ jobs:
...
@@ -62,7 +62,7 @@ jobs:
if
:
${{ matrix.cuda-version != 'cpu' }}
if
:
${{ matrix.cuda-version != 'cpu' }}
run
:
|
run
:
|
source .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}-env.sh
source .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}-env.sh
FORCE_CUDA=1
TORCH_CUDA_ARCH_LIST="5.2 6.0 6.1 7.0 7.5 8.0 8.6+PTX"
./conda/pytorch-scatter/build_conda.sh ${{ matrix.python-version }} ${{ matrix.torch-version }} ${{ matrix.cuda-version }}
FORCE_CUDA=1 ./conda/pytorch-scatter/build_conda.sh ${{ matrix.python-version }} ${{ matrix.torch-version }} ${{ matrix.cuda-version }}
shell
:
shell
:
bash -l {0}
bash -l {0}
...
...
conda/pytorch-scatter/meta.yaml
View file @
504da5eb
...
@@ -25,6 +25,7 @@ build:
...
@@ -25,6 +25,7 @@ build:
script
:
pip install .
script
:
pip install .
script_env
:
script_env
:
-
FORCE_CUDA
-
FORCE_CUDA
-
TORCH_CUDA_ARCH_LIST="5.2 6.0 6.1 7.0 7.5 8.0 8.6+PTX"
test
:
test
:
imports
:
imports
:
...
...
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