-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #121 from traversaro/patch-5
Add support for CUDA builds on Windows (1.18.0 version)
- Loading branch information
Showing
39 changed files
with
963 additions
and
9 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,8 @@ cuda_compiler: | |
- None | ||
cuda_compiler_version: | ||
- None | ||
cudnn: | ||
- '8' | ||
cxx_compiler: | ||
- vs2022 | ||
numpy: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,8 @@ cuda_compiler: | |
- None | ||
cuda_compiler_version: | ||
- None | ||
cudnn: | ||
- '8' | ||
cxx_compiler: | ||
- vs2022 | ||
numpy: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,8 @@ cuda_compiler: | |
- None | ||
cuda_compiler_version: | ||
- None | ||
cudnn: | ||
- '8' | ||
cxx_compiler: | ||
- vs2022 | ||
numpy: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,8 @@ cuda_compiler: | |
- None | ||
cuda_compiler_version: | ||
- None | ||
cudnn: | ||
- '8' | ||
cxx_compiler: | ||
- vs2022 | ||
numpy: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,8 @@ cuda_compiler: | |
- None | ||
cuda_compiler_version: | ||
- None | ||
cudnn: | ||
- '8' | ||
cxx_compiler: | ||
- vs2022 | ||
numpy: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,8 @@ cuda_compiler: | |
- None | ||
cuda_compiler_version: | ||
- None | ||
cudnn: | ||
- '8' | ||
cxx_compiler: | ||
- vs2022 | ||
numpy: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,8 @@ cuda_compiler: | |
- None | ||
cuda_compiler_version: | ||
- None | ||
cudnn: | ||
- '8' | ||
cxx_compiler: | ||
- vs2022 | ||
numpy: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,8 @@ cuda_compiler: | |
- None | ||
cuda_compiler_version: | ||
- None | ||
cudnn: | ||
- '8' | ||
cxx_compiler: | ||
- vs2022 | ||
numpy: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,8 @@ cuda_compiler: | |
- None | ||
cuda_compiler_version: | ||
- None | ||
cudnn: | ||
- '8' | ||
cxx_compiler: | ||
- vs2022 | ||
numpy: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,8 @@ cuda_compiler: | |
- None | ||
cuda_compiler_version: | ||
- None | ||
cudnn: | ||
- '8' | ||
cxx_compiler: | ||
- vs2022 | ||
numpy: | ||
|
35 changes: 35 additions & 0 deletions
35
...compilercuda-nvcccuda_compiler_version12.0numpy1.22python3.8.____cpythonsuffix-novec.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
35 changes: 35 additions & 0 deletions
35
..._cuda_compilercuda-nvcccuda_compiler_version12.0numpy1.22python3.8.____cpythonsuffix.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
35 changes: 35 additions & 0 deletions
35
...compilercuda-nvcccuda_compiler_version12.0numpy2.0python3.10.____cpythonsuffix-novec.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
35 changes: 35 additions & 0 deletions
35
..._cuda_compilercuda-nvcccuda_compiler_version12.0numpy2.0python3.10.____cpythonsuffix.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
35 changes: 35 additions & 0 deletions
35
...compilercuda-nvcccuda_compiler_version12.0numpy2.0python3.11.____cpythonsuffix-novec.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
35 changes: 35 additions & 0 deletions
35
..._cuda_compilercuda-nvcccuda_compiler_version12.0numpy2.0python3.11.____cpythonsuffix.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
Oops, something went wrong.