aboutsummaryrefslogtreecommitdiff
path: root/src/backends/cl/ClBackend.cpp
AgeCommit message (Expand)Author
2022-02-08Handle optional biases better in Neon/Cl FullyConnected workloadsMatthew Bentham
2022-01-31IVGCVSW-6552 Add support of aligned host memoryNarumol Prangnawarat
2022-01-24IVGCVSW-6677 Register CopyAndImportFactoryPairs to ClBackend and unit testsNarumol Prangnawarat
2022-01-14IVGCVSW-6633 SubgraphView uses IConnectableLayer rather than Layer in its m_L...Francis Murtagh
2021-12-23IVGCVSW-6632 OptimizationViews: has INetwork rather than Graph for holding la...Cathal Corbett
2021-11-05IVGCVSW-6412 Implement CLBackend ICustomAllocatorDavid Monahan
2021-10-02IVGCVSW-5985 Remove deprecated codeJan Eilers
2021-08-10Adds CustomAllocator interface and Sample AppJan Eilers
2021-06-09IVGCVSW-5855 Refactor the reporting of capabilities from backendsFinn Williams
2021-05-20MLCE-418 Reduce layer does not support multiple axesMatthew Sloyan
2021-05-08IVGCVSW-5818 Enable import on GPUNarumol Prangnawarat
2021-05-07Revert "MLCE-418 Reduce layer does not support multiple axes"Matthew Sloyan
2021-05-06MLCE-418 Reduce layer does not support multiple axesMatthew Sloyan
2021-04-21IVGCVSW-5909 Fix CTS failure in GpuAcc DIV int32Teresa Charlin
2021-04-02IVGCVSW-5783 'Add AsyncExecution Capability'Sadik Armagan
2021-01-21IVGCVSW-5616 Don't fuse activation if quantization parameters are differentTeresa Charlin
2020-11-17MLCE-278-IVGCVSW-5530 FusedActivation issuesMike Kelly
2020-11-13IVGCVSW-5328-5329 Fuse ActivationMike Kelly
2020-09-14IVGCVSW-5157 'Pipe ModelOption through Network::LoadNetwork() to Workload fac...Sadik Armagan
2020-09-10IVGCVSW-5156 Introduce ModelOptions to OptimizedNetworkSadik Armagan
2020-07-13IVGCVSW-5078 Fix segmentation fault on Yolo V3 Big AppNarumol Prangnawarat
2020-04-14IVGCVSW-4483 Removes boost::polymorphic_pointer_downcastJan Eilers
2020-02-07IVGCVSW-4317 Implement the Profiling Context InitialisationColm Donelan
2020-01-29IVGCVSW-4316 First draft of IBackendProfiling and IBackendProfilingContextColm Donelan
2019-12-09IVGCVSW-4210 Create a public API for the common backend filesMatteo Martincigh
2019-10-31GitHub #292 Move BackendRegistry.hpp to the public APIMatteo Martincigh
2019-08-22IVGCVSW-3656 Make the reference backend optionalMatteo Martincigh
2019-08-20IVGCVSW-3617 Add CL TensorHandleFactoryJan Eilers
2019-05-22IVGCVSW-3132 Reintroduce SubGraph definition, but deprecatedMatteo Martincigh
2019-05-03IVGCVSW-3030 Update the backend code to create also a list ofMatteo Martincigh
2019-04-30IVGCVSW-2405 Rename SubGraph to SubgraphViewDerek Lamberti
2019-01-30IVGCVSW-2458 Refactor the Optimize function (Network.cpp) so thatMatteo Martincigh
2019-01-15IVGCVSW-2454 Merge together the pluggable backends work (was in aMatteo Martincigh
2018-11-13IVGCVSW-2066: Add IMemoryManager and integrate into the backends frameworkAron Virginas-Tar
2018-11-12IVGCVSW-2125 : Consolidate backend registries into oneDavid Beck
2018-11-09IVGCVSW-2125 : backends now can return optimizationsDavid Beck
2018-11-08IVGCVSW-2056+IVGCVSW-2064 : move ClContextControl to the ClBackendexperimental/nhwc-previewDavid Beck
2018-11-05Revert "IVGCVSW-2056 + IVGCVSW-2064 : move ClContextControl to the ClBackend"David Beck
2018-11-02IVGCVSW-1946: Remove armnn/src from the include pathsAron Virginas-Tar
2018-10-26IVGCVSW-2056 + IVGCVSW-2064 : move ClContextControl to the ClBackendDavid Beck
2018-10-25IVGCVSW-2067 : dynamically create workload factories based on the backends in...David Beck
2018-10-22IVGCVSW-2037 : separate registry for layer support intrefacesDavid Beck
2018-10-22IVGCVSW-1998 : replace Compute enum in LayerSupport free functionsDavid Beck
2018-10-22IVGCVSW-1996: Implement CreateWorkloadFactory() across all internal backendsarovir01
2018-10-22IVGCVSW-1952 : add BackendId class to prepare for the replacement of Compute ...David Beck
2018-10-22IVGCVSW-1989 : implement backend creation and registry for Ref,Cl and NeonDavid Beck
2018-10-10IVGCVSW-1963: Add implementation classes for Cl, Neon and Ref backendsarovir01