From 98103415509e6f258c28e6ccc0cd297d3b002a0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Tue, 16 Dec 2025 10:31:46 +0000 Subject: [PATCH] CI: Fix Windows build, silu-and-mul now needs backend specified --- .github/workflows/build_kernel_windows.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_kernel_windows.yaml b/.github/workflows/build_kernel_windows.yaml index 4ca166a6..0d670b02 100644 --- a/.github/workflows/build_kernel_windows.yaml +++ b/.github/workflows/build_kernel_windows.yaml @@ -80,4 +80,4 @@ jobs: # run: ( cd examples/relu-specific-torch && nix build . ) - name: Build silu-and-mul kernel - run: ( scripts\windows\builder.ps1 -SourceFolder examples/silu-and-mul -BuildConfig Release -Build -Force) + run: ( scripts\windows\builder.ps1 -SourceFolder examples/silu-and-mul -BuildConfig Release -Backend cuda -Build -Force)