Skip to content

Add AMD GPU support#209

Merged
bcho merged 5 commits into
mainfrom
hbc/gpu
Jun 26, 2026
Merged

Add AMD GPU support#209
bcho merged 5 commits into
mainfrom
hbc/gpu

Conversation

@bcho

@bcho bcho commented Jun 25, 2026

Copy link
Copy Markdown
Member

bump unbounded to newer version with AMD gpu support; also updated the e2e test to use newer version of SKU

@bcho bcho temporarily deployed to e2e-testing June 26, 2026 22:06 — with GitHub Actions Inactive
@bcho bcho changed the title [WIP] Add AMD GPU support Add AMD GPU support Jun 26, 2026
@bcho bcho marked this pull request as ready for review June 26, 2026 22:33
Copilot AI review requested due to automatic review settings June 26, 2026 22:33

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the project’s dependency set (notably github.com/Azure/unbounded) to a newer version that includes AMD GPU-related support, and adjusts the E2E runner/infra defaults to use a newer Azure VM SKU.

Changes:

  • Bump github.com/Azure/unbounded to v0.1.19 and refresh related Go module dependencies (Azure SDK, k8s, controller-runtime, etc.).
  • Update the default VM size for the self-hosted E2E runner to Standard_B2as_v2.
  • Update the default flex-node VM size in the E2E Bicep template to Standard_B2as_v2, and align .env.example accordingly.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
scripts/setup/setup-runner.sh Changes default self-hosted runner VM size to Standard_B2as_v2.
hack/e2e/infra/main.bicep Changes default flex-node VM size used by E2E infra deployments to Standard_B2as_v2.
go.mod Bumps unbounded and updates multiple dependency versions (Azure SDK, k8s, controller-runtime, and indirects).
go.sum Updates module checksums for the dependency refresh.
.env.example Updates documented/example runner VM size to Standard_B2as_v2.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread hack/e2e/infra/main.bicep

@description('Flex node VM size.')
param vmSize string = 'Standard_B2ms'
param vmSize string = 'Standard_B2as_v2'
Comment thread go.mod
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/containerd/platforms v0.2.1 // indirect
github.com/containerd/platforms v1.0.0-rc.4 // indirect
@bcho bcho merged commit 8f475f2 into main Jun 26, 2026
10 of 14 checks passed
@bcho bcho deleted the hbc/gpu branch June 26, 2026 22:50
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