aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2022-04-13Add DirectConvolution2D kernel component for dynamic fusionGunes Bayir
2022-04-01Add CPU Pool3d FP16/32 implementationAdnan AlSinan
2022-03-29NEQLSTM: Add support for QASYMM8_SIGNED for input_to_forget_weightsPablo Marquez Tello
2022-03-24QLSTM add support for different qinfo in weightsPablo Marquez Tello
2022-03-15Implementation of ClPooling3dramelg01
2022-03-10Added windows native build supportPablo Tello
2022-03-08Merge kernel prototype patchGiorgio Arena
2022-02-16Fixed threshould argument order in NE/CL/LSTMPablo Marquez Tello
2022-02-14Port MaxUnpoolingLayer kernel and add KernelSelect vaidation testDana Zlotnik
2022-02-09Remove deprecated remap functions.Adnan AlSinan
2022-01-25Add OpenBSD/arm64 support.Kevin Lo
2021-11-16Implement 1D Adaptive Workload Splitting in CPPSchedulerDana Zlotnik
2021-11-15Initialise quantization info in NEPadLayerPablo Marquez Tello
2021-11-12Fix PostOp dependencySiCongLi
2021-11-01Add PostOp support to GEMM and CLGEMM operators and functions Part 2SiCongLi
2021-10-28Add experimental PostOp interface to ClGemmMatrixMultiplyReshapedKernel Part 1SiCongLi
2021-10-18DirectConv3d support refineSheri Zhang
2021-10-18Remove legacy GeMM kernels on OpenCLGian Marco Iodice
2021-10-15Conv3d supportSheri Zhang
2021-10-14Implement CLDirectConv3D f32/f16Giorgio Arena
2021-10-07Per-operator build dependenciesGeorgios Pinitas
2021-10-05Fix of linking errors to find CPPSplit symbols when compiling android nn driverramelg01
2021-10-04Provide logging for configure functions in all CPP functionsramelg01
2021-10-01Provide logging for configure functions in all CL functionsramelg01
2021-09-22Provide logging for configure functions in all NEON functionsramelg01
2021-09-06OpenCL job chaining supportGiorgio Arena
2021-08-25Move CPU/GPU files from Core/Runtime to the respective backend foldersGeorgios Pinitas
2021-08-24Re-use auxiliary memory withing CpuWinogradConv2d operatorsGeorgios Pinitas
2021-08-23Remove padding from ClScaleKernelGiorgio Arena
2021-08-20Rename [Cl|Cpu]GemmConvolution to [Cl|Gpu]GemmConv2dGeorgios Pinitas
2021-08-19Address comments on avoiding releasing weights if used by multiple functionsGiorgio Arena
2021-08-18Enable fast_math on CpuGemmConvolutionGeorgios Pinitas
2021-08-18Update the heuristic to call direct convolution in clConv2dGian Marco Iodice
2021-08-18Retain weights in ClGemm when reconfiguring the operator with retentionGeorgios Pinitas
2021-08-13Avoid releasing weights if they are used by multiple functionsGeorgios Pinitas
2021-08-13Ensure correct transformed matrices are used in CpuGemmConvolutionGeorgios Pinitas
2021-08-12Ensure that correct transformed matrices are used in CpuFullyConnectedGeorgios Pinitas
2021-08-11Fix performance regression due to clFinish()Gian Marco Iodice
2021-08-10Fix compiler error in CLActivationLayerPablo Marquez Tello
2021-08-06Fix compiler error in GCC 7.4 + Ubuntu 16Pablo Marquez Tello
2021-08-04Remove 21.08 deprecated codeFreddie Liardet
2021-08-04Report error for unsupported non-constant weights in CpuFullyConnectedMichele Di Giorgio
2021-08-04Avoid over-allocation of temporary buffers within CpuWinogradConv2dGeorgios Pinitas
2021-08-04Implement Operator APIGeorgios Pinitas
2021-08-02Port CLConvolutionLayerSheri Zhang
2021-07-30Port ClFullyConnected to new APIGeorgios Pinitas
2021-07-30Reintroduce implementation of NEConvolutionLayer::get_convolution_methodMichele Di Giorgio
2021-07-29Port NEConvolutionLayerMichalis Spyrou
2021-07-28Reduce binary footprint of CpuConvertFullyConnectedWeightsKernelMichele Di Giorgio
2021-07-27Fix memory lifetime issueGeorgios Pinitas