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

[ROCm] Implement hermetic rocm dependency #19649

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

alekstheod
Copy link
Contributor

@alekstheod alekstheod commented Nov 21, 2024

This change has as a goal to introduce an external dependency to the rocm library and tools.

Building xla with the hermetic rocm is done by using these env variables:

--repo_env=OS=ubuntu_20.04
--repo_env=ROCM_VERSION=6.2.0

One has to provie OS version and ROCm version to initialize a proper rocm repository.
If these flags are not set then default ROCm installation will be used to build XLA.

depends-on: #19691

Copy link

google-cla bot commented Nov 21, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@beckerhe
Copy link
Member

This is really exciting. Thank you. I won't be able to have a look before next week though.

@alekstheod alekstheod changed the title [ROCM] Implement hermetic rocm dependency [ROCm] Implement hermetic rocm dependency Nov 24, 2024
@alekstheod alekstheod force-pushed the ci_implement_hermetic_rocm_dependency_upstream branch from 5a1694b to d3db2bd Compare December 2, 2024 12:16
@alekstheod alekstheod force-pushed the ci_implement_hermetic_rocm_dependency_upstream branch 2 times, most recently from 5c0c0da to 3002fbc Compare December 2, 2024 14:17
@alekstheod alekstheod force-pushed the ci_implement_hermetic_rocm_dependency_upstream branch from 3002fbc to c4672b6 Compare December 2, 2024 15:00
"6.2.0": {
"archives": [
struct(
url = "https://repo.radeon.com/rocm/apt/6.2/pool/main/c/comgr6.2.0/comgr6.2.0_2.8.0.60200-66~20.04_amd64.deb",

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants