mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 23:24:53 +08:00
Related-To: NEO-4447 Change-Id: I6bf3d7edd9d8085c37995b75989b8d412a17bdd9 Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
13 lines
373 B
C++
13 lines
373 B
C++
/*
|
|
* Copyright (C) 2019-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/source/helpers/state_compute_mode_helper.h"
|
|
|
|
namespace NEO {
|
|
template <>
|
|
bool StateComputeModeHelper<TGLLPFamily>::isStateComputeModeRequired(const CsrSizeRequestFlags &csrSizeRequestFlags, bool isThreadArbitionPolicyProgrammed) { return false; }
|
|
} // namespace NEO
|