ArmNN
 24.02
GpuFsaBackend.hpp File Reference
#include <armnn/backends/IBackendInternal.hpp>
#include <aclCommon/BaseMemoryManager.hpp>
#include <arm_compute/runtime/CL/CLBufferAllocator.h>
#include <arm_compute/runtime/CL/CLMemoryRegion.h>
#include <arm_compute/core/CL/CLKernelLibrary.h>
#include <CL/cl_ext.h>
#include <arm_compute/dynamic_fusion/sketch/gpu/GpuWorkloadContext.h>
#include <arm_compute/dynamic_fusion/sketch/gpu/GpuWorkloadSketch.h>
#include <sys/mman.h>
Include dependency graph for GpuFsaBackend.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  GpuFsaPreCompiledBlob
 A structure which contains all the elements needed to execute a fused workload in the GpuFsa Backend. More...
 
class  GpuFsaBackend
 
class  GpuFsaBackend::GpuFsaBackendCustomAllocatorWrapper
 
class  GpuFsaBackend::ClBackendCustomAllocatorMemoryRegion
 

Namespaces

 armnn
 Copyright (c) 2021 ARM Limited and Contributors.
 

Variables

const BackendCapabilities gpuFsaCapabilities ("GpuFsa", { {"NonConstWeights", false}, {"AsyncExecution", false}, {"ProtectedContentAllocation", false}, {"ConstantTensorsAsInputs", true}, {"PreImportIOTensors", false}, {"ExternallyManagedMemory", false}, {"MultiAxisPacking", false}, {"SingleAxisPacking", false} })