Add copyright notice

This commit is contained in:
Iwan Kawrakow
2024-07-31 15:06:30 +03:00
committed by Kawrakow
parent b572dd5347
commit 3d1446b937

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