mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
21 lines
333 B
C++
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 |