Add copyright notice

This commit is contained in:
Iwan Kawrakow
2024-07-31 15:06:30 +03:00
parent aeded5ec87
commit 7b3b413fe0

View File

@@ -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);