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