Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
ea5e2ab
Bump to 2.9.0
mgorny Oct 23, 2025
9e91b49
Print result for failing test assertion
mgorny Oct 24, 2025
1f647c6
Rebuild for pybind11 3 and pybind11_abi 11
regro-cf-autotick-bot Sep 21, 2025
098f1f6
Set PYTORCH_BLAS_USE_CBLAS_DOT for AArch64 cross
mgorny Oct 27, 2025
c59872c
Fix inductor include and library paths for CUDA target
mgorny Oct 27, 2025
cd88dcc
Use system fmt
mgorny Oct 28, 2025
16883d1
Enable fmt 12 migration
mgorny Oct 28, 2025
4cac94e
asmjit & fbgemm are no longer built on Windows
mgorny Oct 28, 2025
55998dd
Pass /UTF-8 to MSVC in CMake test
mgorny Oct 28, 2025
a9100e1
[TESTING] Build only for sm70
mgorny Oct 23, 2025
e16c6d3
[TESTING] Limit to py3.12
mgorny Oct 23, 2025
7c48fca
Backport a fix for torch.backends.cudnn.rnn import
mgorny Nov 5, 2025
298fa04
[DEBUG] Skip non-CUDA builds
mgorny Nov 5, 2025
eec8c8d
MNT: Re-rendered with conda-smithy 3.52.4.dev10+gc1a2e6353.d20251030 …
mgorny Nov 5, 2025
eeab894
[TESTING] osx only
mgorny Nov 5, 2025
17591c7
Build macOS on cirun runners
mgorny Nov 8, 2025
4ff52df
MNT: Re-rendered with conda-smithy 3.53.0 and conda-forge-pinning 202…
mgorny Nov 13, 2025
d3fee90
Bump to 2.9.1
mgorny Nov 13, 2025
602102b
MNT: Re-rendered with conda-smithy 3.53.0 and conda-forge-pinning 202…
mgorny Nov 13, 2025
fdc4c03
Pin pytest<9 for the time being
mgorny Nov 13, 2025
320597e
Remove cudnn migrator
mgorny Nov 14, 2025
d4c464a
MNT: Re-rendered with conda-smithy 3.53.0 and conda-forge-pinning 202…
mgorny Nov 14, 2025
d03aa67
Enable megabuilds on osx
mgorny Nov 14, 2025
d98d57f
MNT: Re-rendered with conda-smithy 3.53.0 and conda-forge-pinning 202…
mgorny Nov 14, 2025
edd0e66
[NFC] Remove non-megabuild support
mgorny Nov 14, 2025
f12e310
MNT: Re-rendered with conda-smithy 3.53.0 and conda-forge-pinning 202…
mgorny Nov 14, 2025
10aee4b
Test osx-arm64
mgorny Nov 17, 2025
10cc6bf
MNT: Re-rendered with conda-smithy 3.53.1 and conda-forge-pinning 202…
mgorny Nov 17, 2025
93301f0
Try overriding download_osx_sdk.sh with sudo-ed version
mgorny Nov 20, 2025
ad514dd
Merge remote-tracking branch 'mgorny/2.9.0-osx' into 2.9.1_h6b82bc
h-vetinari Nov 23, 2025
20b7bef
Revert "[TESTING] Build only for sm70"
h-vetinari Nov 23, 2025
ef60332
add skips for failing tests on osx-arm64
h-vetinari Nov 23, 2025
ae878a3
test skip selector hyghiene
h-vetinari Nov 23, 2025
9d4dd90
update abi_migration_branches
h-vetinari Nov 24, 2025
2894cdd
rebuild only linux-aarch64 after binutils fixes
h-vetinari Nov 24, 2025
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
70 changes: 0 additions & 70 deletions .azure-pipelines/azure-pipelines-osx.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ cuda_compiler:
cuda_compiler_version:
- '12.9'
cudnn:
- '9.10'
- '9'
cxx_compiler:
- gxx
cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
fmt:
- '12.0'
github_actions_labels:
- cirun-openstack-gpu-2xlarge
is_rc:
Expand All @@ -44,8 +46,6 @@ libtorch:
- '2.7'
magma:
- '2.9'
megabuild:
- true
mkl:
- '2025'
mkl_devel:
Expand All @@ -61,7 +61,7 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
pybind11_abi:
- '4'
- '11'
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
Expand All @@ -76,7 +76,6 @@ zip_keys:
- cxx_compiler_version
- c_stdlib_version
- cuda_compiler_version
- cudnn
- - channel_targets
- is_rc
zlib:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
fmt:
- '12.0'
github_actions_labels:
- cirun-openstack-gpu-2xlarge
is_rc:
Expand All @@ -44,8 +46,6 @@ libtorch:
- '2.7'
magma:
- '2.9'
megabuild:
- true
mkl:
- '2025'
mkl_devel:
Expand All @@ -61,7 +61,7 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
pybind11_abi:
- '4'
- '11'
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
Expand All @@ -76,7 +76,6 @@ zip_keys:
- cxx_compiler_version
- c_stdlib_version
- cuda_compiler_version
- cudnn
- - channel_targets
- is_rc
zlib:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ cuda_compiler:
cuda_compiler_version:
- '12.9'
cudnn:
- '9.10'
- '9'
cxx_compiler:
- gxx
cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
fmt:
- '12.0'
github_actions_labels:
- cirun-openstack-gpu-2xlarge
is_rc:
Expand All @@ -44,8 +46,6 @@ libtorch:
- '2.7'
magma:
- '2.9'
megabuild:
- true
mkl:
- '2025'
mkl_devel:
Expand All @@ -61,7 +61,7 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
pybind11_abi:
- '4'
- '11'
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
Expand All @@ -76,7 +76,6 @@ zip_keys:
- cxx_compiler_version
- c_stdlib_version
- cuda_compiler_version
- cudnn
- - channel_targets
- is_rc
zlib:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
fmt:
- '12.0'
github_actions_labels:
- cirun-openstack-gpu-2xlarge
is_rc:
Expand All @@ -44,8 +46,6 @@ libtorch:
- '2.7'
magma:
- '2.9'
megabuild:
- true
mkl:
- '2025'
mkl_devel:
Expand All @@ -61,7 +61,7 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
pybind11_abi:
- '4'
- '11'
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
Expand All @@ -76,7 +76,6 @@ zip_keys:
- cxx_compiler_version
- c_stdlib_version
- cuda_compiler_version
- cudnn
- - channel_targets
- is_rc
zlib:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ cuda_compiler:
cuda_compiler_version:
- '12.9'
cudnn:
- '9.10'
- '9'
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
fmt:
- '12.0'
github_actions_labels:
- cirun-openstack-gpu-2xlarge
is_rc:
Expand All @@ -44,8 +46,6 @@ libtorch:
- '2.7'
magma:
- '2.9'
megabuild:
- true
mkl:
- '2025'
nccl:
Expand All @@ -59,7 +59,7 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
pybind11_abi:
- '4'
- '11'
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
Expand All @@ -74,7 +74,6 @@ zip_keys:
- cxx_compiler_version
- c_stdlib_version
- cuda_compiler_version
- cudnn
- - channel_targets
- is_rc
zlib:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
fmt:
- '12.0'
github_actions_labels:
- cirun-openstack-gpu-2xlarge
is_rc:
Expand All @@ -44,8 +46,6 @@ libtorch:
- '2.7'
magma:
- '2.9'
megabuild:
- true
mkl:
- '2025'
nccl:
Expand All @@ -59,7 +59,7 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
pybind11_abi:
- '4'
- '11'
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
Expand All @@ -74,7 +74,6 @@ zip_keys:
- cxx_compiler_version
- c_stdlib_version
- cuda_compiler_version
- cudnn
- - channel_targets
- is_rc
zlib:
Expand Down
3 changes: 0 additions & 3 deletions .ci_support/migrations/cuda129.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ cuda_compiler_version: # [((linux and (x86_64 or aarch64)) or win64) and
cuda_compiler_version_min: # [((linux and (x86_64 or aarch64)) or win64) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- 12.9 # [((linux and (x86_64 or aarch64)) or win64) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]

cudnn: # [((linux and (x86_64 or aarch64)) or win64) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- 9 # [((linux and (x86_64 or aarch64)) or win64) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]

c_stdlib_version: # [(linux and (x86_64 or aarch64)) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- 2.17 # [(linux and (x86_64 or aarch64)) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]

Expand Down
34 changes: 0 additions & 34 deletions .ci_support/migrations/cudnn910.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions .ci_support/migrations/fmt12_spdlog116.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
__migrator:
build_number: 1
commit_message: Rebuild for fmt 12.0 and spdlog 1.16
kind: version
migration_number: 1
migrator_ts: 1760196591.995821
fmt:
- '12.0'
spdlog:
- '1.16'
8 changes: 8 additions & 0 deletions .ci_support/migrations/pybind11_abi11.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__migrator:
build_number: 1
commit_message: Rebuild for pybind11 3 and pybind11_abi 11
kind: version
migration_number: 1
migrator_ts: 1752454025.946169
pybind11_abi:
- '11'
Loading
Loading