Skip to content

Commit

Permalink
feat: Added automatic PyPI and Conda package building
Browse files Browse the repository at this point in the history
  • Loading branch information
egordm committed May 22, 2022
1 parent 369a34d commit 415089d
Show file tree
Hide file tree
Showing 61 changed files with 518 additions and 1,298 deletions.
112 changes: 0 additions & 112 deletions .github/workflows/building.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/cuda/cpu-env.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

export FORCE_CUDA=0
export TORCH_CUDA_ARCH_LIST=0
8 changes: 0 additions & 8 deletions .github/workflows/cuda/cu101-Linux-env.sh

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/cuda/cu101-Linux.sh

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/cuda/cu101-Windows-env.sh

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/cuda/cu101-Windows.sh

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/cuda/cu101-env.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

export FORCE_CUDA=1
export TORCH_CUDA_ARCH_LIST="3.5;5.0+PTX;6.0;7.0;7.5"
8 changes: 0 additions & 8 deletions .github/workflows/cuda/cu102-Linux-env.sh

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/cuda/cu102-Linux.sh

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/cuda/cu102-Windows-env.sh

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/cuda/cu102-Windows.sh

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/cuda/cu102-env.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

export FORCE_CUDA=1
export TORCH_CUDA_ARCH_LIST="3.5;5.0+PTX;6.0;7.0;7.5"
8 changes: 0 additions & 8 deletions .github/workflows/cuda/cu111-Linux-env.sh

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/cuda/cu111-Linux.sh

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/cuda/cu111-Windows-env.sh

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/cuda/cu111-Windows.sh

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/cuda/cu111-env.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

export FORCE_CUDA=1
export TORCH_CUDA_ARCH_LIST="3.5;5.0+PTX;6.0;7.0;7.5;8.0;8.6"
8 changes: 0 additions & 8 deletions .github/workflows/cuda/cu113-Linux-env.sh

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/cuda/cu113-Linux.sh

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/cuda/cu113-Windows-env.sh

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/cuda/cu113-Windows.sh

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/cuda/cu113-env.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

export FORCE_CUDA=1
export TORCH_CUDA_ARCH_LIST="3.5;5.0+PTX;6.0;7.0;7.5;8.0;8.6"
8 changes: 0 additions & 8 deletions .github/workflows/cuda/cu115-Linux-env.sh

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/cuda/cu115-Linux.sh

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/cuda/cu115-Windows-env.sh

This file was deleted.

Loading

0 comments on commit 415089d

Please sign in to comment.