Skip to content
Closed
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/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ self-hosted-runner:
- "linux-x86-64-4gpu-amd" # AMD runner with 4 GPUs.
- "linux-x86-a4-224-b200-1gpu" # Linux X86 GPU runner using 1 B200 GPU and 1/8 the resources of a a4-highgpu-8g machine
- "linux-x86-a3-8g-h100-8gpu" # Linux X86 GPU runner using a3-highgpu-8g machine with 8 NVIDIA H100 GPUs attached.
- "linux-x86-intel-emr4148-1gpu-02" # Linux X86 GPU runner using an EMR4148 machine with 2 Intel BMG GPUs attached.
- "linux-x64-battlemage-256-1gpu-intel" # Linux X86 GPU runner using an EMR4148 machine with 2 Intel BMG GPUs attached.
2 changes: 1 addition & 1 deletion .github/workflows/oneAPI_Postsubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ concurrency:
jobs:
Tests:
name: XLA Linux X86 GPU ONEAPI POSTSUBMIT
runs-on: linux-x86-intel-emr4148-1gpu-02
runs-on: linux-x64-battlemage-256-1gpu-intel
container:
image: us-docker.pkg.dev/ml-oss-artifacts-published/ml-public-container/ml-build:latest # zizmor: ignore[unpinned-images]
options: --device=/dev/dri
Expand Down
Loading