2021-10-26 23:25:20 +08:00
|
|
|
/*
|
2023-02-02 22:25:08 +08:00
|
|
|
* Copyright (C) 2021-2023 Intel Corporation
|
2021-10-26 23:25:20 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
template <>
|
2022-11-30 22:28:39 +08:00
|
|
|
bool CompilerProductHelperHw<IGFX_BROADWELL>::isStatelessToStatefulBufferOffsetSupported() const {
|
2021-10-26 23:25:20 +08:00
|
|
|
return false;
|
|
|
|
}
|
2023-02-28 21:26:21 +08:00
|
|
|
|
|
|
|
template <>
|
|
|
|
uint64_t CompilerProductHelperHw<IGFX_BROADWELL>::getHwInfoConfig(const HardwareInfo &hwInfo) const {
|
|
|
|
return 0x100030008;
|
|
|
|
}
|