compute-runtime/opencl/test/unit_test/test_files/simple_header.h

13 lines
188 B
C

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