just build cuda while debugging

This commit is contained in:
Benson Wong
2025-02-14 10:48:06 -08:00
parent 43e23c16dc
commit 11d024bbaa

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [cuda, vulkan]
platform: [cuda]
#platform: [intel, cuda, vulkan, musa]
steps:
- name: Checkout code