Skip to content

v2025.0

Latest
Compare
Choose a tag to compare
@sophimao sophimao released this 22 Oct 20:56

Added

  • Added glibc_wrap to provide Linux OS backwards compatibility (#362)

Changed

  • Update aocl_mmd.h version to 2024.2 (#342)
  • Set default values for kernel image static part and skip CSR write if no change (#349)
  • Update kernel invocation image debug print (#349)
  • Use a RAII approach for linux signal blocking (#363)
  • Remove runtime unit test dependency on aoc (#368)

Fixed

  • Update loaded_bin if the same binary is wrapped with different cl_program (#351)
  • Fix USM mem blocking free corruption (#360)
  • Use mutex to ensure segment update and CRA read/write happens atomically (#363)
  • Return the global memory with enough capacity as default mem_id (#361)
  • Handle printf format as the last item in the format string (#372)
  • Refactor queue submission to resolve a hang (#379)
  • Various Coverity fixes (#380)

Security

  • Remove hardcoded paths being built into libraries (#375)