mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Correct MOCS index calculation
Signed-off-by: Rafal Maziejuk <rafal.maziejuk@intel.com> Related-To: NEO-4541
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
d61741dd9f
commit
0b0edcf1f2
@ -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>;
|
||||
|
||||
|
Reference in New Issue
Block a user