Skip to content

Commit f6e99ef

Browse files
basename --> basenames
1 parent 694af0f commit f6e99ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/standalone-benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
- name: amd-mi300x
2828
runner: cern-nextgen-mi300x
2929
cmake_args: -DENABLE_CUDA=0 -DENABLE_HIP=1 -DHIP_AMDGPUTARGET=gfx942
30-
profiler: rocprofv2 --basename --output-directory /root --output-file-name amd-mi300x
30+
profiler: rocprofv2 --basenames --output-directory /root --output-file-name amd-mi300x
3131
- name: amd-w7900
3232
runner: cern-nextgen-w7900
3333
cmake_args: -DENABLE_CUDA=0 -DENABLE_HIP=1 -DHIP_AMDGPUTARGET=gfx1100
34-
profiler: rocprofv2 --basename --output-directory /root --output-file-name amd-w7900
34+
profiler: rocprofv2 --basenames --output-directory /root --output-file-name amd-w7900
3535
env:
3636
WORK_DIR: /cvmfs/alice.cern.ch
3737
ALIBUILD_ARCH_PREFIX: el9-x86_64/Packages

0 commit comments

Comments
 (0)