mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Add helper for stepping isWorkaroundRequired
Related-To: NEO-4751 Change-Id: I430a354314e0f3d7a042505c377f3b7d9e9d588b Signed-off-by: Krzysztof Gibala <krzysztof.gibala@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
b73c757a82
commit
ef4cc0e685
@@ -127,6 +127,7 @@ struct HardwareCommandsHelper : public PerThreadDataHelper {
|
||||
static size_t getSizeRequiredForCacheFlush(const CommandQueue &commandQueue, const Kernel *kernel, uint64_t postSyncAddress);
|
||||
static bool isPipeControlWArequired(const HardwareInfo &hwInfo);
|
||||
static bool isPipeControlPriorToPipelineSelectWArequired(const HardwareInfo &hwInfo);
|
||||
static bool isWorkaroundRequired(uint32_t lowestSteppingWithBug, uint32_t steppingWithFix, const HardwareInfo &hwInfo);
|
||||
static size_t getSizeRequiredDSH(
|
||||
const Kernel &kernel);
|
||||
static size_t getSizeRequiredIOH(
|
||||
|
||||
Reference in New Issue
Block a user