We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f9086 commit 2f68c03Copy full SHA for 2f68c03
ggml/src/ggml-cuda/unary.cu
@@ -504,4 +504,4 @@ void ggml_cuda_op_leaky_relu(ggml_backend_cuda_context & ctx, ggml_tensor * dst)
504
} else {
505
leaky_relu_cuda((const float *)src0_d, (float *)dst_d, ggml_nelements(src0), negative_slope, stream);
506
}
507
-}
+}
0 commit comments