compute-runtime/opencl/source/api/additional_extensions.h

17 lines
243 B
C++

/*
* Copyright (C) 2019-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "config.h"
#include <CL/cl.h>
namespace NEO {
void *CL_API_CALL getAdditionalExtensionFunctionAddress(const char *funcName);
}