From: Clint Herron Date: Tue, 2 Jul 2024 16:18:10 +0000 (-0400) Subject: Removes multiple newlines at the end of files that is breaking the editorconfig step... X-Git-Tag: upstream/0.0.1642~552 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=4bb9e17e3db32685419722da0d8ea8f3b56e42e1;p=pkg%2Fggml%2Fsources%2Fggml Removes multiple newlines at the end of files that is breaking the editorconfig step of CI. (llama/8258) --- diff --git a/include/ggml-metal.h b/include/ggml-metal.h index e7543ae7..6c3226c3 100644 --- a/include/ggml-metal.h +++ b/include/ggml-metal.h @@ -63,4 +63,3 @@ GGML_API void ggml_backend_metal_capture_next_compute(ggml_backend_t backend); #ifdef __cplusplus } #endif - diff --git a/src/ggml-cuda/cpy.cu b/src/ggml-cuda/cpy.cu index 12d741f0..3db57034 100644 --- a/src/ggml-cuda/cpy.cu +++ b/src/ggml-cuda/cpy.cu @@ -487,4 +487,3 @@ void* ggml_cuda_cpy_fn(const ggml_tensor * src0, ggml_tensor * src1) { GGML_ASSERT(false); } } - diff --git a/src/ggml-metal.metal b/src/ggml-metal.metal index e2796fd6..c3503479 100644 --- a/src/ggml-metal.metal +++ b/src/ggml-metal.metal @@ -6537,4 +6537,3 @@ template [[host_name("kernel_mul_mv_id_iq3_s_f32")]] kernel kernel_mul_mv_id_t template [[host_name("kernel_mul_mv_id_iq2_s_f32")]] kernel kernel_mul_mv_id_t kernel_mul_mv_id>; template [[host_name("kernel_mul_mv_id_iq4_nl_f32")]] kernel kernel_mul_mv_id_t kernel_mul_mv_id>; template [[host_name("kernel_mul_mv_id_iq4_xs_f32")]] kernel kernel_mul_mv_id_t kernel_mul_mv_id>; - diff --git a/src/ggml-quants.h b/src/ggml-quants.h index 4d436a8f..30983b87 100644 --- a/src/ggml-quants.h +++ b/src/ggml-quants.h @@ -130,4 +130,3 @@ void iq3xs_free_impl(int grid_size); #ifdef __cplusplus } #endif -