aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL
AgeCommit message (Expand)Author
9 daysAdd fp16 and integer data type support for ScatterNd in GpuGunes Bayir
13 daysAdd update/index/output (m+1)/2d/(m+n) support for CLScatterGunes Bayir
2024-04-22Scatter GPU Kernel Implementation for 1D tensors.Mohammed Suhail Munshi
2024-03-20Make Cpu/Gpu/Ref scalar/vectoral S32 division consistentGunes Bayir
2024-01-23Fix for unchecked return value detected in Coverity checks.Anitha Raj
2024-01-18Fix divide-by-zero compilation errorViet-Hoa Do
2023-12-22Fix nightly issue caused by gemm_reshaped_only_rhs_mmul kernelGunes Bayir
2023-12-14Fix validation error in CL generate proposals kernelGunes Bayir
2023-12-08Fix unit tests failing in CL/UNIT/TensorAllocatorGunes Bayir
2023-11-15Fix various coverity issuesSiCong Li
2023-11-15Fix device issue with CL softmaxViet-Hoa Do
2023-10-31[GPU] Update Reverse layer to allow negative axis and reversed axis orderAdnan AlSinan
2023-10-31Optimize CL softmaxViet-Hoa Do
2023-10-12Remove padding from CL comparison operatorViet-Hoa Do
2023-10-11Optimize CL reduction operationViet-Hoa Do
2023-10-05Optimize CLTranspose operatorJakub Sujak
2023-09-29Implement Quantized Matmul T/T and T/Nt kernels using MMUL extensionGunes Bayir
2023-09-28Revise clang-format configurationJakub Sujak
2023-09-28Implement Quantized Matmul Nt/T kernel using MMUL extensionGunes Bayir
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-09-21Optimize the main loop in mat_mul_native_quantized_mmul_nt_ntGunes Bayir
2023-09-18Add CL command buffer classViet-Hoa Do
2023-09-18Implement Quantized MatMul kernel using MMUL extensionGunes Bayir
2023-09-14Add skeleton of ClMatMulLowpNativeMMULKernelGunes Bayir
2023-09-04Remove legacy PostOps codeJakub Sujak
2023-08-17Fix various static check issuesViet-Hoa Do
2023-08-15Check CL command buffer extensionViet-Hoa Do
2023-08-14Optimize CLReduce for Min/Max Axis=0Gunes Bayir
2023-08-03Fix CL Tile operatorViet-Hoa Do
2023-07-28Retain back-compatibility for arm_compute/core/Types.hSiCong Li
2023-07-21Enable S64 output in CLArgMinMaxPablo Marquez Tello
2023-07-18Break up core/Utils.h to reduce unused code being included everywhereMatthew Bentham
2023-07-11Add Bias to MatMul Kernels and add support for use in Fully Connected LayerMohammed Suhail Munshi
2023-07-10Disable kernel size 3 in argminmax for axis 0Pablo Marquez Tello
2023-07-06Fix nightly failures in MatMulLowpNativeKernel when using bounded activation ...Mohammed Suhail Munshi
2023-07-05Rewrote CLArgMinMax for axis 0Pablo Marquez Tello
2023-07-04Add Kernel Writer driver code to dynamic fusionSiCong Li
2023-06-29Implement FP32/16 MatMul Lhs T Rhs T/NT kernel using MMUL extensionGunes Bayir
2023-06-26Add helpers to set CKW tensor components as OpenCL kernel argumentsJakub Sujak
2023-06-26Use MatMul in fully connected layer with dynamic weights when supportedMohammed Suhail Munshi
2023-06-23Implement FP32/FP16 MatMul NT/T kernel using the MMUL extensionRamy Elgammal
2023-06-23Fix doxygen warningsramy.elgammal@arm.com
2023-06-19Implement FP32/FP16 MatMul NT/NT kernel using the MMUL extensionSiCong Li
2023-06-16Add Fused Activation to OpenCL MatMulMohammed Suhail Munshi
2023-06-15Break up Utils.h a bit to reduce unused code being included everywhereMatthew Bentham
2023-06-15Break up arm_compute/core/Types.h a bitMatthew Bentham
2023-05-17Revert "Check for nullptr when failing to load OpenCL libraries"Omar Al Khatib
2023-05-16Check for nullptr when failing to load OpenCL librariesJakub Sujak
2023-05-11Fix invalid vector length in CLViet-Hoa Do
2023-05-03Support multi-dimensional indices in the CL Gather Layer up to four-dimension...Omar Al Khatib