2019-10-25 23:55:22 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2019 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
2019-11-29 22:41:47 +08:00
|
|
|
#include "core/helpers/hw_cmds.h"
|
2019-10-25 23:55:22 +08:00
|
|
|
#include "runtime/command_stream/csr_definitions.h"
|
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
template <typename GfxFamily>
|
|
|
|
struct StateComputeModeHelper {
|
|
|
|
static bool isStateComputeModeRequired(CsrSizeRequestFlags &csrSizeRequestFlags, bool isThreadArbitionPolicyProgrammed);
|
|
|
|
};
|
|
|
|
} // namespace NEO
|