Skip to content

Commit

Permalink
Merge pull request #121 from traversaro/patch-5
Browse files Browse the repository at this point in the history
Add support for CUDA builds on Windows (1.18.0 version)
  • Loading branch information
hmaarrfk authored May 30, 2024
2 parents fa9fb5f + a0cd3b7 commit 02416dd
Show file tree
Hide file tree
Showing 39 changed files with 963 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-linux.yml

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

2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

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

64 changes: 62 additions & 2 deletions .azure-pipelines/azure-pipelines-win.yml

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

Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ cuda_compiler:
- None
cuda_compiler_version:
- None
cudnn:
- '8'
cxx_compiler:
- vs2022
numpy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ cuda_compiler:
- None
cuda_compiler_version:
- None
cudnn:
- '8'
cxx_compiler:
- vs2022
numpy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ cuda_compiler:
- None
cuda_compiler_version:
- None
cudnn:
- '8'
cxx_compiler:
- vs2022
numpy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ cuda_compiler:
- None
cuda_compiler_version:
- None
cudnn:
- '8'
cxx_compiler:
- vs2022
numpy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ cuda_compiler:
- None
cuda_compiler_version:
- None
cudnn:
- '8'
cxx_compiler:
- vs2022
numpy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ cuda_compiler:
- None
cuda_compiler_version:
- None
cudnn:
- '8'
cxx_compiler:
- vs2022
numpy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ cuda_compiler:
- None
cuda_compiler_version:
- None
cudnn:
- '8'
cxx_compiler:
- vs2022
numpy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ cuda_compiler:
- None
cuda_compiler_version:
- None
cudnn:
- '8'
cxx_compiler:
- vs2022
numpy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ cuda_compiler:
- None
cuda_compiler_version:
- None
cudnn:
- '8'
cxx_compiler:
- vs2022
numpy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ cuda_compiler:
- None
cuda_compiler_version:
- None
cudnn:
- '8'
cxx_compiler:
- vs2022
numpy:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
c_compiler:
- vs2022
c_stdlib:
- vs
channel_sources:
- conda-forge/label/numpy_rc,conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- '12.0'
cudnn:
- '8'
cxx_compiler:
- vs2022
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
suffix:
- -novec
target_platform:
- win-64
zip_keys:
- - cuda_compiler
- cuda_compiler_version
- - python
- numpy
zlib:
- '1.2'
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
c_compiler:
- vs2022
c_stdlib:
- vs
channel_sources:
- conda-forge/label/numpy_rc,conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- '12.0'
cudnn:
- '8'
cxx_compiler:
- vs2022
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
suffix:
- ''
target_platform:
- win-64
zip_keys:
- - cuda_compiler
- cuda_compiler_version
- - python
- numpy
zlib:
- '1.2'
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
c_compiler:
- vs2022
c_stdlib:
- vs
channel_sources:
- conda-forge/label/numpy_rc,conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- '12.0'
cudnn:
- '8'
cxx_compiler:
- vs2022
numpy:
- '2.0'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
suffix:
- -novec
target_platform:
- win-64
zip_keys:
- - cuda_compiler
- cuda_compiler_version
- - python
- numpy
zlib:
- '1.2'
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
c_compiler:
- vs2022
c_stdlib:
- vs
channel_sources:
- conda-forge/label/numpy_rc,conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- '12.0'
cudnn:
- '8'
cxx_compiler:
- vs2022
numpy:
- '2.0'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
suffix:
- ''
target_platform:
- win-64
zip_keys:
- - cuda_compiler
- cuda_compiler_version
- - python
- numpy
zlib:
- '1.2'
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
c_compiler:
- vs2022
c_stdlib:
- vs
channel_sources:
- conda-forge/label/numpy_rc,conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- '12.0'
cudnn:
- '8'
cxx_compiler:
- vs2022
numpy:
- '2.0'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.11.* *_cpython
suffix:
- -novec
target_platform:
- win-64
zip_keys:
- - cuda_compiler
- cuda_compiler_version
- - python
- numpy
zlib:
- '1.2'
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
c_compiler:
- vs2022
c_stdlib:
- vs
channel_sources:
- conda-forge/label/numpy_rc,conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- '12.0'
cudnn:
- '8'
cxx_compiler:
- vs2022
numpy:
- '2.0'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.11.* *_cpython
suffix:
- ''
target_platform:
- win-64
zip_keys:
- - cuda_compiler
- cuda_compiler_version
- - python
- numpy
zlib:
- '1.2'
Loading

0 comments on commit 02416dd

Please sign in to comment.