mirror of
https://github.com/intel/intel-graphics-compiler.git
synced 2025-10-30 08:18:26 +08:00
[IGC vISA] Add read suppression WA to clear reuse buffer before EOT send instructionns on large GRF mode.
For programs in Large GRF mode we need to insert the following 2 instructions to clear any reuse buffers before EOT send instruction: (W) csel (4|M0) (eq)f0.0 r0.0<1>:w r0.0<4;1>:w r0.0<4;1>:w r0.0<1>:w (W) csel (4|M0) (eq)f0.0 r0.4<1>:f r0.4<4;1>:f r0.4<4;1>:f r0.4<1>:f
This commit is contained in:
@ -555,3 +555,8 @@ SPDX-License-Identifier: MIT
|
||||
WA_BUG_TYPE_HANG,
|
||||
WA_BUG_PERF_IMPACT_UNKNOWN, WA_COMPONENT_UNKNOWN)
|
||||
|
||||
WA_DECLARE(
|
||||
Wa_14016880151,
|
||||
"Workaround",
|
||||
WA_BUG_TYPE_UNKNOWN,
|
||||
WA_BUG_PERF_IMPACT_UNKNOWN, WA_COMPONENT_UNKNOWN)
|
||||
Reference in New Issue
Block a user