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.
2 parents cf82cee + 9371b3d commit 67fcdc9Copy full SHA for 67fcdc9
.github/workflows/reusable_gpu.yml
@@ -15,8 +15,8 @@ env:
15
COVERAGE_DIR : "${{github.workspace}}/coverage"
16
17
jobs:
18
- gpu:
19
- name: Build
+ gpu-Level-Zero:
+ name: Level-Zero
20
env:
21
VCPKG_PATH: "${{github.workspace}}/../../../../vcpkg/packages/hwloc_x64-windows;${{github.workspace}}/../../../../vcpkg/packages/tbb_x64-windows;${{github.workspace}}/../../../../vcpkg/packages/jemalloc_x64-windows"
22
COVERAGE_NAME : "exports-coverage-gpu"
@@ -127,7 +127,7 @@ jobs:
127
path: ${{env.COVERAGE_DIR}}
128
129
gpu-CUDA:
130
+ name: CUDA
131
132
COVERAGE_NAME : "exports-coverage-gpu-CUDA"
133
# run only on upstream; forks will not have the HW
0 commit comments