File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments