Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bssrdf committed Sep 29, 2024
1 parent e0e94c4 commit c8700ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ggml-cuda.cu
Original file line number Diff line number Diff line change
Expand Up @@ -2332,7 +2332,7 @@ static bool ggml_cuda_compute_forward(ggml_backend_cuda_context & ctx, struct gg
case GGML_OP_CONV_TRANSPOSE_1D:
ggml_cuda_op_conv_transpose_1d(ctx,dst);
break;
case GGML_OP_WINOGRAD_STAGE0:
case GGML_OP_WINOGRAD_STAGE0:
ggml_cuda_op_winograd_stage0(ctx, dst);
break;
case GGML_OP_WINOGRAD_STAGE1:
Expand Down

0 comments on commit c8700ca

Please sign in to comment.