|
/*
|
|
* Copyright (C) 2022 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/source/helpers/logical_state_helper.h"
|
|
|
|
namespace NEO {
|
|
|
|
template <typename GfxFamily>
|
|
LogicalStateHelper *LogicalStateHelper::create() {
|
|
return nullptr;
|
|
}
|
|
|
|
} // namespace NEO
|