We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694af0f commit f6e99efCopy full SHA for f6e99ef
1 file changed
.github/workflows/standalone-benchmark.yml
@@ -27,11 +27,11 @@ jobs:
27
- name: amd-mi300x
28
runner: cern-nextgen-mi300x
29
cmake_args: -DENABLE_CUDA=0 -DENABLE_HIP=1 -DHIP_AMDGPUTARGET=gfx942
30
- profiler: rocprofv2 --basename --output-directory /root --output-file-name amd-mi300x
+ profiler: rocprofv2 --basenames --output-directory /root --output-file-name amd-mi300x
31
- name: amd-w7900
32
runner: cern-nextgen-w7900
33
cmake_args: -DENABLE_CUDA=0 -DENABLE_HIP=1 -DHIP_AMDGPUTARGET=gfx1100
34
- profiler: rocprofv2 --basename --output-directory /root --output-file-name amd-w7900
+ profiler: rocprofv2 --basenames --output-directory /root --output-file-name amd-w7900
35
env:
36
WORK_DIR: /cvmfs/alice.cern.ch
37
ALIBUILD_ARCH_PREFIX: el9-x86_64/Packages
0 commit comments