Skip to content
Snippets Groups Projects
  1. Mar 25, 2024
  2. Mar 24, 2024
  3. Mar 22, 2024
  4. Mar 05, 2024
  5. Mar 04, 2024
  6. Feb 27, 2024
  7. Feb 23, 2024
  8. Feb 19, 2024
  9. Feb 18, 2024
  10. Feb 16, 2024
  11. Feb 13, 2024
    • Olivier BICHLER's avatar
      Working LSTM with any sequence length · ef66ded3
      Olivier BICHLER authored
      ef66ded3
    • 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
  12. Feb 07, 2024
  13. Feb 05, 2024
  14. Jan 31, 2024
  15. Jan 26, 2024
  16. Jan 23, 2024
  17. Jan 11, 2024
  18. Jan 04, 2024
  19. Dec 13, 2023
  20. Dec 10, 2023
  21. Dec 08, 2023
  22. Dec 07, 2023
  23. Dec 06, 2023
  24. Dec 01, 2023
  25. Nov 30, 2023
  26. Nov 23, 2023
  27. 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
Loading