/* * Copyright (C) 2018-2021 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once extern __kernel void AddBuffer( __global float *src, __global float *dst);