Files
compute-runtime/opencl/source/sharings/va/va_extension.cpp
Xun Deng 2caeb739c3 Refactor libva and OCL sharing to pass in Intel flag
Change-Id: If2580366576b4880fa1a774a2a61cfbceb241835
2020-04-30 16:43:54 +02:00

21 lines
333 B
C++

/*
* Copyright (C) 2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#ifdef LIBVA
#include "opencl/source/sharings/va/enable_va.h"
#include <memory>
namespace NEO {
void *VaSharingBuilderFactory::getExtensionFunctionAddressExtra(const std::string &functionName) {
return nullptr;
}
} // namespace NEO
#endif