Skip to content
Snippets Groups Projects
  1. Mar 04, 2024
  2. Feb 23, 2024
  3. Feb 19, 2024
  4. Feb 16, 2024
  5. Feb 13, 2024
    • Maxence Naud's avatar
      Rework MatMul kernel · e2a71d4f
      Maxence Naud authored
      - [function] computation of input dimensions now happens in 'MatMulImpl_cpu::forward()'. It handle indexes and sends the right pointers to its computation kernel
      - [function] 'getCPUPtr()' new parameter: offset
      - [function] reduce MatMul kernel function to simple matrices multiplication
      e2a71d4f
  6. Jan 31, 2024
  7. Jan 26, 2024
  8. Jan 23, 2024
  9. Jan 11, 2024
  10. Jan 04, 2024
  11. Dec 13, 2023
  12. Dec 10, 2023
  13. Dec 08, 2023
  14. Dec 07, 2023
  15. Dec 06, 2023
  16. Dec 01, 2023
  17. Nov 30, 2023
  18. Nov 23, 2023
  19. Nov 22, 2023
    • Maxence Naud's avatar
      Update operators implementation · 63ec8e67
      Maxence Naud authored
      - adapt to core changes with Operator not refering to Tensors anymore
      - remove assertions already performed in abstract operators constructions
      - fix missing 'template' keyword prior to dependent template name 'dims'
      63ec8e67
  20. Nov 21, 2023
  21. Nov 16, 2023
  22. Nov 15, 2023
Loading