compute-runtime/shared/source/helpers/logical_state_helper.inl

17 lines
282 B
C++

/*
* 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