Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
d939fff
Rebuild for CUDA 11.8 w/arch support
regro-cf-autotick-bot Sep 2, 2023
e818b7a
MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.25.1, and co…
regro-cf-autotick-bot Sep 2, 2023
25b7d7f
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.30.0, and co…
Nov 28, 2023
8603347
Drop cross-compilation of Linux arch builds
jakirkham Nov 28, 2023
05e4465
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.30.0, and co…
Nov 28, 2023
805825f
Add CUDA 11.8 branch for `sm_90`
jakirkham Nov 28, 2023
6596e1b
Drop outdated `skip`s
jakirkham Nov 28, 2023
c885f0b
Skip CUDA arch builds for now
jakirkham Dec 19, 2023
edb7bcb
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.30.1, and co…
Dec 19, 2023
baf1206
Treat `cuda_compiler` as `"None"` if `undefined`
jakirkham Dec 19, 2023
8e3c0e1
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.30.1, and co…
Dec 19, 2023
bc7fd40
Check `cuda_compiler` first in `skip`
jakirkham Dec 19, 2023
ae30d84
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.30.1, and co…
Dec 19, 2023
6be560e
Only do CUDA builds on `x86_64`
jakirkham Dec 19, 2023
4e92681
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.30.1, and co…
Dec 19, 2023
c5baf50
Drop extraneous blank space
jakirkham Dec 19, 2023
c921455
Apply upstream for `test_ivf_train_2level`
jakirkham Dec 20, 2023
ae6f2a9
MNT: Re-rendered with conda-build 24.1.2, conda-smithy 3.31.1, and co…
Mar 7, 2024
2694d7e
MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.35.0, and co…
May 2, 2024
7c467a7
Add `{{ stdlib('c') }}`
jakirkham May 2, 2024
47a385f
MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.35.0, and co…
May 2, 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
29 changes: 10 additions & 19 deletions .azure-pipelines/azure-pipelines-linux.yml

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

6 changes: 5 additions & 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: 15 additions & 49 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
@@ -1,3 +1,7 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -19,10 +23,10 @@ libblas:
liblapack:
- 3.9 *netlib
numpy:
- '1.21'
- '1.22'
- '1.23'
- '1.21'
- '1.21'
- '1.22'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -36,9 +40,10 @@ target_platform:
- linux-64
zip_keys:
- - cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand All @@ -7,22 +11,22 @@ channel_targets:
cuda_compiler:
- nvcc
cuda_compiler_version:
- '11.0'
- '11.8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '9'
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.0
- quay.io/condaforge/linux-anvil-cuda:11.8
libblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
numpy:
- '1.21'
- '1.22'
- '1.23'
- '1.21'
- '1.21'
- '1.22'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -36,9 +40,10 @@ target_platform:
- linux-64
zip_keys:
- - cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -23,10 +27,10 @@ libblas:
liblapack:
- 3.9 *netlib
numpy:
- '1.21'
- '1.22'
- '1.23'
- '1.21'
- '1.21'
- '1.22'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -40,9 +44,10 @@ target_platform:
- linux-aarch64
zip_keys:
- - cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
Loading