mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 15:12:56 +08:00
Remove not needed locks in internal allocation storage
Change-Id: Ia8a084b5cb128c7888445efde6d33f43f3af2809 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
200228b506
commit
8dc28f2445
@@ -8,8 +8,6 @@
|
||||
#pragma once
|
||||
#include "runtime/memory_manager/allocations_list.h"
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
|
||||
namespace OCLRT {
|
||||
class CommandStreamReceiver;
|
||||
@@ -28,7 +26,6 @@ class InternalAllocationStorage {
|
||||
|
||||
protected:
|
||||
void freeAllocationsList(uint32_t waitTaskCount, AllocationsList &allocationsList);
|
||||
std::recursive_mutex mutex;
|
||||
CommandStreamReceiver &commandStreamReceiver;
|
||||
|
||||
AllocationsList temporaryAllocations;
|
||||
|
||||
Reference in New Issue
Block a user