File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 66 */
77
88#pragma once
9- #include " runtime/gmm_helper/gmm_helper.h"
109#include " runtime/gmm_helper/gmm_lib.h"
1110
1211#include < memory>
Original file line number Diff line number Diff line change 77
88#include " runtime/gmm_helper/gmm_helper.h"
99
10- #include " core/helpers/aligned_memory.h"
1110#include " core/helpers/debug_helpers.h"
1211#include " core/memory_manager/graphics_allocation.h"
1312#include " runtime/execution_environment/execution_environment.h"
14- #include " runtime/gmm_helper/gmm.h"
15- #include " runtime/gmm_helper/resource_info.h"
1613#include " runtime/helpers/get_info.h"
1714#include " runtime/helpers/hw_info.h"
1815#include " runtime/helpers/surface_formats.h"
19- #include " runtime/mem_obj/buffer.h"
2016#include " runtime/os_interface/os_library.h"
2117#include " runtime/platform/platform.h"
2218#include " runtime/sku_info/operations/sku_info_transfer.h"
Original file line number Diff line number Diff line change 77
88#pragma once
99#include " core/memory_manager/memory_constants.h"
10- #include " runtime/api/cl_types.h"
1110#include " runtime/gmm_helper/gmm_lib.h"
1211
13- #include < cstdint>
14- #include < cstdlib>
1512#include < memory>
1613
1714namespace NEO {
1815enum class OCLPlane ;
16+ class GmmClientContext ;
17+ class GraphicsAllocation ;
18+ class OsLibrary ;
1919struct HardwareInfo ;
2020struct FeatureTable ;
2121struct WorkaroundTable ;
2222struct ImageInfo ;
23- class GraphicsAllocation ;
24- class Gmm ;
25- class OsLibrary ;
26- class GmmClientContext ;
2723
2824class GmmHelper {
2925 public:
You can’t perform that action at this time.
0 commit comments