Skip to content

Commit 279301e

Browse files
committed
Argh.
1 parent 78981b8 commit 279301e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ggml/src/ggml-cuda/ggml-cuda.cu

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2352,9 +2352,6 @@ static bool ggml_cuda_compute_forward(ggml_backend_cuda_context & ctx, struct gg
23522352
case GGML_UNARY_OP_SOFTPLUS:
23532353
ggml_cuda_op_softplus(ctx, dst);
23542354
break;
2355-
case GGML_UNARY_OP_XIELU:
2356-
ggml_cuda_op_xielu(ctx, dst);
2357-
break;
23582355
default:
23592356
return false;
23602357
}

0 commit comments

Comments
 (0)