Skip to content
  1. Jun 24, 2025
  2. Jun 20, 2025
  3. Jun 19, 2025
  4. Jun 16, 2025
  5. Jun 13, 2025
  6. Jun 12, 2025
  7. Jun 11, 2025
  8. Jun 10, 2025
  9. Jun 05, 2025
  10. Jun 04, 2025
  11. Jun 03, 2025
  12. Jun 02, 2025
  13. May 30, 2025
  14. Apr 24, 2025
  15. Apr 23, 2025
  16. Apr 15, 2025
  17. Apr 11, 2025
    • Anitha Raj's avatar
      Matmul Micro-kernels F16<-(QAI8DX) LHS x (QSI4CX) RHS · 315ed95c
      Anitha Raj authored and Viet-Hoa Do's avatar Viet-Hoa Do committed
      
      
      Micro-kernels to compute the matrix multiplication of dynamically quantized asymmetric signed 8-bit integer with per-channel quantization (QAI8DX) LHS matrix and quantized symmetric 4-bit signed integer with per-channel quantization (QSI4CX) RHS matrix and the accumulation of the result into a half-precision (F16):
      
      Matrix multiplication (MxN) Micro-kernels of QAI8DX LHS and QSI4CX RHS with F16 output, optimized for FEAT_I8MM and FEAT_DotProd. 
      Matrix multiplication (1xN) Micro-kernels of QAI8DX LHS and QSI4CX RHS with F16 output, optimized for FEAT_DotProd.
      
      Signed-off-by: Anitha Raj's avatarAnitha Raj <anitha.raj@arm.com>
      
      Signed-off-by: Evie Wright's avatarEvie Wright <evie.wright@arm.com>
      
      Approved-by: Viet-Hoa Do's avatarViet-Hoa Do <viet-hoa.do@arm.com>
      315ed95c
  18. Apr 09, 2025
  19. Mar 26, 2025
  20. Mar 14, 2025
    • Jakub Sujak's avatar
      Add CMake installation and find_package() support · 81480ed1
      Jakub Sujak authored
      
      
      * Alias the KleidiAI target for consistent linking to KleidiAI with `KleidiAI::kleidiai`.
      * Add install instructions for the KleidiAI library target and its public headers.
      * Export the KleidiAI target so that projects may use the imported target with `find_package()`.
      
      Usage:
      
      Install KleidiAI:
      ```
      cmake -S . -B build
      cmake --build build
      cmake --install build
      ```
      
      Once installed, KleidiAI can be imported and linked to using `find_package()`.
      
      ```
      find_package(KleidiAI CONFIG REQUIRED)
      target_link_libraries(my_framework PRIVATE KleidiAI::kleidiai)
      ```
      
      Signed-off-by: Jakub Sujak's avatarJakub Sujak <jakub.sujak@arm.com>
      
      Approved-by: Viet-Hoa Do's avatarViet-Hoa Do <viet-hoa.do@arm.com>
      81480ed1
  21. Mar 12, 2025
  22. Mar 11, 2025
  23. Feb 24, 2025
  24. Feb 20, 2025
  25. Feb 18, 2025
  26. Feb 17, 2025
  27. Feb 12, 2025
  28. Feb 11, 2025
Loading