Skip to content

Commit

Permalink
Add rocm-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JehandadKhan committed Sep 20, 2024
1 parent 644ac10 commit 109259e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/rocm-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Print Environment Variables

on: [push]

jobs:
print-env:
runs-on: mi-250
steps:
- name: Print Environment Variables
run: printenv

- name: Set up Docker
uses: docker/setup-buildx-action@v2

- name: Try rocm-smi
run: |
docker run \
--group-add video \
$RENDER_DEVICES \
--cap-add=SYS_PTRACE \
--security-opt seccomp=unconfined \
--shm-size=64G \
rocm/rocm-terminal rocm-smi

0 comments on commit 109259e

Please sign in to comment.