mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 05:56:36 +08:00
Revert "Move storage of mapped operations to OpenCL context"
This reverts commit 8c9dd3085b.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
e199097acd
commit
116dac90de
@@ -16,7 +16,6 @@
|
||||
#include "opencl/source/gtpin/gtpin_notify.h"
|
||||
#include "opencl/source/helpers/base_object.h"
|
||||
#include "opencl/source/helpers/destructor_callbacks.h"
|
||||
#include "opencl/source/mem_obj/map_operations_handler.h"
|
||||
|
||||
#include <list>
|
||||
#include <map>
|
||||
@@ -94,8 +93,6 @@ class Context : public BaseObject<_cl_context> {
|
||||
return svmAllocsManager;
|
||||
}
|
||||
|
||||
auto &getMapOperationsStorage() { return mapOperationsStorage; }
|
||||
|
||||
const std::set<uint32_t> &getRootDeviceIndices() const;
|
||||
|
||||
uint32_t getMaxRootDeviceIndex() const;
|
||||
@@ -202,7 +199,6 @@ class Context : public BaseObject<_cl_context> {
|
||||
void *userData = nullptr;
|
||||
MemoryManager *memoryManager = nullptr;
|
||||
SVMAllocsManager *svmAllocsManager = nullptr;
|
||||
MapOperationsStorage mapOperationsStorage = {};
|
||||
StackVec<CommandQueue *, 1> specialQueues;
|
||||
DeviceQueue *defaultDeviceQueue = nullptr;
|
||||
DriverDiagnostics *driverDiagnostics = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user