From c41e2d2f4b4e9792cd988cc1d3fb0b9229bb3fed Mon Sep 17 00:00:00 2001 From: Jorgen T Date: Mon, 7 Aug 2023 10:56:59 +0200 Subject: [PATCH] Changed position of ROCm option again --- .github/workflows/mi250x_profiler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mi250x_profiler.yml b/.github/workflows/mi250x_profiler.yml index 62c5eaa5cc..65e73529cb 100644 --- a/.github/workflows/mi250x_profiler.yml +++ b/.github/workflows/mi250x_profiler.yml @@ -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 \