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.
1 parent 647fcb3 commit cdb1759Copy full SHA for cdb1759
.github/workflows/build_kernel_windows.yaml
@@ -80,4 +80,4 @@ jobs:
80
# run: ( cd examples/relu-specific-torch && nix build . )
81
82
- name: Build silu-and-mul kernel
83
- 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)
0 commit comments