* ci: darwin stacks: update tags following system updates * disable SPACK_CI_DISABLE_STACKS; only enable *darwin* stacks for testing * manually chmod u+w tmp/ before cleanup due to issue#49147 * comment out failing specs for now * re-enable logic for disabling stacks * add explanatory comment for darwin after_script additions * remove more darwin-only targetting * restore build_stage to default location * move build-job-remove out of individual darwin stacks into darwin top level config * keep build_stage in $spack/tmp for now
96 lines
2.2 KiB
YAML
96 lines
2.2 KiB
YAML
spack:
|
|
view: false
|
|
|
|
packages:
|
|
all:
|
|
require:
|
|
- target=aarch64
|
|
- +mps
|
|
- ~cuda
|
|
- ~rocm
|
|
mpi:
|
|
require: mpich
|
|
openblas:
|
|
require: ~fortran
|
|
|
|
specs:
|
|
# Horovod
|
|
# - py-horovod # https://github.com/spack/spack/pull/48453#issuecomment-2676023970
|
|
|
|
# Hugging Face
|
|
- py-transformers
|
|
|
|
# JAX
|
|
# Bazel codesign issues
|
|
# - py-jax
|
|
# - py-jaxlib
|
|
|
|
# Keras
|
|
# Bazel codesign issues
|
|
# - py-keras backend=tensorflow
|
|
# - py-keras backend=jax
|
|
- py-keras backend=torch
|
|
- py-keras-applications
|
|
- py-keras-preprocessing
|
|
- py-keras2onnx
|
|
|
|
# PyTorch
|
|
- py-botorch
|
|
- py-efficientnet-pytorch
|
|
- py-gpytorch
|
|
- py-kornia
|
|
- py-lightning
|
|
- py-pytorch-gradual-warmup-lr
|
|
- py-pytorch-lightning
|
|
- py-segmentation-models-pytorch
|
|
- py-timm
|
|
- py-torch
|
|
# - py-torch-cluster # https://github.com/spack/spack/pull/48453#issuecomment-2676023970
|
|
- py-torch-geometric
|
|
# - py-torch-nvidia-apex # https://github.com/spack/spack/pull/48453#issuecomment-2676023970
|
|
# - py-torch-scatter # https://github.com/spack/spack/pull/48453#issuecomment-2676023970
|
|
# - py-torch-sparse # https://github.com/spack/spack/pull/48453#issuecomment-2676023970
|
|
# - py-torch-spline-conv # https://github.com/spack/spack/pull/48453#issuecomment-2676023970
|
|
- py-torchaudio
|
|
- py-torchdata
|
|
- py-torchfile
|
|
- py-torchgeo
|
|
- py-torchmetrics
|
|
# - py-torchtext # https://github.com/spack/spack/pull/48453#issuecomment-2676023970
|
|
- py-torchvision
|
|
- py-vector-quantize-pytorch
|
|
|
|
# scikit-learn
|
|
- py-scikit-learn
|
|
- py-scikit-learn-extra
|
|
|
|
# TensorBoard
|
|
- py-tensorboard
|
|
- py-tensorboard-data-server
|
|
- py-tensorboard-plugin-wit
|
|
- py-tensorboardx
|
|
|
|
# TensorFlow
|
|
# Bazel codesign issues
|
|
# - py-tensorflow
|
|
# - py-tensorflow-datasets
|
|
# - py-tensorflow-estimator
|
|
# - py-tensorflow-hub
|
|
# - py-tensorflow-metadata
|
|
# - py-tensorflow-probability
|
|
|
|
# XGBoost
|
|
- py-xgboost
|
|
|
|
ci:
|
|
pipeline-gen:
|
|
- build-job:
|
|
variables:
|
|
CI_GPG_KEY_ROOT: /etc/protected-runner
|
|
|
|
cdash:
|
|
build-group: Machine Learning MPS
|
|
url: https://cdash.spack.io
|
|
project: Spack Testing
|
|
site: Cloud Gitlab Infrastructure
|