mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
Related-To: NEO-3964 Change-Id: I9da0395265dc164deda219d5390dd9540e04f9aa Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
17 lines
234 B
C++
17 lines
234 B
C++
/*
|
|
* Copyright (C) 2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
namespace NEO {
|
|
|
|
// Method called by global factory enabler
|
|
template <typename Type>
|
|
void populateFactoryTable();
|
|
|
|
} // namespace NEO
|