Skip to content

Commit 89605dd

Browse files
committed
fix(windows): readd missing cutlass test
1 parent fcd838a commit 89605dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_kernel_windows.yaml

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

63-
# - name: Build cutlass GEMM kernel
64-
# run: ( scripts\windows\builder.ps1 -SourceFolder examples/cutlass-gemm -BuildConfig Release -Backend cuda -Build -Force )
65-
# - name: Copy cutlass GEMM kernel
66-
# run: cp -rL examples/cutlass-gemm/result cutlass-gemm-kernel
63+
- name: Build cutlass GEMM kernel
64+
run: ( scripts\windows\builder.ps1 -SourceFolder examples/cutlass-gemm -BuildConfig Release -Backend cuda -Build -Force )
65+
- name: Copy cutlass GEMM kernel
66+
run: cp -rL examples/cutlass-gemm/result cutlass-gemm-kernel
6767

6868
- name: Build relu kernel
6969
run: ( scripts\windows\builder.ps1 -SourceFolder examples/relu -BuildConfig Release -Backend cuda -Build -Force )

0 commit comments

Comments
 (0)