Files
compute-runtime/shared/source/helpers/logical_state_helper.inl
Bartosz Dunajski 52b00a11b0 Remove LSH from CommandQueue
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
2022-07-19 08:47:02 +02:00

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