aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-24Disable Neon/MatMul/Quantized for armv7aRamy Elgammal
2023-04-20Implement CL kernel for a native batched matmul Quantized - LHS transposed, R...Omar Al Khatib
2023-04-19NETranspose 8x8 kernel for 32-bit elementsEthan Doe
2023-04-19Add quantized support for CPU MatMulViet-Hoa Do
2023-04-17Add quantized CL MatMul kernels for Lhs NT/T, Rhs NTGunes Bayir
2023-04-17Update contibutor guidelines with rules for header guardsMohammed Suhail Munshi
2023-04-17Fix unhandled case in ElementwiseUnaryRamy Elgammal
2023-04-14Align naming convention of ClMatMulJakub Sujak
2023-04-14Fix dynamic weights for CPU connected layerViet-Hoa Do
2023-04-13Increase tolerance for SME kernelsViet-Hoa Do
2023-04-13Implement MatMul Function and Operator with Floating Point support for CPUMohammed Suhail Munshi
2023-04-11Enable quantized data types for CpuElementwiseUnary on Armv7aRamy Elgammal
2023-04-04Fix unused variable warning reported in nightly nuildRamy Elgammal
2023-04-04Support dynamic weights for Fully Connected layers on GPUJakub Sujak
2023-04-03Implement MatMul FunctionRamy Elgammal
2023-04-03Add Cropping to CLBatchToSpaceOmar Al Khatib
2023-03-31Update standard to include a section about when to use constSiCong Li
2023-03-30Add cropping support to NEBatchToSpaceSiCong Li
2023-03-29Fix GCC13 compiler errorsPablo Marquez Tello
2023-03-29Add additional FP16 guards to Convolution LayerNathan John Sircombe
2023-03-29Add quantized support for unary elementwise in CPUViet-Hoa Do
2023-03-27Fix BatchToSpaceFixtureSiCong Li
2023-03-24Add Texture Pipe Support for Matmul Lhs T/NT Rhs T kernelsRamy Elgammal
2023-03-24Work around CLScale compiler-specific issueSiCong Li
2023-03-24Add Texture Pipe Support for Matmul Lhs T/NT Rhs NT kernelsGunes Bayir
2023-03-23Round to nearest with ties to away from zero in ReluPablo Marquez Tello
2023-03-21gemm_interleaved: Set up the accumulation buffer properly in alternateDavid Mansell
2023-03-21Add dynamic weights for CPU fully connected layerViet-Hoa Do
2023-03-20Implement OpenCL MatMul for Lhs T Rhs T/NT FP32/16Gunes Bayir
2023-03-17Implementation of RSQRT for quantized int8Ramy Elgammal
2023-03-17Implement OpenCL MatMul for Lhs NT Rhs T/NT FP32/16Ramy Elgammal
2023-03-16Pin links to documentation to release versionJakub Sujak
2023-03-14Update readmeJakub Sujak
2023-03-14Update SONAME_VERSION in SConscriptJakub Sujak
2023-03-14Update release log for 23.02.1 patch releaseJakub Sujak
2023-03-14Add CropInfo to BatchToSpace reference and fixtureSiCong Li
2023-03-13arm_gemm: Add SME2 FP16 kernels.David Mansell
2023-03-13[ONCPUML-1174] Allow src/weights mismatch for fixed formatJonathan Deakin
2023-03-08Add support for arbitrary parameters for CPU GatherViet-Hoa Do
2023-03-07Add sigmoid and tanh for dynamic fusionViet-Hoa Do
2023-03-07Add exporting compile_commands.json fileViet-Hoa Do
2023-03-07GEMM: SME: Allow threading for quantized GEMMs.David Mansell
2023-03-07Resolve the presence of variables that are unused in release mode in Dynamic ...Omar Al Khatib
2023-03-06Fix LWS search space used by CLTunerSiCong Li
2023-03-03Add weights_info as optional input for NEDeconvolutionLayerAnnop Wongwathanarat
2023-03-03NEGEMMLowpMatrixMultiplyCore should be configured for optimized int8 kernel.Ethan Doe
2023-03-02Fix direct conv2d in dynamic fusionViet-Hoa Do
2023-03-01Add support for kernel indices in MaxpoolAdnan AlSinan
2023-02-28Add an option to use lowest for max-poolingAdnan AlSinan
2023-02-28Add MatMulInfo Information class to ComputeLibraryMohammed Suhail Munshi