aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
AgeCommit message (Expand)Author
2024-04-15Add s8f32 kernels and dynamic QuantizationInfoJonathan Deakin
2024-04-11Add SME2 implementation of softmax for FP16Gunes Bayir
2024-04-02Add SME2 implementation of softmax for FP32Viet-Hoa Do
2024-03-27Added new NEON fixed format fast math mode hybrid kernel with maximum height ...Milos Puzovic
2024-03-21Add skeleton for CLScatter op, reference and testsMohammed Suhail Munshi
2024-03-21[ONCPUML-1451] Add matmul kernel to enable bf16 to bf16 operations via PyTorc...Renato Arantes
2024-02-21Integrate new pretranspose_b_array with extra fused transpose of BGunes Bayir
2024-02-09Remove CKW prototype and Template WriterGunes Bayir
2024-02-01Use the stable CKW API in the GPU dynamic fusion backendGunes Bayir
2024-01-10Use look up table for fp16 activationMohammed Suhail Munshi
2023-12-22Add Mali™-G720 and Mali™-G620 as GpuTargetsGunes Bayir
2023-12-12Winograd changes to enable fp16 in armv8a multi_isa buildsPablo Marquez Tello
2023-12-07Optimize CPU depth-to-spaceViet-Hoa Do
2023-12-05Optimize CpuSoftmaxKernel for axis=0Gunes Bayir
2023-11-27BatchNorm changes to enable fp16 in armv8a multi_isa buildsPablo Marquez Tello
2023-11-27CpuMul changes to enable fp16 in armv8a multi_isa buildsPablo Marquez Tello
2023-11-16NormalizationLayer changes to enable fp16 in armv8a multi_isa buildsPablo Marquez Tello
2023-11-09Pooling changes to enable fp16 in armv8a multi_isa buildsPablo Marquez Tello
2023-11-09DepthwiseConvolution changes to enable fp16 in armv8a multi_isa buildsPablo Marquez Tello
2023-10-30DirectConv and Im2Col changes to enable fp16 in armv8a multi_isa buildsPablo Marquez Tello
2023-10-17arm_gemm: Add SME2 FP16 GEMV using FP16->FP32 dot product.David Mansell
2023-10-17Revert "arm_gemm: Add SME2 FP16 GEMV."David Mansell
2023-10-12arm_gemm: Add SME2 FP16 GEMV.David Mansell
2023-10-10Port MatMul to Dynamic Fusion + CKW boilerplate codeAdnan AlSinan
2023-10-10CpuSubKernel changes to enable fp16 in armv8a multi_isa buildsPablo Marquez Tello
2023-10-04Port DepthwiseConv2d operator to Ckwramy.elgammal@arm.com
2023-09-28Reimplement erf functionViet-Hoa Do
2023-09-26Select changes to enable fp16 in armv8a multi_isa buildsPablo Marquez Tello
2023-09-26Maxunpooling changes to enable fp16 in armv8a multi_isa buildsPablo Marquez Tello
2023-09-21L2Norm changes to enable fp16 in armv8a multi_isa buildsPablo Marquez Tello
2023-09-18Add CL command buffer classViet-Hoa Do
2023-09-15Remove deprecated support for BF16 in CpuCastAdnan AlSinan
2023-09-15Fuse batch normalization changes to enable fp16 in armv8a multi_isa buildsPablo Marquez Tello
2023-09-14Add skeleton of ClMatMulLowpNativeMMULKernelGunes Bayir
2023-09-13Changes in NECropResize to enable fp16 in armv8a multi_isa buildsPablo Marquez Tello
2023-09-06Changes to ElementwiseOp to enable fp16 in armv8a multi_isa buildsPablo Marquez Tello
2023-09-04Extend Neon ReshapeLayer validation testsAnitha Raj
2023-09-01Pool3d changes to enable fp16 in armv8a multi_isa buildsPablo Marquez Tello
2023-08-31Port ClTemplatePool2d to ckwAdnan AlSinan
2023-08-30Port Resize operator to CKWGunes Bayir
2023-08-30Changes in roi_align to enable fp16 in armv8a multi_isa buildsPablo Marquez Tello
2023-08-29NEFuseBatchNormalizationKernel reworkPablo Marquez Tello
2023-08-07Port DirectConv2d to CKW backendJakub Sujak
2023-07-25Add GpuKernelArgumentBinding for runtime argument settingSiCong Li
2023-07-18Break up core/Utils.h to reduce unused code being included everywhereMatthew Bentham
2023-07-14Port ClTemplateCast into CkwAdnan AlSinan
2023-07-14Port ClTemplateActivation into CkwAdnan AlSinan
2023-07-06Move CKW prototype to separate directoryViet-Hoa Do
2023-07-04Depthwise channel pre-multiplicationMichael Tyler
2023-07-04Add Kernel Writer driver code to dynamic fusionSiCong Li