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 cuda118, cuda1120, and protobuf #195

Merged
merged 22 commits into from
Nov 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
3dd3a27
Rebuild for CUDA 11.8 w/arch support
regro-cf-autotick-bot Oct 11, 2023
11d5040
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.27.1, and co…
regro-cf-autotick-bot Oct 11, 2023
d76ac95
Rebuild for CUDA 12 w/arch support
regro-cf-autotick-bot Oct 11, 2023
0b0ebe1
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.27.1, and co…
regro-cf-autotick-bot Oct 11, 2023
c8a0f99
Add archs for CUDA 12
RaulPPelaez Oct 25, 2023
096a663
Add archs for CUDA 11.8
RaulPPelaez Oct 25, 2023
a46b0ca
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.27.1, and co…
Oct 25, 2023
5318120
Install cuda-libraries-dev if cuda version is 12
RaulPPelaez Oct 25, 2023
70e2f97
Fix CUDA 12 detection
RaulPPelaez Oct 25, 2023
2b3578f
Add archs for CUDA 11.8 and CUDA 12.0 to build_pytorch.sh
RaulPPelaez Oct 25, 2023
f261952
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.27.1, and co…
Oct 25, 2023
0c908ec
Add CUDA libraries
RaulPPelaez Oct 26, 2023
038a2b8
Add CUDA libraries to host too
RaulPPelaez Oct 26, 2023
337c6b8
Lint
RaulPPelaez Oct 26, 2023
dd9a64a
Remove unused USE_NINJA
RaulPPelaez Oct 26, 2023
1e6e208
Guard cuda_version
RaulPPelaez Oct 26, 2023
c67dd74
Add cuda-nvml
RaulPPelaez Oct 26, 2023
06c2d68
Update recipe/meta.yaml
RaulPPelaez Oct 27, 2023
1f2a95f
Merge branch 'rebuild-cuda120-0-2_hdbc077' into rebuild-cuda118-0-1_h…
RaulPPelaez Oct 31, 2023
9ba39b2
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.27.1, and co…
Oct 31, 2023
3541ffc
Add libprotobuf migration
hmaarrfk Nov 3, 2023
cd4bbb4
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.27.1, and co…
hmaarrfk Nov 3, 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
104 changes: 92 additions & 12 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
Expand Up @@ -27,7 +27,7 @@ libcblas:
liblapack:
- 3.9 *netlib
libprotobuf:
- 4.24.3
- 4.24.4
mkl:
- '2022'
nccl:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ libcblas:
liblapack:
- 3.9 *netlib
libprotobuf:
- 4.24.3
- 4.24.4
mkl:
- '2022'
nccl:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ libcblas:
liblapack:
- 3.9 *netlib
libprotobuf:
- 4.24.3
- 4.24.4
mkl:
- '2022'
nccl:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ libcblas:
liblapack:
- 3.9 *netlib
libprotobuf:
- 4.24.3
- 4.24.4
mkl:
- '2022'
nccl:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
blas_impl:
- generic
c_compiler:
- gcc
c_compiler_version:
- '11'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '11.8'
cudnn:
- '8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
libcblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
libprotobuf:
- 4.24.4
mkl:
- '2022'
nccl:
- '2'
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
pytorch:
- '2.0'
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,55 @@
blas_impl:
- generic
c_compiler:
- gcc
c_compiler_version:
- '11'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '11.8'
cudnn:
- '8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
libcblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
libprotobuf:
- 4.24.4
mkl:
- '2022'
nccl:
- '2'
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
pytorch:
- '2.0'
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,55 @@
blas_impl:
- generic
c_compiler:
- gcc
c_compiler_version:
- '11'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '11.8'
cudnn:
- '8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
libcblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
libprotobuf:
- 4.24.4
mkl:
- '2022'
nccl:
- '2'
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_cpython
pytorch:
- '2.0'
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,55 @@
blas_impl:
- generic
c_compiler:
- gcc
c_compiler_version:
- '11'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '11.8'
cudnn:
- '8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
libcblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
libprotobuf:
- 4.24.4
mkl:
- '2022'
nccl:
- '2'
numpy:
- '1.23'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.11.* *_cpython
pytorch:
- '2.0'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
Loading
Loading