Skip to content

Commit

Permalink
Changed position of ROCm option again
Browse files Browse the repository at this point in the history
  • Loading branch information
Jooorgen committed Aug 7, 2023
1 parent 4bf8d98 commit c41e2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mi250x_profiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
ssh -o StrictHostKeyChecking=no -i id_rsa $MI250X_PROFILING_USER@$MI250X_PROFILING_HOST "\
cd /scratch/$HPC_ACCOUNT/$MI250X_PROFILING_USER/ && \
singularity pull --force oras://ghcr.io/${{ github.repository_owner }}/github_runner_mi250x:latest && \
srun --rocm --account=$HPC_ACCOUNT -p $HPC_PROJECT --time=03:00:00 singularity run \
srun --account=$HPC_ACCOUNT -p $HPC_PROJECT --time=03:00:00 singularity run --rocm \
--env GITHUB_TOKEN=${{ steps.generate_token.outputs.token }} \
--env REPO_URL=https://github.com/${{ github.repository }} \
--env RUNNER_NAME=github_runner_mi250x \
Expand Down

0 comments on commit c41e2d2

Please sign in to comment.