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 b2656a6 commit 1631a35Copy full SHA for 1631a35
1 file changed
.github/workflows/build_kernel_windows.yaml
@@ -59,11 +59,6 @@ jobs:
59
- name: Install PyTorch
60
run: pip install torch --index-url https://download.pytorch.org/whl/cu${{ matrix.torch.wheel }}
61
62
- - name: Build activation kernel
63
- run: ( scripts\windows\builder.ps1 -SourceFolder examples/activation -BuildConfig Release -Backend cuda -Build -Force )
64
-# - name: Copy activation kernel
65
-# run: cp -rL examples/activation/build activation-kernel
66
-
67
- name: Build cutlass GEMM kernel
68
run: ( scripts\windows\builder.ps1 -SourceFolder examples/cutlass-gemm -BuildConfig Release -Backend cuda -Build -Force )
69
# - name: Copy cutlass GEMM kernel
0 commit comments