Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 1631a35

Browse files
committed
test(windows): remove activation example test
1 parent b2656a6 commit 1631a35

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build_kernel_windows.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ jobs:
5959
- name: Install PyTorch
6060
run: pip install torch --index-url https://download.pytorch.org/whl/cu${{ matrix.torch.wheel }}
6161

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-
6762
- name: Build cutlass GEMM kernel
6863
run: ( scripts\windows\builder.ps1 -SourceFolder examples/cutlass-gemm -BuildConfig Release -Backend cuda -Build -Force )
6964
# - name: Copy cutlass GEMM kernel

0 commit comments

Comments
 (0)