Skip to content
Merged
Changes from all commits
Commits
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
11 changes: 8 additions & 3 deletions .github/workflows/multi_arch_release_linux_jax_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,19 @@ on:
type: string
required: true
rocm_version:
description: ROCm package version to build against.
description: "ROCm package version to build against."
type: string
required: true
rocm_package_find_links_url:
description: "URL for pip --find-links to install ROCm packages for the JAX manylinux build."
type: string
default: ""
tar_url:
description: URL to the shared TheRock tarball used for the build.
description: "URL to TheRock tarball used for the build."
type: string
required: true
ref:
description: Branch, tag, or SHA to checkout.
description: "Branch, tag, or SHA to checkout."
type: string
default: ""
repository:
Expand All @@ -45,6 +49,7 @@ jobs:
test_amdgpu_family: ${{ inputs.test_amdgpu_family }}
release_type: ${{ inputs.release_type }}
rocm_version: ${{ inputs.rocm_version }}
rocm_package_find_links_url: ${{ inputs.rocm_package_find_links_url }}
tar_url: ${{ inputs.tar_url }}
repository: ${{ inputs.repository || 'ROCm/TheRock' }}
ref: ${{ inputs.ref || '' }}
Loading