Skip to content

Commit 67fcdc9

Browse files
Merge pull request #819 from bratpiorka/rrudnick_gpu_workflow_names
show GPU type in GPU workflow name
2 parents cf82cee + 9371b3d commit 67fcdc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable_gpu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ env:
1515
COVERAGE_DIR : "${{github.workspace}}/coverage"
1616

1717
jobs:
18-
gpu:
19-
name: Build
18+
gpu-Level-Zero:
19+
name: Level-Zero
2020
env:
2121
VCPKG_PATH: "${{github.workspace}}/../../../../vcpkg/packages/hwloc_x64-windows;${{github.workspace}}/../../../../vcpkg/packages/tbb_x64-windows;${{github.workspace}}/../../../../vcpkg/packages/jemalloc_x64-windows"
2222
COVERAGE_NAME : "exports-coverage-gpu"
@@ -127,7 +127,7 @@ jobs:
127127
path: ${{env.COVERAGE_DIR}}
128128

129129
gpu-CUDA:
130-
name: Build
130+
name: CUDA
131131
env:
132132
COVERAGE_NAME : "exports-coverage-gpu-CUDA"
133133
# run only on upstream; forks will not have the HW

0 commit comments

Comments
 (0)