diff options
author | Iwan Kawrakow <iwan.kawrakow@gmail.com> | 2024-07-31 15:06:30 +0300 |
---|---|---|
committer | Kawrakow <48489457+ikawrakow@users.noreply.github.com> | 2024-08-01 09:38:06 +0200 |
commit | 3d1446b937be0fb8b968662f3f36aa429357e864 (patch) | |
tree | f46e749543120f69b4e00e97a58e27debcb501ec | |
parent | b572dd534779541d5da415146f695e6d26684a33 (diff) |
Add copyright notice
-rw-r--r-- | ggml/src/ggml-cuda/iqk_mmvq.cu | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ggml/src/ggml-cuda/iqk_mmvq.cu b/ggml/src/ggml-cuda/iqk_mmvq.cu index 071d55ca..acb495d1 100644 --- a/ggml/src/ggml-cuda/iqk_mmvq.cu +++ b/ggml/src/ggml-cuda/iqk_mmvq.cu @@ -1,3 +1,9 @@ +// +// Copyright (C) 2024 Iwan Kawrakow +// MIT license +// SPDX-License-Identifier: MIT +// + #include "iqk_mmvq.cuh" typedef float (*vec_dot_q_cuda_t)(const void * __restrict__ vbq, const block_q8_1 * __restrict__ bq8_1, const int & kbx, const int & iqs); |