Skip to content
Snippets Groups Projects
  1. Feb 16, 2024
  2. 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
  3. Jan 31, 2024
  4. Jan 04, 2024
  5. Dec 06, 2023
  6. Dec 01, 2023
  7. 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
  8. Oct 20, 2023
  9. Oct 04, 2023
  10. Oct 03, 2023
  11. Oct 02, 2023
  12. Sep 28, 2023
  13. Sep 14, 2023
  14. Sep 05, 2023
  15. Sep 01, 2023
  16. Aug 29, 2023
  17. Aug 08, 2023
  18. Aug 03, 2023
  19. Aug 02, 2023
  20. Aug 01, 2023
Loading