aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/kernels/softmax
AgeCommit message (Expand)Author
2024-04-11Add SME2 implementation of softmax for FP16Gunes Bayir
2024-04-02Add SME2 implementation of softmax for FP32Viet-Hoa Do
2024-03-12Optimize CpuSoftmaxKernel for axis != 0 and neon kernelsOmar Al Khatib
2023-12-05Optimize CpuSoftmaxKernel for axis=0Gunes Bayir
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-09-13Softmax changes to enable fp16 in armv8a multi_isa buildsPablo Marquez Tello
2023-06-26Remove dependency on fp16 definitions from some core include filesMatthew Bentham
2022-07-04Fix build errors on armv8.6 SVE2 with NDK 23 and 24Michalis Spyrou
2022-06-16Fix SVE2 implementation of quantized SoftMax 1DViet-Hoa Do
2022-03-03Removing SVE / SVE2 guards from decoupled kernelsalerah01
2022-03-01Multi ISA Technical DebtDana Zlotnik
2022-01-13Decouple CpuSoftmaxKernelDana Zlotnik
2021-08-25Move CPU/GPU files from Core/Runtime to the respective backend foldersGeorgios Pinitas