mirror of
https://github.com/intel/intel-graphics-compiler.git
synced 2025-11-04 08:21:06 +08:00
Enable Wa_16012061344 for read suppresion issue caused by predictor
This commit is contained in:
@ -8560,6 +8560,12 @@ typedef struct _WA_TABLE
|
||||
WA_BUG_TYPE_UNKNOWN,
|
||||
WA_BUG_PERF_IMPACT_UNKNOWN, WA_COMPONENT_UNKNOWN)
|
||||
|
||||
WA_DECLARE(
|
||||
Wa_16012061344,
|
||||
"Workaround",
|
||||
WA_BUG_TYPE_CORRUPTION,
|
||||
WA_BUG_PERF_IMPACT_UNKNOWN, WA_COMPONENT_UNKNOWN)
|
||||
|
||||
} WA_TABLE, *PWA_TABLE;
|
||||
|
||||
#ifdef _USC_
|
||||
|
||||
Reference in New Issue
Block a user