Add spaces to end of files

This commit is contained in:
Akarshan Biswas 2025-02-02 12:16:36 +05:30
parent ddc5e428f2
commit ba79258a2b
No known key found for this signature in database
GPG key ID: 52A578A14B32134D
3 changed files with 3 additions and 3 deletions

View file

@ -50,4 +50,4 @@ void ggml_sycl_diag_mask_inf(ggml_backend_sycl_context & ctx, ggml_tensor * dst)
GGML_SYCL_DEBUG("call %s\n", __func__);
ggml_sycl_op_diag_mask_inf(ctx, dst);
GGML_SYCL_DEBUG("call %s done\n", __func__);
}
}

View file

@ -5,4 +5,4 @@
void ggml_sycl_diag_mask_inf(ggml_backend_sycl_context & ctx, ggml_tensor * dst);
#endif // GGML_SYCL_DIAG_MASK
#endif // GGML_SYCL_DIAG_MASK

View file

@ -5,4 +5,4 @@
void ggml_sycl_op_get_rows(ggml_backend_sycl_context & ctx, ggml_tensor * dst);
#endif // GGML_SYCL_GETROWS_HPP
#endif // GGML_SYCL_GETROWS_HPP