Correct MOCS index calculation

Signed-off-by: Rafal Maziejuk <rafal.maziejuk@intel.com>
Related-To: NEO-4541
This commit is contained in:
Rafal Maziejuk
2021-09-16 12:28:04 +00:00
committed by Compute-Runtime-Automation
parent d61741dd9f
commit 0b0edcf1f2
11 changed files with 13 additions and 15 deletions

View File

@ -20,6 +20,7 @@
#include "shared/test/common/helpers/variable_backup.h"
#include "shared/test/common/mocks/mock_device.h"
#include "shared/test/common/mocks/mock_execution_environment.h"
#include "shared/test/common/mocks/mock_gmm_client_context.h"
#include "shared/test/common/mocks/mock_graphics_allocation.h"
#include "opencl/source/helpers/gmm_types_converter.h"
@ -31,7 +32,6 @@
#include "GL/gl.h"
#include "GL/glext.h"
#include "igfxfmid.h"
#include "mock_gmm_client_context.h"
using MockExecutionEnvironmentGmmFixtureTest = Test<NEO::MockExecutionEnvironmentGmmFixture>;