opencl: remove copyright marker since main license already covers

This commit is contained in:
Li He 2024-12-11 15:15:46 -08:00 committed by Max Krasnyansky
parent e447dbcc01
commit c64ef0fb5c
11 changed files with 0 additions and 33 deletions

View file

@ -1,6 +1,3 @@
// SPDX-FileCopyrightText: Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved
// SPDX-License-Identifier: MIT
#ifndef GGML_OPENCL2_H
#define GGML_OPENCL2_H

View file

@ -1,6 +1,3 @@
// SPDX-FileCopyrightText: Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved
// SPDX-License-Identifier: MIT
#define CL_TARGET_OPENCL_VERSION 220
// suppress warnings in CL headers for GCC and Clang

View file

@ -1,6 +1,3 @@
// SPDX-FileCopyrightText: Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved
// SPDX-License-Identifier: MIT
#ifdef cl_khr_fp16
#pragma OPENCL EXTENSION cl_khr_fp16 : enable
#elif defined(cl_amd_fp16)

View file

@ -1,6 +1,3 @@
// SPDX-FileCopyrightText: Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved
// SPDX-License-Identifier: MIT
//------------------------------------------------------------------------------
// This file is contains additional kernels for data conversion.
// These kernels are used when loading the model, so its performance is less

View file

@ -1,6 +1,3 @@
// SPDX-FileCopyrightText: Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved
// SPDX-License-Identifier: MIT
#pragma OPENCL EXTENSION cl_khr_fp16 : enable
#pragma OPENCL EXTENSION cl_khr_subgroups : enable
#pragma OPENCL EXTENSION cl_qcom_subgroup_uniform_load: enable

View file

@ -1,6 +1,3 @@
// SPDX-FileCopyrightText: Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved
// SPDX-License-Identifier: MIT
#pragma OPENCL EXTENSION cl_khr_fp16 : enable
#pragma OPENCL EXTENSION cl_khr_subgroups : enable
#pragma OPENCL EXTENSION cl_qcom_subgroup_uniform_load: enable

View file

@ -1,6 +1,3 @@
// SPDX-FileCopyrightText: Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved
// SPDX-License-Identifier: MIT
//------------------------------------------------------------------------------
// This file is contains additional mulmat kernels
// (and potentially other kernels).

View file

@ -1,6 +1,3 @@
// SPDX-FileCopyrightText: Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved
// SPDX-License-Identifier: MIT
// src0_q, src0_d, src1 are transposed as a preprocessing step
// 4-bit weights are transposed in groups of 4 (unsigned short int)
// consider weights originally "next to each other", now "on top of each other"

View file

@ -1,6 +1,3 @@
// SPDX-FileCopyrightText: Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved
// SPDX-License-Identifier: MIT
// 16-bit transpose, loading/storing an 8x8 tile of elements
kernel void kernel_transpose_16(

View file

@ -1,6 +1,3 @@
// SPDX-FileCopyrightText: Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved
// SPDX-License-Identifier: MIT
// 32-bit transpose, loading/storing a 4x4 tile of elements
kernel void kernel_transpose_32(

View file

@ -1,6 +1,3 @@
// SPDX-FileCopyrightText: Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved
// SPDX-License-Identifier: MIT
// 32-bit transpose, loading/storing a 4x4 tile of elements
// Only used for activations
// converts to FP16