Skip to content

Commit

Permalink
Merge pull request #32 from h-vetinari/win_cuda
Browse files Browse the repository at this point in the history
Windows + CUDA (redux)
  • Loading branch information
h-vetinari authored Apr 7, 2021
2 parents fa9d51d + ec4bbee commit 791a81a
Show file tree
Hide file tree
Showing 39 changed files with 810 additions and 149 deletions.
12 changes: 12 additions & 0 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .ci_support/linux_64_cuda_compiler_version10.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ libblas:
liblapack:
- 3.8 *netlib
numpy:
- '1.16'
- '1.16'
- '1.16'
- '1.17'
- '1.17'
- '1.17'
- '1.19'
pin_run_as_build:
python:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/linux_64_cuda_compiler_version11.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ libblas:
liblapack:
- 3.8 *netlib
numpy:
- '1.16'
- '1.16'
- '1.16'
- '1.17'
- '1.17'
- '1.17'
- '1.19'
pin_run_as_build:
python:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/linux_64_cuda_compiler_version11.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ libblas:
liblapack:
- 3.8 *netlib
numpy:
- '1.16'
- '1.16'
- '1.16'
- '1.17'
- '1.17'
- '1.17'
- '1.19'
pin_run_as_build:
python:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/linux_64_cuda_compiler_version11.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ libblas:
liblapack:
- 3.8 *netlib
numpy:
- '1.16'
- '1.16'
- '1.16'
- '1.17'
- '1.17'
- '1.17'
- '1.19'
pin_run_as_build:
python:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/linux_64_cuda_compiler_versionNone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ libblas:
liblapack:
- 3.8 *netlib
numpy:
- '1.16'
- '1.16'
- '1.16'
- '1.17'
- '1.17'
- '1.17'
- '1.19'
pin_run_as_build:
python:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ liblapack:
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.16'
- '1.16'
- '1.16'
- '1.17'
- '1.17'
- '1.17'
- '1.19'
pin_run_as_build:
python:
Expand Down
33 changes: 33 additions & 0 deletions .ci_support/win_64_cuda_compiler_version10.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '10.2'
cxx_compiler:
- vs2019
libblas:
- 3.8 *netlib
liblapack:
- 3.8 *netlib
numpy:
- '1.17'
- '1.17'
- '1.17'
- '1.19'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.6.* *_cpython
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
target_platform:
- win-64
zip_keys:
- - numpy
- python
33 changes: 33 additions & 0 deletions .ci_support/win_64_cuda_compiler_version11.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '11.0'
cxx_compiler:
- vs2019
libblas:
- 3.8 *netlib
liblapack:
- 3.8 *netlib
numpy:
- '1.17'
- '1.17'
- '1.17'
- '1.19'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.6.* *_cpython
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
target_platform:
- win-64
zip_keys:
- - numpy
- python
33 changes: 33 additions & 0 deletions .ci_support/win_64_cuda_compiler_version11.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '11.1'
cxx_compiler:
- vs2019
libblas:
- 3.8 *netlib
liblapack:
- 3.8 *netlib
numpy:
- '1.17'
- '1.17'
- '1.17'
- '1.19'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.6.* *_cpython
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
target_platform:
- win-64
zip_keys:
- - numpy
- python
33 changes: 33 additions & 0 deletions .ci_support/win_64_cuda_compiler_version11.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '11.2'
cxx_compiler:
- vs2019
libblas:
- 3.8 *netlib
liblapack:
- 3.8 *netlib
numpy:
- '1.17'
- '1.17'
- '1.17'
- '1.19'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.6.* *_cpython
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
target_platform:
- win-64
zip_keys:
- - numpy
- python
8 changes: 5 additions & 3 deletions .ci_support/win_64_cuda_compiler_versionNone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- None
cxx_compiler:
Expand All @@ -11,9 +13,9 @@ libblas:
liblapack:
- 3.8 *netlib
numpy:
- '1.16'
- '1.16'
- '1.16'
- '1.17'
- '1.17'
- '1.17'
- '1.19'
pin_run_as_build:
python:
Expand Down
22 changes: 19 additions & 3 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions .scripts/logging_utils.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 791a81a

Please sign in to comment.