mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
refactor: remove not needed code
Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
cac547946a
commit
ae4757711e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user