mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
Update stateComputeModeForceNonCoherentMask definition
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b33473eedd
commit
43fecb9afd
@@ -21,7 +21,8 @@ namespace NEO {
|
||||
|
||||
struct GEN12LP {
|
||||
#include "shared/source/generated/gen12lp/hw_cmds_generated_gen12lp.inl"
|
||||
static constexpr uint32_t stateComputeModeForceNonCoherentMask = (((1 << 0) | (1 << 1)) << 3);
|
||||
|
||||
static constexpr uint32_t stateComputeModeForceNonCoherentMask = (0b11u << 3);
|
||||
|
||||
struct DataPortBindlessSurfaceExtendedMessageDescriptor {
|
||||
union {
|
||||
|
||||
Reference in New Issue
Block a user