aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
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-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-01-10Use look up table for fp16 activationMohammed Suhail Munshi
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-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-10CpuSubKernel changes to enable fp16 in armv8a multi_isa buildsPablo Marquez Tello
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-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-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-04Remove legacy PostOps codeJakub Sujak
2023-09-01Pool3d changes to enable fp16 in armv8a multi_isa buildsPablo Marquez Tello
2023-08-30Changes in roi_align to enable fp16 in armv8a multi_isa buildsPablo Marquez Tello
2023-08-29NEFuseBatchNormalizationKernel reworkPablo Marquez Tello
2023-08-08Setup pre-commit and include code formatting scriptsGunes Bayir
2023-07-18Break up core/Utils.h to reduce unused code being included everywhereMatthew Bentham
2023-07-04Depthwise channel pre-multiplicationMichael Tyler
2023-06-22Bazel and CMake optional fp16 supportDavid Svantesson
2023-06-05Update CPU kernel implementations and guard directivesMichael Tyler
2023-05-17Move lut kernel to sve2 categorySiCong Li
2023-05-01Add Reorder to changelogDavid Svantesson
2023-04-28Reorder addedDavid Svantesson
2023-04-26Add FP16 depthwise kernels for SME2David Mansell
2023-04-13Implement MatMul Function and Operator with Floating Point support for CPUMohammed Suhail Munshi
2023-03-29Add quantized support for unary elementwise in CPUViet-Hoa Do
2023-03-23Round to nearest with ties to away from zero in ReluPablo Marquez Tello
2023-02-22Fix configuration files required for Bazel and CMake buildsGunes Bayir
2023-02-01Add new operator AddMulAdd for Neon™ backend for Float/Quantized typesGunes Bayir
2023-01-31Bazel and CMake buildsDavid Svantesson