refactor: remove not needed code

Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
This commit is contained in:
Mrozek, Michal
2023-09-12 07:36:26 +00:00
committed by Compute-Runtime-Automation
parent cac547946a
commit ae4757711e
12 changed files with 1 additions and 967 deletions

View File

@@ -466,7 +466,6 @@ class Kernel : public ReferenceTrackedObject<Kernel> {
bool hasDirectStatelessAccessToHostMemory() const;
bool hasIndirectStatelessAccessToHostMemory() const;
void addAllocationToCacheFlushVector(uint32_t argIndex, GraphicsAllocation *argAllocation);
bool allocationForCacheFlush(GraphicsAllocation *argAllocation) const;
const ClDevice &getDevice() const {
@@ -491,7 +490,6 @@ class Kernel : public ReferenceTrackedObject<Kernel> {
std::vector<GraphicsAllocation *> kernelSvmGfxAllocations;
std::vector<GraphicsAllocation *> kernelUnifiedMemoryGfxAllocations;
std::vector<PatchInfoData> patchInfoDataList;
std::vector<GraphicsAllocation *> kernelArgRequiresCacheFlush;
std::vector<size_t> slmSizes;
std::unique_ptr<ImageTransformer> imageTransformer;