From 140b3fc3203a192f38e34d9e59aac84dcc408dc1 Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Thu, 4 Jan 2024 17:09:14 -0600 Subject: [PATCH] ci debugging Signed-off-by: Karl W Schulz --- .github/workflows/mi100.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mi100.yml b/.github/workflows/mi100.yml index 5213c7502d..9497a4f76a 100644 --- a/.github/workflows/mi100.yml +++ b/.github/workflows/mi100.yml @@ -26,8 +26,8 @@ jobs: run: echo ${PYTHONPATH} - name: Install Python collateral (build and test) run: | - pip3 install -t ${PYTHONPATH} -r requirements.txt - pip3 install -t ${PYTHONPATH} -r requirements-test.txt + pip3 install --upgrade -t ${PYTHONPATH} -r requirements.txt + pip3 install --upgrade -t ${PYTHONPATH} -r requirements-test.txt - name: Configure run: | mkdir build @@ -36,6 +36,8 @@ jobs: cmake -DENABLE_COVERAGE=OFF .. - name: Create HIP binary (vcopy) run: hipcc -o tests/vcopy ./sample/vcopy.cpp + - name: rocminfo + run: srun -N 1 -J omniperf -p ci -t 00:05:00 rocminfo - name: Run [profile] mode run: | cd build