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

Rebuild for CUDA 12 w/arch support #25

Merged
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
672b63a
Rebuild for CUDA 12 w/arch support
regro-cf-autotick-bot Nov 14, 2023
d19869c
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.29.0, and co…
regro-cf-autotick-bot Nov 14, 2023
8ee3691
Rebuild for CUDA 11.8 w/arch support
regro-cf-autotick-bot Nov 14, 2023
dfdceff
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.29.0, and co…
regro-cf-autotick-bot Nov 14, 2023
8e06e3e
added new logic for cuda 11.8 and 12
sarthakpati Nov 17, 2023
cae35c2
Update recipe/build.sh
sarthakpati Nov 28, 2023
d3b2245
Update recipe/build.sh
sarthakpati Nov 28, 2023
3f03163
Update recipe/build.sh
sarthakpati Nov 28, 2023
80c24bb
Update recipe/build.sh
sarthakpati Nov 28, 2023
d7b69d5
Update recipe/build.sh
sarthakpati Nov 28, 2023
da4b082
Update recipe/build.sh
sarthakpati Nov 28, 2023
f0c0a73
Update recipe/build.sh
sarthakpati Nov 28, 2023
42bf188
Update recipe/build.sh
sarthakpati Nov 28, 2023
d62e7be
removed older cuda
sarthakpati Nov 28, 2023
72e2a0c
Update recipe/build.sh
sarthakpati Nov 28, 2023
c36f1bc
Update recipe/build.sh
sarthakpati Nov 28, 2023
d84224d
MNT: Re-rendered with conda-build 3.28.2, conda-smithy 3.30.2, and co…
Jan 6, 2024
6ba7f21
Refresh CUDA 12 migrator
jakirkham Mar 7, 2024
30650ea
MNT: Re-rendered with conda-build 24.1.2, conda-smithy 3.31.1, and co…
Mar 7, 2024
39650f9
MNT: Re-rendered with conda-build 24.1.2, conda-smithy 3.31.1, and co…
Mar 7, 2024
81ec276
Merge regro-cf-autotick-bot/rebuild-cuda118-0-1_hc7cb54 into regro-cf…
jakirkham Mar 7, 2024
7a4964e
Sort `conda-forge.yml` keys
jakirkham Mar 13, 2024
4769a0f
Free space on Azure
jakirkham Mar 13, 2024
5eac8c7
MNT: Re-rendered with conda-build 24.1.2, conda-smithy 3.31.1, and co…
Mar 13, 2024
620a64c
added suggestions from @jakirkham
sarthakpati Mar 13, 2024
80b8df7
Update .ci_support/migrations/cuda120.yaml
sarthakpati Mar 14, 2024
ec4b8fd
Update .ci_support/migrations/cuda120.yaml
sarthakpati Mar 14, 2024
ec435e3
Update .ci_support/migrations/cuda120.yaml
sarthakpati Mar 14, 2024
bb76b80
Update .ci_support/migrations/cuda120.yaml
sarthakpati Mar 14, 2024
9826252
Update recipe/meta.yaml
sarthakpati Mar 14, 2024
f3f8e5d
Update recipe/meta.yaml
sarthakpati Mar 14, 2024
1609305
Update recipe/meta.yaml
sarthakpati Mar 19, 2024
9bf4435
Update recipe/meta.yaml
sarthakpati Mar 19, 2024
bdaf8e9
MNT: Re-rendered with conda-build 24.1.2, conda-smithy 3.32.0, and co…
Mar 19, 2024
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
60 changes: 40 additions & 20 deletions .azure-pipelines/azure-pipelines-linux.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
@@ -0,0 +1,45 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- '12.0'
cudnn:
- '8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
nccl:
- '2'
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
pytorch:
- '2.1'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- '12.0'
cudnn:
- '8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
nccl:
- '2'
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
pytorch:
- '2.1'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- '12.0'
cudnn:
- '8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
nccl:
- '2'
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_cpython
pytorch:
- '2.1'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- '12.0'
cudnn:
- '8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
nccl:
- '2'
numpy:
- '1.23'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.11.* *_cpython
pytorch:
- '2.1'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- '12.0'
cudnn:
- '8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
nccl:
- '2'
numpy:
- '1.26'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
pytorch:
- '2.1'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
Loading