Skip to content

Commit 41e3e5b

Browse files
Change name of steps
1 parent 007c12d commit 41e3e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/standalone-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cmake_args: -DENABLE_CUDA=0 -DENABLE_HIP=1 -DENABLE_OPENCL=0 -DHIP_AMDGPUTARGET=gfx1100
3333
ca_args: --gpuType HIP --gpuDevice 0
3434

35-
name: Benchmark on ${{ matrix.name }}
35+
name: ${{ matrix.name }}
3636
steps:
3737
- name: Checkout Repository
3838
uses: actions/checkout@v4

0 commit comments

Comments
 (0)