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