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

Make magma optional #298

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
831ff8c
Split libtorch_cuda_linalg and make magma optional
mgorny Dec 2, 2024
da06d90
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.44.9, and co…
mgorny Dec 4, 2024
e75d575
Optimize magma/nomagma package builds
mgorny Dec 4, 2024
e48edc0
trigger CI
h-vetinari Dec 4, 2024
55a72e0
Include blas_impl in libtorch-cuda-linalg package build string
mgorny Dec 5, 2024
cf410ae
Add some explanation on how things work to `recipe/README.md`
mgorny Dec 5, 2024
700e6b4
Fix building with CUDA disabled
mgorny Dec 6, 2024
3bde066
MNT: Re-rendered with conda-build 24.11.2, conda-smithy 3.44.9, and c…
mgorny Dec 6, 2024
9846f68
Update test dependencies
mgorny Dec 6, 2024
2843518
Move symlinking from build_pytorch.sh to build_common.sh
mgorny Dec 7, 2024
f1c7ec0
Fix creating libtorch_python.so symlink in sitedir
mgorny Dec 7, 2024
ee8f6d3
Explain magma vs. nomagma better in the README
mgorny Dec 8, 2024
b8066ee
Merge remote-tracking branch 'upstream/main' into magma-wip
mgorny Dec 8, 2024
0e37b1f
Pin mkl to <2024
mgorny Dec 9, 2024
ad49de1
Run a subset of core tests
mgorny Dec 9, 2024
b20a0af
Add ninja to test dependencies
mgorny Dec 10, 2024
323297c
Use a specific subset of tests
mgorny Dec 10, 2024
276fb8c
Add patches to fix testing with numpy-2
mgorny Dec 11, 2024
a51fd2b
Deselect Dynamo tests on py3.13
mgorny Dec 11, 2024
606ea2d
Disable fuzzing tests using hypothesis
mgorny Dec 11, 2024
921a959
Deprioritize nomagma builds
mgorny Dec 12, 2024
4ad7437
Use track_features instead of build numbers to deprioritize
mgorny Dec 12, 2024
0350217
Add missing {{ blas_impl }} to CUDA build strings
mgorny Dec 12, 2024
830e948
MNT: Re-rendered with conda-build 24.11.2, conda-smithy 3.44.9, and c…
mgorny Dec 12, 2024
9c2026a
Remove leftover skips for CUDA + generic BLAS builds
mgorny Dec 12, 2024
2eef900
Add more underscores to build strings for readability
mgorny Dec 12, 2024
43968e9
Revert "Use track_features instead of build numbers to deprioritize"
mgorny Dec 13, 2024
69519ca
MNT: Re-rendered with conda-build 24.11.2, conda-smithy 3.44.9, and c…
mgorny Dec 13, 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
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ liblapack:
- 3.9 *netlib
libprotobuf:
- 5.28.2
libtorch:
- '2.4'
megabuild:
- 'true'
mkl:
Expand All @@ -48,8 +50,6 @@ numpy:
- '2.0'
- '2'
- '2.0'
orc:
- 2.0.3
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -64,6 +64,9 @@ pytorch:
- '2.4'
target_platform:
- linux-64
use_magma:
- 'false'
- 'true'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ liblapack:
- 3.9 *netlib
libprotobuf:
- 5.28.2
libtorch:
- '2.4'
megabuild:
- 'true'
mkl:
Expand All @@ -48,8 +50,6 @@ numpy:
- '2.0'
- '2'
- '2.0'
orc:
- 2.0.3
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -64,6 +64,9 @@ pytorch:
- '2.4'
target_platform:
- linux-64
use_magma:
- 'false'
- 'true'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ liblapack:
- 3.9 *netlib
libprotobuf:
- 5.28.2
libtorch:
- '2.4'
megabuild:
- 'true'
mkl:
Expand All @@ -48,8 +50,6 @@ numpy:
- '2.0'
- '2'
- '2.0'
orc:
- 2.0.3
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -64,6 +64,9 @@ pytorch:
- '2.4'
target_platform:
- linux-64
use_magma:
- 'false'
- 'true'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ liblapack:
- 3.9 *netlib
libprotobuf:
- 5.28.2
libtorch:
- '2.4'
megabuild:
- 'true'
mkl:
Expand All @@ -48,8 +50,6 @@ numpy:
- '2.0'
- '2'
- '2.0'
orc:
- 2.0.3
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -64,6 +64,9 @@ pytorch:
- '2.4'
target_platform:
- linux-64
use_magma:
- 'false'
- 'true'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ liblapack:
- 3.9 *netlib
libprotobuf:
- 5.28.2
libtorch:
- '2.4'
megabuild:
- 'true'
mkl:
Expand All @@ -48,8 +50,6 @@ numpy:
- '2.0'
- '2'
- '2.0'
orc:
- 2.0.3
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -64,6 +64,9 @@ pytorch:
- '2.4'
target_platform:
- linux-aarch64
use_magma:
- 'false'
- 'true'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ liblapack:
- 3.9 *netlib
libprotobuf:
- 5.28.2
libtorch:
- '2.4'
megabuild:
- 'true'
mkl:
Expand All @@ -48,8 +50,6 @@ numpy:
- '2.0'
- '2'
- '2.0'
orc:
- 2.0.3
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -64,6 +64,9 @@ pytorch:
- '2.4'
target_platform:
- linux-aarch64
use_magma:
- 'false'
- 'true'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ liblapack:
- 3.9 *netlib
libprotobuf:
- 5.28.2
libtorch:
- '2.4'
llvm_openmp:
- '18'
macos_machine:
Expand All @@ -42,8 +44,6 @@ mkl:
- '2023'
numpy:
- '2.0'
orc:
- 2.0.3
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ liblapack:
- 3.9 *netlib
libprotobuf:
- 5.28.2
libtorch:
- '2.4'
llvm_openmp:
- '18'
macos_machine:
Expand All @@ -42,8 +44,6 @@ mkl:
- '2023'
numpy:
- '2.0'
orc:
- 2.0.3
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ liblapack:
- 3.9 *netlib
libprotobuf:
- 5.28.2
libtorch:
- '2.4'
llvm_openmp:
- '18'
macos_machine:
Expand All @@ -42,8 +44,6 @@ mkl:
- '2023'
numpy:
- '2.0'
orc:
- 2.0.3
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ liblapack:
- 3.9 *netlib
libprotobuf:
- 5.28.2
libtorch:
- '2.4'
llvm_openmp:
- '18'
macos_machine:
Expand All @@ -42,8 +44,6 @@ mkl:
- '2023'
numpy:
- '2.0'
orc:
- 2.0.3
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ liblapack:
- 3.9 *netlib
libprotobuf:
- 5.28.2
libtorch:
- '2.4'
llvm_openmp:
- '18'
macos_machine:
Expand All @@ -42,8 +44,6 @@ mkl:
- '2023'
numpy:
- '2'
orc:
- 2.0.3
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ liblapack:
- 3.9 *netlib
libprotobuf:
- 5.28.2
libtorch:
- '2.4'
llvm_openmp:
- '18'
macos_machine:
Expand All @@ -42,8 +44,6 @@ mkl:
- '2023'
numpy:
- '2.0'
orc:
- 2.0.3
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ liblapack:
- 3.9 *netlib
libprotobuf:
- 5.28.2
libtorch:
- '2.4'
llvm_openmp:
- '18'
macos_machine:
Expand All @@ -42,8 +44,6 @@ mkl:
- '2023'
numpy:
- '2.0'
orc:
- 2.0.3
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ liblapack:
- 3.9 *netlib
libprotobuf:
- 5.28.2
libtorch:
- '2.4'
llvm_openmp:
- '18'
macos_machine:
Expand All @@ -42,8 +44,6 @@ mkl:
- '2023'
numpy:
- '2.0'
orc:
- 2.0.3
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ liblapack:
- 3.9 *netlib
libprotobuf:
- 5.28.2
libtorch:
- '2.4'
llvm_openmp:
- '18'
macos_machine:
Expand All @@ -42,8 +44,6 @@ mkl:
- '2023'
numpy:
- '2.0'
orc:
- 2.0.3
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ liblapack:
- 3.9 *netlib
libprotobuf:
- 5.28.2
libtorch:
- '2.4'
llvm_openmp:
- '18'
macos_machine:
Expand All @@ -42,8 +44,6 @@ mkl:
- '2023'
numpy:
- '2'
orc:
- 2.0.3
pin_run_as_build:
python:
min_pin: x.x
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_arm64_numpy2.0python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ liblapack:
- 3.9 *netlib
libprotobuf:
- 5.28.2
libtorch:
- '2.4'
llvm_openmp:
- '18'
macos_machine:
Expand All @@ -42,8 +44,6 @@ mkl:
- '2023'
numpy:
- '2.0'
orc:
- 2.0.3
pin_run_as_build:
python:
min_pin: x.x
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_arm64_numpy2.0python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ liblapack:
- 3.9 *netlib
libprotobuf:
- 5.28.2
libtorch:
- '2.4'
llvm_openmp:
- '18'
macos_machine:
Expand All @@ -42,8 +44,6 @@ mkl:
- '2023'
numpy:
- '2.0'
orc:
- 2.0.3
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Loading
Loading