make CI happy
This commit is contained in:
parent
2b5351a898
commit
c1f67c19e0
|
|
@ -991,6 +991,7 @@ static void conv2d_implicit_cuda_f16(ggml_backend_cuda_context & ctx, const floa
|
||||||
static void conv2d_implicit_cuda_f32(ggml_backend_cuda_context & ctx, const float * X_D, const float * K_D, float * Y_D, int cc, const param_t P, cudaStream_t st) {
|
static void conv2d_implicit_cuda_f32(ggml_backend_cuda_context & ctx, const float * X_D, const float * K_D, float * Y_D, int cc, const param_t P, cudaStream_t st) {
|
||||||
conv2d_implicit_cuda<float, 1>(X_D, K_D, Y_D, P, st);
|
conv2d_implicit_cuda<float, 1>(X_D, K_D, Y_D, P, st);
|
||||||
GGML_UNUSED(ctx);
|
GGML_UNUSED(ctx);
|
||||||
|
GGML_UNUSED(cc);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ggml_cuda_op_conv2d_implicit(ggml_backend_cuda_context & ctx, ggml_tensor * dst) {
|
void ggml_cuda_op_conv2d_implicit(ggml_backend_cuda_context & ctx, ggml_tensor * dst) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue