Skip to content

Minimal CuTe send/recv backend (validate DSL-agnostic contract) (#2830) #12164

Minimal CuTe send/recv backend (validate DSL-agnostic contract) (#2830)

Minimal CuTe send/recv backend (validate DSL-agnostic contract) (#2830) #12164

name: Build Linux Aarch64 Wheels
on:
pull_request:
push:
branches:
- main
- nightly
- release/*
tags:
# NOTE: Binary build pipelines should only get triggered on release candidate builds
# Release candidate tags look like: v1.11.0-rc1
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
workflow_dispatch:
jobs:
generate-matrix:
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
with:
package-type: wheel
os: linux-aarch64
test-infra-repository: pytorch/test-infra
test-infra-ref: main
with-cuda: enable
with-rocm: disable
with-cpu: disable
build:
needs: generate-matrix
name: ${{ matrix.repository }}
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
with:
repository: meta-pytorch/torchcomms
ref: ""
pre-script: ""
post-script: ""
build-platform: "python-build-package"
build-command: "scripts/_build_wheel.sh"
smoke-test-script: "scripts/smoke_test.py"
package-name: torchcomms
test-infra-repository: pytorch/test-infra
test-infra-ref: main
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
trigger-event: ${{ github.event_name }}
architecture: aarch64
#setup-miniconda: false
runner: linux.arm64.r7g.12xlarge.memory