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

16 lines
283 B
C++

/*
* Copyright (C) 2019-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "opencl/source/api/additional_extensions.h"
namespace NEO {
void *CL_API_CALL getAdditionalExtensionFunctionAddress(const char *funcName) {
return nullptr;
}
} // namespace NEO