Skip to content

Commit cdb1759

Browse files
authored
CI: Fix Windows build, silu-and-mul now needs backend specified (#327)
1 parent 647fcb3 commit cdb1759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_kernel_windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ jobs:
8080
# run: ( cd examples/relu-specific-torch && nix build . )
8181

8282
- name: Build silu-and-mul kernel
83-
run: ( scripts\windows\builder.ps1 -SourceFolder examples/silu-and-mul -BuildConfig Release -Build -Force)
83+
run: ( scripts\windows\builder.ps1 -SourceFolder examples/silu-and-mul -BuildConfig Release -Backend cuda -Build -Force)

0 commit comments

Comments
 (0)