2019-10-25 23:55:22 +08:00
|
|
|
/*
|
2020-02-21 22:35:08 +08:00
|
|
|
* Copyright (C) 2019-2020 Intel Corporation
|
2019-10-25 23:55:22 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2020-02-24 05:44:01 +08:00
|
|
|
#include "shared/source/helpers/state_compute_mode_helper.h"
|
2019-10-25 23:55:22 +08:00
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
template <>
|
2020-03-19 22:15:51 +08:00
|
|
|
bool StateComputeModeHelper<TGLLPFamily>::isStateComputeModeRequired(const CsrSizeRequestFlags &csrSizeRequestFlags, bool isThreadArbitionPolicyProgrammed) { return false; }
|
2019-10-25 23:55:22 +08:00
|
|
|
} // namespace NEO
|