Skip to content
  1. Jul 14, 2025
  2. Jul 09, 2025
  3. Jul 08, 2025
  4. Jul 01, 2025
  5. Jun 26, 2025
  6. Jun 25, 2025
  7. Jun 24, 2025
  8. Jun 20, 2025
  9. Jun 19, 2025
  10. Jun 16, 2025
  11. Jun 13, 2025
  12. Jun 12, 2025
  13. Jun 11, 2025
  14. Jun 10, 2025
  15. Jun 05, 2025
  16. Jun 04, 2025
  17. Jun 03, 2025
  18. Jun 02, 2025
  19. May 30, 2025
  20. Apr 24, 2025
  21. Apr 23, 2025
  22. Apr 15, 2025
  23. 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
  24. Apr 09, 2025
  25. Mar 26, 2025
  26. 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
  27. Mar 12, 2025
  28. Mar 11, 2025
  29. Feb 24, 2025
  30. Feb 20, 2025
Loading