opencl: remove copyright marker since main license already covers
This commit is contained in:
parent
e447dbcc01
commit
c64ef0fb5c
11 changed files with 0 additions and 33 deletions
|
@ -1,6 +1,3 @@
|
||||||
// SPDX-FileCopyrightText: Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved
|
|
||||||
// SPDX-License-Identifier: MIT
|
|
||||||
|
|
||||||
#ifndef GGML_OPENCL2_H
|
#ifndef GGML_OPENCL2_H
|
||||||
#define GGML_OPENCL2_H
|
#define GGML_OPENCL2_H
|
||||||
|
|
||||||
|
|
|
@ -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
|
#define CL_TARGET_OPENCL_VERSION 220
|
||||||
|
|
||||||
// suppress warnings in CL headers for GCC and Clang
|
// suppress warnings in CL headers for GCC and Clang
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
// SPDX-FileCopyrightText: Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved
|
|
||||||
// SPDX-License-Identifier: MIT
|
|
||||||
|
|
||||||
#ifdef cl_khr_fp16
|
#ifdef cl_khr_fp16
|
||||||
#pragma OPENCL EXTENSION cl_khr_fp16 : enable
|
#pragma OPENCL EXTENSION cl_khr_fp16 : enable
|
||||||
#elif defined(cl_amd_fp16)
|
#elif defined(cl_amd_fp16)
|
||||||
|
|
|
@ -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.
|
// This file is contains additional kernels for data conversion.
|
||||||
// These kernels are used when loading the model, so its performance is less
|
// These kernels are used when loading the model, so its performance is less
|
||||||
|
|
|
@ -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_fp16 : enable
|
||||||
#pragma OPENCL EXTENSION cl_khr_subgroups : enable
|
#pragma OPENCL EXTENSION cl_khr_subgroups : enable
|
||||||
#pragma OPENCL EXTENSION cl_qcom_subgroup_uniform_load: enable
|
#pragma OPENCL EXTENSION cl_qcom_subgroup_uniform_load: enable
|
||||||
|
|
|
@ -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_fp16 : enable
|
||||||
#pragma OPENCL EXTENSION cl_khr_subgroups : enable
|
#pragma OPENCL EXTENSION cl_khr_subgroups : enable
|
||||||
#pragma OPENCL EXTENSION cl_qcom_subgroup_uniform_load: enable
|
#pragma OPENCL EXTENSION cl_qcom_subgroup_uniform_load: enable
|
||||||
|
|
|
@ -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
|
// This file is contains additional mulmat kernels
|
||||||
// (and potentially other kernels).
|
// (and potentially other kernels).
|
||||||
|
|
|
@ -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
|
// src0_q, src0_d, src1 are transposed as a preprocessing step
|
||||||
// 4-bit weights are transposed in groups of 4 (unsigned short int)
|
// 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"
|
// consider weights originally "next to each other", now "on top of each other"
|
||||||
|
|
|
@ -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
|
// 16-bit transpose, loading/storing an 8x8 tile of elements
|
||||||
|
|
||||||
kernel void kernel_transpose_16(
|
kernel void kernel_transpose_16(
|
||||||
|
|
|
@ -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
|
// 32-bit transpose, loading/storing a 4x4 tile of elements
|
||||||
|
|
||||||
kernel void kernel_transpose_32(
|
kernel void kernel_transpose_32(
|
||||||
|
|
|
@ -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
|
// 32-bit transpose, loading/storing a 4x4 tile of elements
|
||||||
// Only used for activations
|
// Only used for activations
|
||||||
// converts to FP16
|
// converts to FP16
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue