Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for cuda-python 12.0.0 / CUDA 12. #33

Merged
merged 34 commits into from
Jun 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
8e34b68
Update for CUDA 12.
bdice Apr 5, 2023
bbaa2ce
MNT: Re-rendered with conda-build 3.24.0, conda-smithy 3.23.1, and co…
Apr 5, 2023
e693cdb
Update recipe.
bdice Apr 20, 2023
fb99d7a
MNT: Re-rendered with conda-build 3.24.0, conda-smithy 3.23.1, and co…
Apr 20, 2023
3c1e04a
Use cuda-nvcc temporarily.
bdice Apr 20, 2023
55e0b7f
Export CUDA_HOME for includes since cuda-python requires that variable.
bdice Apr 20, 2023
3b697a2
Fix CUDA_HOME.
bdice Apr 20, 2023
3f287e0
Try script_env.
bdice Apr 20, 2023
de272af
Add dev packages.
bdice Apr 20, 2023
906a538
Add cuda-profiler-api.
bdice Apr 20, 2023
539387e
Add cuda-nvcc to host dependencies so the crt headers are available.
bdice May 9, 2023
37471f1
Put requirements in build so that CUDA_HOME only has to reference one…
bdice Jun 1, 2023
ceaa152
Require python >=3.8, skip Windows for now until CUDA 12 packages are…
bdice Jun 1, 2023
18cd302
Remove ignore_run_exports.
bdice Jun 1, 2023
4468745
MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.23.1, and co…
Jun 1, 2023
2465367
MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.23.1, and co…
Jun 1, 2023
6310360
Add comment about packages in build.
bdice Jun 1, 2023
e3d6867
Add CUDA dev packages to host, so that run_exports and linkage checks…
bdice Jun 1, 2023
64f5334
Remove CUDA run requirements (exported by dev packages).
bdice Jun 1, 2023
afe7a86
Ignore run_exports from CUDA compiler.
bdice Jun 1, 2023
e1cc73b
Remove export.
bdice Jun 1, 2023
f9bd43b
Manually add `cuda120` migrator
jakirkham Jun 1, 2023
ed944f6
MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.23.1, and co…
Jun 1, 2023
a2ef34c
Skip aarch64/ppc64le.
bdice Jun 1, 2023
6bb1a2c
MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.23.1, and co…
Jun 1, 2023
ab4b2f4
Drop `conda_build_config.yaml`
jakirkham Jun 1, 2023
3e99765
MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.23.1, and co…
Jun 1, 2023
e383da5
Use version pinnings.
bdice Jun 1, 2023
bb46657
Apply Leo's suggestions from code review
jakirkham Jun 1, 2023
30ab301
Add enhanced compatibility runtime dependency
m3vaz Jun 2, 2023
486ed59
Merge conda-forge/main into bdice/cuda-12
jakirkham Jun 2, 2023
87fcce2
Comment on other CUDA 12 archs
jakirkham Jun 2, 2023
134007d
Include Mark's feedback
jakirkham Jun 2, 2023
c6b4f5f
Fix lint
jakirkham Jun 2, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 12 additions & 44 deletions .azure-pipelines/azure-pipelines-linux.yml

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

95 changes: 0 additions & 95 deletions .azure-pipelines/azure-pipelines-win.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
c_compiler:
- gcc
c_compiler_version:
- '10'
- '12'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
- cuda-nvcc
cuda_compiler_version:
- '11.8'
- '12.0'
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
c_compiler:
- gcc
c_compiler_version:
- '10'
- '12'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
- cuda-nvcc
cuda_compiler_version:
- '11.8'
- '12.0'
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
c_compiler:
- gcc
c_compiler_version:
- '10'
- '12'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
- cuda-nvcc
cuda_compiler_version:
- '11.8'
- '12.0'
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
c_compiler:
- gcc
c_compiler_version:
- '10'
- '12'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
- cuda-nvcc
cuda_compiler_version:
- '11.8'
- '12.0'
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
python:
min_pin: x.x
Expand Down
39 changes: 0 additions & 39 deletions .ci_support/linux_aarch64_python3.10.____cpython.yaml

This file was deleted.

39 changes: 0 additions & 39 deletions .ci_support/linux_aarch64_python3.11.____cpython.yaml

This file was deleted.

39 changes: 0 additions & 39 deletions .ci_support/linux_aarch64_python3.8.____cpython.yaml

This file was deleted.

Loading