Skip to content
  1. Feb 21, 2025
    • Kevin Mooney's avatar
      Latest LDPC implementation. · 1ec3a6d9
      Kevin Mooney authored
      This is a copy of the Merge Request 32.
      
        !32
      
      The implementation is a WIP. Currently, the only known issue is that
      when using armral_ldpc_decode_block, you need to allocate 16 more bytes
      for the output buffer compared to what is advertised in the interface.
  2. Jan 23, 2025
  3. Jan 21, 2025
  4. Dec 06, 2024
  5. Dec 05, 2024
    • Nick Dingle's avatar
      Fix LDPC decoding accuracy · fa224bbf
      Nick Dingle authored
      A poster on our forum observed that the accuracy of our LDPC decoder
      was very much worse than that of other implementations.
      
      The cause is that we do all our calculations in int8_t fixed-point,
      which quickly saturates. The fix is to do all intermediate
      calculations in int16_t fixed-point.
      
      On average this causes a performance regression of between 1.2x and
      1.3x across all ArmRAL benchmarks.
      fa224bbf
  6. Oct 17, 2024
  7. Aug 20, 2024
  8. Aug 06, 2024
  9. Jul 18, 2024
  10. Jul 17, 2024
  11. May 16, 2024
  12. Apr 18, 2024
  13. Apr 17, 2024
  14. Apr 16, 2024
  15. Mar 04, 2024
    • Nathan Sircombe's avatar
      Merge branch 'dev/license-move' into 'main' · 5cba9140
      Nathan Sircombe authored
      Move license to LICENSE.md
      
      See merge request !15
      5cba9140
    • Nick Dingle's avatar
      Move license to LICENSE.md · cfa2ccb1
      Nick Dingle authored
      This will allow Gitlab to automatically detect it and link to it from
      the front page of the project, which will make it more visible to
      users.
      
      Also update the list of third party licenses (currently empty) to
      match and update the documentation to point to the new license files.
      cfa2ccb1
  16. Feb 27, 2024
    • Nathan Sircombe's avatar
      Merge branch 'dev/changelog' into 'main' · 50bc80dd
      Nathan Sircombe authored
      Add CHANGELOG.md
      
      See merge request !13
      50bc80dd
    • Nick Dingle's avatar
      Add CHANGELOG.md · 1bc69587
      Nick Dingle authored
      This collates all the change information from the Release Notes for
      all releases into a single document. Subsequent releases will have
      this information added in future.
      
      We also update the Merge Request templates to tell contributors to
      update the Changelog.
      1bc69587
  17. Feb 23, 2024
  18. Jan 23, 2024
  19. Jan 18, 2024
  20. Jan 12, 2024
  21. Jan 11, 2024
  22. Dec 06, 2023
  23. Nov 24, 2023
Loading