mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 18:25:05 +08:00
17 lines
238 B
C
17 lines
238 B
C
|
|
/*
|
||
|
|
* Copyright (C) 2019 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);
|
||
|
|
}
|