aboutsummaryrefslogtreecommitdiff
path: root/src/backends/cl/ClLayerSupport.cpp
AgeCommit message (Expand)Author
2022-05-10IVGCVSW-6861 Add GATHERNd CL workloadTeresa Charlin
2022-05-06IVGCVSW-6936 Add SQRT support to CLTeresa Charlin
2022-05-05IVGCVSW-6806 Add Unidirectional Sequence Lstm support to NeonMike Kelly
2022-04-13IVGCVSW-6174 Add Cl Pooling3d WorkloadRyan OShea
2022-03-03Revert "Revert "IVGCVSW-6267 Add support of Unidirectional Sequence Lstm fp32...Cathal Corbett
2022-02-23Revert "IVGCVSW-6267 Add support of Unidirectional Sequence Lstm fp32/fp16 to...Cathal Corbett
2022-02-22IVGCVSW-6267 Add support of Unidirectional Sequence Lstm fp32/fp16 to ClCathal Corbett
2022-01-19IVGCVSW-6629 Stabilize the ILayerSupport interface with unified strategy.Cathal Corbett
2021-10-27IVGCVSW-6169 Add GpuAcc Conv3d WorkloadTeresa Charlin
2021-10-02IVGCVSW-5985 Remove deprecated codeJan Eilers
2021-09-28IVGCVSW-3706 Add Channel Shuffle Workload to GpuAcc backendTeresa Charlin
2021-06-16IVGCVSW-6088 Add Sin and Log to ElementWiseUnaryTeresa Charlin
2021-04-22IVGCVSW-5420 'Add CL support for CAST'Sadik Armagan
2021-04-21IVGCVSW-5909 Fix CTS failure in GpuAcc DIV int32Teresa Charlin
2021-02-09MLCE-347 'REDUCE_MIN, REDUCE_MAX, REDUCE_SUM Support'Sadik Armagan
2020-11-18IVGCVSW-5092 Add CL Logical workloadJames Conroy
2020-11-13IVGCVSW-5328-5329 Fuse ActivationMike Kelly
2020-09-10IVGCVSW-5156 Introduce ModelOptions to OptimizedNetworkSadik Armagan
2020-07-31IVGCVSW-4712 Fill layer datatype adjustmentsTeresa Charlin
2020-07-24IVGCVSW-3896 Add CL LOG_SOFTMAX WorkloadTeresa Charlin
2020-07-01IVGCVSW-4903 Connect axis parameter in Gather from android to ACL.Teresa Charlin
2020-06-24IVGCVSW-4621 Add CL FILL WorkloadSadik Armagan
2020-06-02IVGCVSW-3844 Add CL GATHER WorkloadTeresa Charlin
2020-05-27IVGCVSW-4200 Add CL EXP WorkloadSadik Armagan
2020-05-20IVGCVSW-4450 Add CL Enhanced Quantized LSTM WorkloadRyan OShea
2020-05-13IVGCVSW-4753 Refactor CL Softmax workload generalizing for different datatypeTeresa Charlin
2020-04-27MLCE-190: Neon and CL Constant Workloads do not support newer DataTypesMike Kelly
2020-03-30IVGCVSW-4603 Support comparison operators in CLTeresa Charlin
2020-03-24IVGCVSW-3813 Add Unary Elementwise Operation 'NEG' support to the android-nn-...Sadik Armagan
2020-03-10IVGCVSW-4482 Remove boost::ignore_unusedJan Eilers
2020-03-02IVGCVSW-4375 Add support for TransposeMike Kelly
2020-01-29IVGCVSW-4149 Enable quantisation multiplier > 1 in all convolutionsRyan OShea
2020-01-29IVGCVSW-4152 Remove check for QAsymm8 in ArgMinMax CL layer supportRyan OShea
2020-01-24IVGCVSW-4262 Use ACL Permute and Reshape Validate function in Neon and CLKevin May
2020-01-23IVGCVSW-4259 Add frontend and reference workload for UnaryOperationLayerjosh minor
2020-01-13Rename quantized data types to remove ambiguity for signed/unsigned payloadsDerek Lamberti
2020-01-02IVGCVSW-4246 Clean build of backends with -WextraDerek Lamberti
2019-11-28MLCE-115 Remove redundant error checking in CL backendMatthew Bentham
2019-11-27IVGCVSW-4148 Extend reporting of quant multiplier > 1 as unsupported on ACL t...Aron Virginas-Tar
2019-11-27IVGCVSW-3859 Per-channel QSymm8 support of Convolution2d in ClKeith Davis
2019-11-27IVGCVSW-3728 Add CL workload for SliceAron Virginas-Tar
2019-11-21IVGCVSW-4148 Report quant multiplier > 1 as unsupported for ACLJames Conroy
2019-11-19IVGCVSW-3697 Add check for ArgMinMax QAsymm8 to ClLayerSupportFrancis Murtagh
2019-11-15IVGCVSW-4140 Report per-axis quantization as unsupported for DepthwiseConvolu...Aron Virginas-Tar
2019-11-13IVGCVSW-3695 Add CL ArgMinMax workloadJames Conroy
2019-11-11IVGCVSW-4104 Report Conv2d per-axis quantization unsupported on ACL backendsAron Virginas-Tar
2019-11-06IVGCVSW-4038 Convert Strided_Slice Shrink_Axis_Mask Parameter to ACL formatFrancis Murtagh
2019-10-31GitHub #292 Move BackendRegistry.hpp to the public APIMatteo Martincigh
2019-10-31IVGCVSW-4039 AndroidQ (HAL 1.2) driver support for Fp16Sadik Armagan
2019-10-21IVGCVSW-3993 Add frontend and reference workload for ComparisonLayerAron Virginas-Tar