Skip to content

v0.7.1

Compare
Choose a tag to compare
@thiesmoeller thiesmoeller released this 06 Jun 16:25
· 55 commits to main since this release
446d3eb

[0.7.1] - 2024-06-06

Changed

  • check for cuda version >= 11 to enable nvmm code
    • nvmm support implementation is only compatible to cuda >= 11
    • fixes #60
  • update documentation to build on Windows
  • latency update
    • src now sends a message to recompute pipeline latency when it becomes known
    • fixed by #104

Fixed

  • float features working again
  • build now works with the changes in meson >= 1.3.0
  • build now works with the changes in meson >= 1.4.0
  • fixed CI on ubuntu 24.04
  • fixed invalid buffer size with enabled chunks ( non NVMM mode )
  • fixed possible segfault path in NVMM error path

Added

  • Pylon 7.5
    • supports to build the plugin with pylon 7.5 now
  • Pylon 7.4
    • supports to build the plugin with pylon 7.4 now