From be05575a187f327866bdb47602269167d98f99da Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Fri, 27 Sep 2024 14:07:11 -0500 Subject: [PATCH] Checking ROCm Version in CI [ROCm/rocprofiler-sdk commit: 47154f5a8b4b255be4739bcaf27c11096ab72ce3] --- .../rocprofiler-sdk/.github/workflows/continuous_integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocprofiler-sdk/.github/workflows/continuous_integration.yml b/projects/rocprofiler-sdk/.github/workflows/continuous_integration.yml index 3183eb3f2f..7b33e7c2f1 100644 --- a/projects/rocprofiler-sdk/.github/workflows/continuous_integration.yml +++ b/projects/rocprofiler-sdk/.github/workflows/continuous_integration.yml @@ -64,6 +64,7 @@ jobs: echo "LD_LIBRARY_PATH: ${LD_LIBRARY_PATH}" which-realpath() { echo -e "\n$1 resolves to $(realpath $(which $1))"; echo "$($(which $1) --version &> /dev/stdout | head -n 1)"; } for i in python3 git cmake ctest gcc g++ gcov; do which-realpath $i; done + cat /opt/rocm/.info/version ls -la - name: Exclude PC Sampling Tests