Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/multi_arch_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ run-name: >-
jobs:
release:
uses: ROCm/TheRock/.github/workflows/multi_arch_release.yml@main
uses: ROCm/TheRock/.github/workflows/multi_arch_release.yml@users/erman-gurses/add-jax10x-support

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Switch back to main

secrets: inherit
with:
release_type: ${{ inputs.release_type || 'nightly' }}
Expand Down
13 changes: 9 additions & 4 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 @@ -39,12 +43,13 @@ run-name: Multi-Arch Release Linux JAX Wheels (${{ inputs.release_type }}, ${{ i

jobs:
build_jax_wheels:
uses: ROCm/TheRock/.github/workflows/multi_arch_release_linux_jax_wheels.yml@main
uses: ROCm/TheRock/.github/workflows/multi_arch_release_linux_jax_wheels.yml@users/erman-gurses/add-jax10x-support
Comment on lines -42 to +46

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Switch back to main

secrets: inherit
with:
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