Skip to content
  1. Sep 30, 2024
  2. Sep 27, 2024
  3. Sep 26, 2024
  4. Sep 25, 2024
  5. Sep 24, 2024
  6. Sep 23, 2024
  7. Sep 17, 2024
  8. Sep 12, 2024
    • Michael Platings's avatar
      Fixups for doc/opencv.md · 71391077
      Michael Platings authored
      A few corrections to inaccuracies plus some formatting tweaks.
      71391077
    • Michael Platings's avatar
      Fix slight variations in threaded float operations · 04a9c615
      Michael Platings authored
      Operations in the Neon backend have both a vector path and a scalar path.
      The vector path is used to process most data and the scalar path is used to
      process the parts of the data that don't fit into the vector width.
      For floating point operations in particular, the results may be very slightly
      different between vector and scalar paths.
      When using multithreading, images are divided into parts to be processed by
      each thread, and this could change which parts of the data end up being
      processed by the vector and scalar paths. Since the threading may be
      non-deterministic in how it divides up the image, this non-determinism could
      leak through in the values of the output. This could cause subtle bugs.
      04a9c615
  9. Sep 11, 2024
  10. Sep 06, 2024
  11. Sep 03, 2024
  12. Sep 02, 2024
  13. Aug 30, 2024
  14. Aug 29, 2024
  15. Aug 28, 2024
  16. Aug 27, 2024
  17. Aug 22, 2024
Loading