Skip to content

Commit 0b941df

Browse files
fix(ci): test Vulkan windows only
1 parent 4903f5b commit 0b941df

1 file changed

Lines changed: 32 additions & 30 deletions

File tree

.github/workflows/gpu.yml

Lines changed: 32 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -13,42 +13,44 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
16-
# Linux x64 GPU
17-
- os: ubuntu-22.04
18-
arch: x64
19-
gpu: cuda
20-
package: linux-x64-cuda
21-
- os: ubuntu-22.04
22-
arch: x64
23-
gpu: vulkan
24-
package: linux-x64-vulkan
25-
26-
# Linux ARM64 GPU
27-
- os: ubuntu-22.04-arm
28-
arch: arm64
29-
gpu: cuda
30-
package: linux-arm64-cuda
31-
- os: ubuntu-22.04-arm
32-
arch: arm64
33-
gpu: vulkan
34-
package: linux-arm64-vulkan
16+
# # Linux x64 GPU
17+
# - os: ubuntu-22.04
18+
# arch: x64
19+
# gpu: cuda
20+
# package: linux-x64-cuda
21+
# - os: ubuntu-22.04
22+
# arch: x64
23+
# gpu: vulkan
24+
# package: linux-x64-vulkan
3525

36-
# Windows x64 GPU
37-
- os: windows-2022
38-
arch: x64
39-
gpu: cuda
40-
package: win32-x64-cuda
26+
# # Linux ARM64 GPU
27+
# - os: ubuntu-22.04-arm
28+
# arch: arm64
29+
# gpu: cuda
30+
# package: linux-arm64-cuda
31+
# - os: ubuntu-22.04-arm
32+
# arch: arm64
33+
# gpu: vulkan
34+
# package: linux-arm64-vulkan
35+
36+
# # Windows x64 GPU - CUDA (skip - no GPU in CI)
37+
# - os: windows-2022
38+
# arch: x64
39+
# gpu: cuda
40+
# package: win32-x64-cuda
41+
42+
# Windows x64 Vulkan - DEBUGGING
4143
- os: windows-2022
4244
arch: x64
4345
gpu: vulkan
4446
package: win32-x64-vulkan
4547

46-
# Windows ARM64 Vulkan (cross-compiled)
47-
- os: windows-2022
48-
arch: arm64
49-
gpu: vulkan
50-
package: win32-arm64-vulkan
51-
cross_compile: true
48+
# # Windows ARM64 Vulkan (cross-compiled)
49+
# - os: windows-2022
50+
# arch: arm64
51+
# gpu: vulkan
52+
# package: win32-arm64-vulkan
53+
# cross_compile: true
5254

5355
steps:
5456
- name: Checkout code

0 commit comments

Comments
 (0)